== Series Details ==
Series: neard: Fix parallel build issue (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/5862/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed
Ok, this is a nice idea what i think is i may take only comm.c and its
depends then compiling it and try to produce package. is this idea good ?
Mr.Chen Qi, what do you think about making a specific package for 'comm'
which is a part of coreutils ?
On 9 September 2017 at 01:07, Khem Raj wrot
This is the last patch to get Morty to build cleanly in AB
Jussi Kukkonen (1):
neard: Fix parallel build issue
...0001-Add-header-dependency-to-nciattach.o.patch | 35 ++
meta/recipes-connectivity/neard/neard_0.16.bb | 1 +
2 files changed, 36 insertions(+)
create
From: Jussi Kukkonen
This only started showing up now for some reason but it does seem like
a legitimate bug in Makefile.am.
(From OE-Core rev: f43290f6e302dbacf5581d1fe1c6c991dd387779)
Signed-off-by: Jussi Kukkonen
Signed-off-by: Richard Purdie
Signed-off-by: Armin Kuster
---
...0001-Add-h
The upstream oe-core recipe fixed similar fetcher issues by switching
to a specific debian snapshot version. However, the debian snapshot
doesn't provide mklibs 0.1.38 so fetch from yoctoproject.org mirror
instead.
Signed-off-by: Andre McCurdy
---
meta/recipes-devtools/mklibs/mklibs-native_0.1.3
The official lsof ftp site rejects download attempts from hosts for
which it can not perform a DNS reverse-lookup. See:
https://people.freebsd.org/~abe/
Fix for long download timeout and warnings from the bitbake fetcher.
Signed-off-by: Andre McCurdy
---
meta/recipes-extended/lsof/lsof_4.87.
The upstream oe-core recipe fixed similar fetcher issues by switching
to a specific debian snapshot version. However, the debian snapshot
doesn't provide netbase v5.2 so fetch from yoctoproject.org mirror
instead.
Signed-off-by: Andre McCurdy
---
meta/recipes-core/netbase/netbase_5.2.bb | 2 +-
From: Chang Rebecca Swee Fun
Gna! project announced that the download site from gna.org HTTP server
will soon be closing down. We have verified that the site is no longer
accessible without network proxy cache. We need to update SRC_URI to
point to new alternative (nwl.cc HTTP server) in order to
Google Code has been shut down so libproxy tarball needs to be
fetched from elsewhere.
Signed-off-by: Andre McCurdy
---
meta/recipes-support/libproxy/libproxy_0.4.11.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb
b/meta/re
The upstream oe-core recipe fixed similar fetcher issues by switching
to a specific debian snapshot version. However, the debian snapshot
doesn't provide dpkg v1.17.4 so fetch from yoctoproject.org mirror
instead.
Signed-off-by: Andre McCurdy
---
meta/recipes-devtools/dpkg/dpkg.inc | 2 +-
1 fil
From: Alexander Kanavin
Google Code is shutting down so tarballs will be fetched from a Debian mirror
instead
Signed-off-by: Alexander Kanavin
Signed-off-by: Ross Burton
(cherry picked from commit 779c53911da663f06437e8a06c9a8c361d614fe6)
Signed-off-by: Andre McCurdy
---
meta/recipes-devtool
From: Richard Purdie
Upstream have released a new tarball and removed the old one. Revert to
the Yocto Project source mirror instead, preserving the upstream version
check.
Signed-off-by: Richard Purdie
(cherry picked from commit 839b17ffd96abff3e9cf47fb4a6d680637c865b1)
Tweak commit to apply
From: "Maxin B. John"
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian. So, move all of SRC_URI
to the .bb so it can use snapshot.debian.org instead, and set
UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checkin
From: Robert Yang
The old one is not available any more.
Signed-off-by: Robert Yang
Signed-off-by: Ross Burton
(cherry picked from commit 3569d434e754a62ec998fbf48380d653d1524dc4)
Signed-off-by: Andre McCurdy
---
meta/recipes-extended/mailx/mailx_12.5.bb | 4 ++--
1 file changed, 2 insertion
From: Robert Yang
The old SRC_URI is redirected to the new one, fixed:
WARNING: Failed to fetch URL
ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz, attempting MIRRORS
if available
Signed-off-by: Robert Yang
Signed-off-by: Richard Purdie
(cherry picked from commit 45034239c7e38ec9
From: Robert Yang
Fixed:
WARNING: Failed to fetch URL
ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-2.11.src.tar.gz,
attempting MIRRORS if available
And add a HOMEPAGE for it, there is no dosfstools 2.11 on its official
page (but 3.x).
Signed-off-by: Robert Yang
(cherry pic
From: Yue Tao
[YOCTO #6526]
setserial needs groff-native to build
Signed-off-by: Jonas Zetterberg
Signed-off-by: Yue Tao
Signed-off-by: Jackie Huang
Signed-off-by: Saul Wold
Signed-off-by: Richard Purdie
(cherry picked from commit 1a1d1d89b490703ec163b82ba93f10a7d3e93270)
Signed-off-by: An
From: Robert Yang
Fixed:
WARNING: Failed to fetch URL
ftp://ftp.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.29.tar.gz,
attempting MIRRORS if available
Signed-off-by: Robert Yang
(cherry picked from commit 9ac88e3a9ac36ed83f01ac21db57a3c01a24385e)
Signed-off-by: Andre McCurdy
--
Daisy has now (long since) left upstream maintenance and entered into
community support. As a member of a community which still actively
develops against this version of OE, I would like to propose the
following updates.
The SRC_URI fixes address fetcher failures which have crept in over
time and
From: Alejandro Hernandez
The makefile checks for bc during for compilation
[YOCTO #6781]
Signed-off-by: Alejandro Hernandez
Signed-off-by: Richard Purdie
(cherry picked from commit c067e52cffe002de3b39aa1bced308dd532859c1)
Signed-off-by: Andre McCurdy
---
meta/classes/kernel.bbclass | 2 +-
On Fri, Sep 8, 2017 at 3:17 PM, Yahia Farghaly wrote:
> From: yahiafarghaly
>
> When using 'apt-key add' on the target image, the gnupg is required
> but for gnupg to be fully functional, the coreutils is required to be exist
> with the gnupg.
> Otherwise, it may throw an error in runtime as one
From: yahiafarghaly
When using 'apt-key add' on the target image, the gnupg is required
but for gnupg to be fully functional, the coreutils is required to be exist
with the gnupg.
Otherwise, it may throw an error in runtime as one of components of coreutils
is missing.
For 'apt-key add', i face
Having these the initramfs-framework recipe forced initramfs-framework
users to build several tools they didn't need, and made it more
difficult to declare the recipe as allarch.
Fixes [YOCTO #12024].
v2 changes:
* fix SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS in layer.conf
* bump PR of initramfs-frame
On Fri, Sep 8, 2017 at 10:07 PM, Martin Hundebøll
wrote:
>
>
> On September 8, 2017 10:37:26 PM GMT+02:00, Denys Dmytriyenko
> wrote:
>>On Fri, Sep 08, 2017 at 09:06:17PM +0100, Paul Barker wrote:
>>>
>>> This breaks the method described in the kernel dev FAQ to omit the
>>> kernel image from th
This is going to easy the addition of nativesdk and virtual providers
in the future.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v5: None
Changes in v4:
From: Matt Madison
When using the Go 'vendor' mechanism to bring in
dependencies for a Go package, the default GO_INSTALL
setting, which uses the '...' wildcard, will include
the vendored packages in the build, which produces
incorrect results.
There are also some Go packages that are structured
This is the Golang dependency management tool under development; it is
ready for production use and intended to be merged onto Golang
1.10. Until that, projects are starting to use it and making it
available on OE-Core reduces the Golang integration work for new
recipes.
Signed-off-by: Otavio Salv
Go toolchain changes the installation path when building for the same
architecture as the build host. This was already been considered in
the GO_BUILD_BINDIR variable but was not being used by the go class.
This fixes following error:
,
| ERROR: go-dep-0.3.0-r0 do_package: QA Issue: go-dep: F
The OE-Core has no reason to support multiple versions of Go as this
increases the maintenance work and testing efforts. So we are going to
support just a single version from now on which currently is 1.8.3.
The 1.4 release is kept around as it is used for bootstrap, as such,
it cannot be removed.
This updates the recipe to use the Golang examples repository so it
makes use of the unpack as well as standard tasks showing how easy it
can be.
Signed-off-by: Otavio Salvador
---
Changes in v5:
- new patch
Changes in v4: None
Changes in v3: None
Changes in v2: None
.../go-examples/files/hel
From: Matt Madison
Go source trees have a particular structure, with all
sources located under ${GOROOT}/src/.
The fetcher step implemented by the 'go get' command
automatically follows this structure, so we need
to do the same here.
Since most Go packages are hosted in git repositories,
this ad
From: Matt Madison
Add a do_configure task to populate ${B} by symlinking
in the src subdirectory under ${S}, which lets us point
GOPATH at ${B}. This lets us take advantage of the
automatic directory creation and cleaning for do_configure.
This necessitates a change to do_install to split the
From: Matt Madison
Since this is a class, it should follow the
class function export mechanism for its task
functions, and should set directory-related
flags for directories they need.
Signed-off-by: Matt Madison
Signed-off-by: Otavio Salvador
---
Changes in v5: None
Changes in v4: None
Chang
The parallel build is based on PARALLEL_MAKE variable but can be
overriden setting the GO_PARALLEL_BUILD one.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes i
We now use a GOBUILDFLAGS to provide a global variable to control the
build flags to be given to Go.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v5: Non
From: Will Newton
The previous logic applied a regex to TUNE_FEATURES which could
set the GOARM value to 7 incorrectly, for example when dealing
with an arm1176 core. Simplify to check for the presence of
"armv7" instead. At the same time add a check for "armv6" and
set GOARM to 6 in that case.
This adds support to return the proper ARMv5 format.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v5: None
Changes in v4:
- rebase on top of new "goarch.
This is not yet complete but does improve some parts of
Go support on OE-Core.
We are trying to port as much as possible work done by Matt on
meta-golang back to OE-Core and also to avoid carrying old releases as
there is no need to support more versions of Go toolchain.
The first commits on this
The d.getVar has the second argument as True by default, avoid passing
it here.
Signed-off-by: Otavio Salvador
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
meta/classes/goarch.bbclass | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-
On Fri, Sep 08, 2017 at 09:06:17PM +0100, Paul Barker wrote:
> On Mon, Aug 21, 2017 at 10:21 AM, Martin Hundebøll wrote:
> > Hard depending on the kernel makes it impossible to install kernel
> > modules without getting the kernel image installed too. This is
> > inconvenient in e.g. initramdisks,
On Fri, Sep 8, 2017 at 1:06 PM, Paul Barker wrote:
>
> This breaks the method described in the kernel dev FAQ to omit the
> kernel image from the rootfs which is to set the following in a conf
> file:
>
> RDEPENDS_kernel-base = ""
>
> See
> http://www.yoctoproject.org/docs/2.3.1/kernel-dev/ke
On Mon, Aug 21, 2017 at 10:21 AM, Martin Hundebøll wrote:
> Hard depending on the kernel makes it impossible to install kernel
> modules without getting the kernel image installed too. This is
> inconvenient in e.g. initramdisks, where the kernel is loaded from
> outside the initramdisk.
>
> Makin
From: Jose Perez Carranza
Use a tempdir to copy the .config file from the kernel instead of being
copied to build directory.
Signed-off-by: Jose Perez Carranza
---
meta/lib/oeqa/selftest/cases/devtool.py | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/lib/oeqa
From: Enrico Scholz
The --extra-space and --overhead option did not had an effect to squashfs
partitions. Although squashfs is read-only, it can be useful to allocate
more space for the on-disk partition to avoid repartitioning of the whole
disk when a new (and larger) squashfs image is written
From: Enrico Scholz
It can be useful to have multiple partitions with '--source bootimg-partition'
but different content.
E.g. for TI AM335x, one boot partition can contain an first stage
bootloader ("MLO"), while the real bootloader and kernel plus devicetree
are in another one.
Patch allows t
From: Enrico Scholz
'-' is valid and common in bitbake variables (e.g. 'FOO_pn-bar'). Accept
it and other characters when reading the .env file.
Also, allow variables to be empty.
Signed-off-by: Enrico Scholz
---
scripts/lib/wic/misc.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
d
Patchset allows to use different bootimage sources and to reserve more
space for squashfs partitions.
Enrico Scholz (3):
wic: accept '-' in bitbake variables
wic: allow multiple /boot partitions with different content
wic: apply --extra-space + --overhead to squashfs
scripts/lib/wic/misc.p
* it's used by bzr fetcher:
meta/conf/bitbake.conf:FETCHCMD_bzr = "/usr/bin/env bzr"
and when it isn't available in PATH do_fetch tasks fail with:
/usr/bin/env: ‘bzr’: No such file or directory
* it was also added in:
https://patchwork.openembedded.org/patch/140107/
but this change wasn't
From: Matt Madison
Go source trees have a particular structure, with all
sources located under ${GOROOT}/src/.
The fetcher step implemented by the 'go get' command
automatically follows this structure, so we need
to do the same here.
Since most Go packages are hosted in git repositories,
this ad
From: Matt Madison
Add a do_configure task to populate ${B} by symlinking
in the src subdirectory under ${S}, which lets us point
GOPATH at ${B}. This lets us take advantage of the
automatic directory creation and cleaning for do_configure.
This necessitates a change to do_install to split the
The parallel build is based on PARALLEL_MAKE variable but can be
overriden setting the GO_PARALLEL_BUILD one.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes i
From: Matt Madison
Since this is a class, it should follow the
class function export mechanism for its task
functions, and should set directory-related
flags for directories they need.
Signed-off-by: Matt Madison
Signed-off-by: Otavio Salvador
---
Changes in v4: None
Changes in v3:
- new patc
We now use a GOBUILDFLAGS to provide a global variable to control the
build flags to be given to Go.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v4: Non
This is going to easy the addition of nativesdk and virtual providers
in the future.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v4: None
Changes in v3:
This adds support to return the proper ARMv5 format.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v4:
- rebase on top of new "goarch.bbclass: Replace log
From: Will Newton
The previous logic applied a regex to TUNE_FEATURES which could
set the GOARM value to 7 incorrectly, for example when dealing
with an arm1176 core. Simplify to check for the presence of
"armv7" instead. At the same time add a check for "armv6" and
set GOARM to 6 in that case.
The OE-Core has no reason to support multiple versions of Go as this
increases the maintenance work and testing efforts. So we are going to
support just a single version from now on which currently is 1.8.3.
The 1.4 release is kept around as it is used for bootstrap, as such,
it cannot be removed.
Go toolchain changes the installation path when building for the same
architecture as the build host. This was already been considered in
the GO_BUILD_BINDIR variable but was not being used by the go class.
This fixes following error:
,
| ERROR: go-dep-0.3.0-r0 do_package: QA Issue: go-dep: F
The d.getVar has the second argument as True by default, avoid passing
it here.
Signed-off-by: Otavio Salvador
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
meta/classes/goarch.bbclass | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/meta
This is the Golang dependency management tool under development; it is
ready for production use and intended to be merged onto Golang
1.10. Until that, projects are starting to use it and making it
available on OE-Core reduces the Golang integration work for new
recipes.
Signed-off-by: Otavio Salv
This is not yet complete but does improve some parts of
Go support on OE-Core.
We are trying to port as much as possible work done by Matt on
meta-golang back to OE-Core and also to avoid carrying old releases as
there is no need to support more versions of Go toolchain.
The first commits on this
From: Peter Kjellerstedt
By specifying the -e option one or multiple times, extra
variables available in the pkgdata can be displayed, e.,g,
`oe-pkgdata-util package-info -e SUMMARY -e LICENSE ...`. The extra
variables displayed are quoted since some of them may contain
whitespace.
Signed-off-b
From: Peter Kjellerstedt
By specifying the -e option one or multiple times, extra
variables available in the pkgdata can be displayed, e.,g,
`oe-pkgdata-util package-info -e SUMMARY -e LICENSE ...`. The extra
variables displayed are quoted since some of them may contain
whitespace.
Change-Id: I
On Fri, Sep 8, 2017 at 10:56 AM, Will Newton wrote:
> On Fri, Sep 8, 2017 at 2:47 PM, Otavio Salvador
> wrote:
>> This adds support to return the proper ARMv5 format.
>>
>> This change is based on the meta-golang[1] layer. Thanks to Matt
>> Madison for his work on this.
>>
>> 1. https://github.
On Fri, Sep 8, 2017 at 2:47 PM, Otavio Salvador wrote:
> This adds support to return the proper ARMv5 format.
>
> This change is based on the meta-golang[1] layer. Thanks to Matt
> Madison for his work on this.
>
> 1. https://github.com/madisongh/meta-golang
>
> Signed-off-by: Otavio Salvador
>
From: Matt Madison
Since this is a class, it should follow the
class function export mechanism for its task
functions, and should set directory-related
flags for directories they need.
Signed-off-by: Matt Madison
Signed-off-by: Otavio Salvador
---
Changes in v3:
- new patch
Changes in v2: No
From: Matt Madison
Add a do_configure task to populate ${B} by symlinking
in the src subdirectory under ${S}, which lets us point
GOPATH at ${B}. This lets us take advantage of the
automatic directory creation and cleaning for do_configure.
This necessitates a change to do_install to split the
From: Matt Madison
Go source trees have a particular structure, with all
sources located under ${GOROOT}/src/.
The fetcher step implemented by the 'go get' command
automatically follows this structure, so we need
to do the same here.
Since most Go packages are hosted in git repositories,
this ad
This is going to easy the addition of nativesdk and virtual providers
in the future.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v3: None
Changes in v2:
The parallel build is based on PARALLEL_MAKE variable but can be
overriden setting the GO_PARALLEL_BUILD one.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes i
This adds support to return the proper ARMv5 format.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v3: None
Changes in v2: None
meta/classes/goarch.bbcl
We now use a GOBUILDFLAGS to provide a global variable to control the
build flags to be given to Go.
This change is based on the meta-golang[1] layer. Thanks to Matt
Madison for his work on this.
1. https://github.com/madisongh/meta-golang
Signed-off-by: Otavio Salvador
---
Changes in v3: Non
The d.getVar has the second argument as True by default, avoid passing
it here.
Signed-off-by: Otavio Salvador
---
Changes in v3: None
Changes in v2: None
meta/classes/goarch.bbclass | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/meta/classes/goarch.bbcl
Go toolchain changes the installation path when building for the same
architecture as the build host. This was already been considered in
the GO_BUILD_BINDIR variable but was not being used by the go class.
This fixes following error:
,
| ERROR: go-dep-0.3.0-r0 do_package: QA Issue: go-dep: F
The OE-Core has no reason to support multiple versions of Go as this
increases the maintenance work and testing efforts. So we are going to
support just a single version from now on which currently is 1.8.3.
The 1.4 release is kept around as it is used for bootstrap, as such,
it cannot be removed.
This is the Golang dependency management tool under development; it is
ready for production use and intended to be merged onto Golang
1.10. Until that, projects are starting to use it and making it
available on OE-Core reduces the Golang integration work for new
recipes.
Signed-off-by: Otavio Salv
This is not yet complete but does improve some parts of
Go support on OE-Core.
We are trying to port as much as possible work done by Matt on
meta-golang back to OE-Core and also to avoid carrying old releases as
there is no need to support more versions of Go toolchain.
The first commits on this
The are use cases where the Device Tree appended to the kernel is
convinient, so we generate the bundle concatenating the kernel (and
potentionally the initramfs) and the Device Tree binaries.
To enable it, set KERNEL_DEVICETREE_BUNDLE variable to '1'
Signed-off-by: Otavio Salvador
---
Changes
The Device Tree is commonly used but it is still kept as a .inc file
instead of a proper class. Instead now we move the Device Tree code to
a kernel-devicetree class and automatically enable it when the
KERNEL_DEVICETREE variable is set.
While converting to the class, we reworked the compile and i
The update-alternatives where using relative links so not being really
in use since December 2016 (see OE-Core:c7bc46b9 "kernel: Fix
symlinks") so instead we now generate the relative symlinks during the
do_install task and drop the update-alternatives use at all.
Acked-by: Saul Wold
Signed-off-b
On Wed, Sep 6, 2017 at 7:31 PM, California Sullivan
wrote:
> Having these the initramfs-framework recipe forced initramfs-framework
> users to build several tools they didn't need, and made it more
> difficult to declare the recipe as allarch.
>
> Fixes [YOCTO #12024].
>
> v2 changes:
> * fix SI
From: Juan M Cruz Alcaraz
A recipe added with "devtool add" requires to be able to take precedence on
recipes
previously defined with PREFERRED_PROVIDER.
By adding the parameter "--provides" to "devtool add" it is possible to specify
an element to be provided by the recipe. A devtool recipe can
On Thu, Sep 7, 2017 at 1:21 PM, Burton, Ross wrote:
> Would this be the cause of this failure on the autobuilder when doing
> testimage?
Yes, it is.
I did reproduce the error here and I am sending a new revision fixing it.
--
Otavio Salvador O.S. Systems
http://www.
Signed-off-by: Enrico Scholz
---
meta/classes/image_types.bbclass | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 9b646e9..d086061 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/imag
On Thu, Sep 7, 2017 at 7:17 PM, Andre McCurdy wrote:
> On Thu, Sep 7, 2017 at 5:31 AM, Will Newton wrote:
>> The previous logic applied a regex to TUNE_FEATURES which could
>> set the GOARM value to 7 incorrectly, for example when dealing
>> with an arm1176 core. Simplify to check for the presenc
The previous logic applied a regex to TUNE_FEATURES which could
set the GOARM value to 7 incorrectly, for example when dealing
with an arm1176 core. Simplify to check for the presence of
"armv7" instead. At the same time add a check for "armv6" and
set GOARM to 6 in that case.
Signed-off-by: Will
86 matches
Mail list logo