Re: [OE-core] [PATCH 6/7] gcc6: Upgrade to 6.4

2017-10-14 Thread akuster808
why do we continue to maintain 2 versions of gcc? - armin On 10/14/2017 08:48 AM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > .../gcc/gcc-6.3/ubsan-fix-check-empty-string.patch | 28 -- > .../gcc/{gcc-6.3.inc => gcc-6.4.inc} | 13 +++-- >

Re: [OE-core] [PATCH 1/1] bitbake.conf: add tools required by testimage to HOSTTOOLS conditionally

2017-10-14 Thread Denys Dmytriyenko
On Sat, Oct 14, 2017 at 10:53:03PM +0200, Andrea Galbusera wrote: > On Sat, Sep 30, 2017 at 10:15 AM, Chen Qi wrote: > > Add tools required by testimage to HOSTTOOLS only when testimage is > > inherited. These tools, as described in the comment, are only required > > by the

Re: [OE-core] [PATCH 1/1] bitbake.conf: add tools required by testimage to HOSTTOOLS conditionally

2017-10-14 Thread Andrea Galbusera
On Sat, Sep 30, 2017 at 10:15 AM, Chen Qi wrote: > Add tools required by testimage to HOSTTOOLS only when testimage is > inherited. These tools, as described in the comment, are only required > by the testimage task. So this change should not have negtive effect. > This

Re: [OE-core] [PATCH 2/4] perl: upgrade to 5.26.1

2017-10-14 Thread Randy MacLeod
Waiting for a build so I thought I'd comment on this commit. My comments are about style and maintenance not functionality which others have covered (the gentoo comment). On 2017-10-12 02:35 PM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo

Re: [OE-core] [PATCH 1/2] goarch.bbclass: Define HOST_GO386 and TARGET_GO386

2017-10-14 Thread Khem Raj
On Sat, Oct 14, 2017 at 11:46 AM Paul Barker wrote: > On Sat, Oct 14, 2017 at 2:22 AM, Khem Raj wrote: > > On Fri, Oct 13, 2017 at 12:25 PM, Paul Barker > wrote: > >> These variables are used to control the floating-point

Re: [OE-core] [PATCH 1/2] goarch.bbclass: Define HOST_GO386 and TARGET_GO386

2017-10-14 Thread Paul Barker
On Sat, Oct 14, 2017 at 2:22 AM, Khem Raj wrote: > On Fri, Oct 13, 2017 at 12:25 PM, Paul Barker wrote: >> These variables are used to control the floating-point instructions emitted >> by >> the go compiler for x86 architectures. >> >> The default is

[OE-core] [PATCH 6/7] gcc6: Upgrade to 6.4

2017-10-14 Thread Khem Raj
Signed-off-by: Khem Raj --- .../gcc/gcc-6.3/ubsan-fix-check-empty-string.patch | 28 -- .../gcc/{gcc-6.3.inc => gcc-6.4.inc} | 13 +++-- .../0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch | 0 .../0008-missing-execinfo_h.patch | 0

[OE-core] [PATCH 7/7] mdadm: Fix build with gcc < 7

2017-10-14 Thread Khem Raj
Do not rely on build host gcc for "implicit-fallthrough" support we need to check the CC for it Signed-off-by: Khem Raj --- ...heck-for-implicit-fallthrough-warning-sup.patch | 31 ++ meta/recipes-extended/mdadm/mdadm_4.0.bb | 1 + 2 files

[OE-core] [PATCH 4/7] libevdev: Add dependency on libcheck

2017-10-14 Thread Khem Raj
Fixes failures like test-main.o ../../libevdev-1.5.2/test/test-main.c | ../../libevdev-1.5.2/test/test-main.c:24:19: fatal error: check.h: No such file or directory | #include |^ | compilation terminated. | make[2]: *** [test-main.o] Error 1 Change-Id:

[OE-core] [PATCH 5/7] libcheck: Upgrade to 0.11.0+

2017-10-14 Thread Khem Raj
Signed-off-by: Khem Raj --- .../libcheck/{libcheck_0.10.0.bb => libcheck_git.bb} | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) rename meta/recipes-support/libcheck/{libcheck_0.10.0.bb => libcheck_git.bb} (66%) diff --git

[OE-core] [PATCH 1/7] go-dep: Upgrade to 0.3.1

2017-10-14 Thread Khem Raj
Signed-off-by: Khem Raj --- .../go-dep/0001-Add-support-for-mips-mips64.patch | 54 ++ ...er-constant-that-hopefully-works-the-same.patch | 33 + meta/recipes-devtools/go/go-dep_0.3.0.bb | 16 ---

[OE-core] [PATCH 3/7] musl: Update to latest

2017-10-14 Thread Khem Raj
* fix use of memset without declaration in sched.h cpu set macros * powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/7] go: Fix build with PIE on musl

2017-10-14 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/go/go-1.9.inc| 3 + .../go/go-1.9/default-buildmode-pie.patch | 13 +++ .../go/go-1.9/set-external-linker.patch| 104 + 3 files changed, 120 insertions(+) create

Re: [OE-core] [PATCH] bmap-tools: add missing runtime dependencies

2017-10-14 Thread Tim Orling
> On Oct 13, 2017, at 4:14 AM, Pascal Bach wrote: > > When running bmap on a target device the added dependncies are required. > > Signed-off-by: Pascal Bach > --- > meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 12 +++- > 1 file