[OE-core] [pyro][PATCH 3/3] linux-yocto-tiny/4.1: update to 4.1.49 plus meltdown

2018-02-23 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index

[OE-core] [pyro][PATCH 1/3] linux-yocto/4.1: update to 4.1.49 plus meltdown

2018-02-23 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index

[OE-core] [pyro][PATCH 2/3] linux-yocto-rt/4.1: update to 4.1.49 plus meltdown

2018-02-23 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index

Re: [OE-core] [oe] [RFC] Rename meta-openembedded to openembedded-extras

2018-02-23 Thread Denys Dmytriyenko
On Thu, Feb 22, 2018 at 12:37:44PM -0800, akuster808 wrote: > On 02/21/2018 11:55 PM, Andrea Adami wrote: > > All, > > it seems there is some consensus about reordering/cleaning the > > "OpenEmbedded layers". > > > > I think that before starting any cleaning *inside* we should finally > > clean up

Re: [OE-core] [PATCH] cmake: refactor compile and install for easier re-use

2018-02-23 Thread André Draszik
On 23 Feb 2018 20:32, "Christopher Larson" wrote: On Fri, Feb 23, 2018 at 7:50 AM, André Draszik wrote: > From: André Draszik > > [...] > Also, this now is very similar to oe_runmake(). > If it’s similar to oe_runmake, why the long

Re: [OE-core] [PATCH] cmake: refactor compile and install for easier re-use

2018-02-23 Thread Christopher Larson
On Fri, Feb 23, 2018 at 7:50 AM, André Draszik wrote: > From: André Draszik > > cmake_do_compile() and cmake_do_install() basically do the > same, except they use a different --target, and at the > moment this is copy/pasted code with a minor

Re: [OE-core] [master][rocko][PATCH 2/2] gcc: Fix internal compiler error for PPC test case "gcc.dg/vmx/7d-02.c"

2018-02-23 Thread Khem Raj
On Fri, Feb 23, 2018 at 9:41 AM, Mark Hatle wrote: > Fix an internal compiler error on PPC from building a specific test: > > $ $CC -S 7d-02.c > 7d-02.c: In function â: > 7d-02.c:11:5: internal compiler error: in copy_to_mode_reg, at explow.c:612 > vec_st(v,

Re: [OE-core] [PATCH] xcb-proto: don't compile for Python 2

2018-02-23 Thread Burton, Ross
Indeed, meant to put that number in the message. On 23 February 2018 at 17:21, Bystricky, Juro wrote: > Nice. This should fix Yocto #12543 as well. > > From: openembedded-core-boun...@lists.openembedded.org [ >

[OE-core] [master][rocko][PATCH 1/2] gcc: Fix test case issue when SSE is not enabled

2018-02-23 Thread Mark Hatle
Whenever "-mno-sse" is used, "-mfpmath" should be set to 387. The test case should be modified accordingly as below: /* { dg-additional-options "-mno-sse -mfpmath=387 " { target { i?86-*-* x86_64-*-* } } } */ Original patch from: RAGHUNATH LOLUR Signed-off-by: Mark

[OE-core] [master][rocko][PATCH 0/2] Could misc gcc test case fixes

2018-02-23 Thread Mark Hatle
Could test case fixes that are needed in both master and rocko. Mark Hatle (2): gcc: Fix test case issue when SSE is not enabled gcc: Fix internal compiler error for PPC test case "gcc.dg/vmx/7d-02.c" meta/recipes-devtools/gcc/gcc-7.3.inc | 2 +

[OE-core] [master][rocko][PATCH 2/2] gcc: Fix internal compiler error for PPC test case "gcc.dg/vmx/7d-02.c"

2018-02-23 Thread Mark Hatle
Fix an internal compiler error on PPC from building a specific test: $ $CC -S 7d-02.c 7d-02.c: In function â: 7d-02.c:11:5: internal compiler error: in copy_to_mode_reg, at explow.c:612 vec_st(v, i*16,p); ^~ The failure appears to happen on all optimizations levels as well.

Re: [OE-core] [PATCH] xcb-proto: don't compile for Python 2

2018-02-23 Thread Bystricky, Juro
Nice. This should fix Yocto #12543 as well. From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Ross Burton [ross.bur...@intel.com] Sent: Friday, February 23, 2018 7:35 AM To:

[OE-core] [PATCH] xcb-proto: don't compile for Python 2

2018-02-23 Thread Ross Burton
Remove the do_install_append to create the Python 2 pyc files, as nothing in the build is using Python 2 anymore (libxcb is the only user, and that uses Python 3). Also use variables instead of a patch to control what Python binary and path the modules are installed to. Signed-off-by: Ross

[OE-core] [PATCH] libpthread-stubs: clean up recipe

2018-02-23 Thread Ross Burton
No need to inherit pkgconfig as configure doesn't use it, remove commented DEPENDS which clearly came from another recipe, stop deploying an empty PN. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb | 10 ++ 1 file changed, 2

Re: [OE-core] [PATCH 2/2] glibc: Upgrade to 2.27 release

2018-02-23 Thread Burton, Ross
Yep, overriding it for nativesdk now (and will propose we change the default later) On 23 February 2018 at 14:45, Khem Raj wrote: > On Fri, Feb 23, 2018 at 4:29 AM, Burton, Ross > wrote: > > I've made it work! See the patches in

[OE-core] [PATCH] musl: Upgrade to 1.1.19 release point

2018-02-23 Thread Khem Raj
Changes from the current commit https://git.musl-libc.org/cgit/musl/log/?qt=range=628cf979b249fa76a80962e2eefe05073216a4db..55df09bfccbfe21fc9dd7d8f94550c0ff25ace04 Summary of this release http://www.openwall.com/lists/musl/2018/02/22/2 Signed-off-by: Khem Raj ---

[OE-core] [PATCH] cmake: refactor compile and install for easier re-use

2018-02-23 Thread André Draszik
From: André Draszik cmake_do_compile() and cmake_do_install() basically do the same, except they use a different --target, and at the moment this is copy/pasted code with a minor modification. Other recipes which e.g. might want to support compilation as part of ptest

Re: [OE-core] [PATCH 2/2] glibc: Upgrade to 2.27 release

2018-02-23 Thread Khem Raj
On Fri, Feb 23, 2018 at 4:29 AM, Burton, Ross wrote: > I've made it work! See the patches in poky-contrib:ross/glibc, although I'm > cleaning them up now. > LOCALE_UTF8_IS_DEFAULT setting is in conf/distro/include/default-distrovars.inc > Ross > > On 23 February 2018 at

Re: [OE-core] [PATCH 2/2] glibc: Upgrade to 2.27 release

2018-02-23 Thread Burton, Ross
I've made it work! See the patches in poky-contrib:ross/glibc, although I'm cleaning them up now. Ross On 23 February 2018 at 03:06, Khem Raj wrote: > glibc community thinks that the way we are depending upon old > localedata while using newer > glibc in nativesdk is not a

[OE-core] [PATCH] buildhistory-diff: honour report_all flag

2018-02-23 Thread Anuj Mittal
Make sure that we're passing a bool value. Without this, buildhistory shows all the output for all the keys/fields when it shouldn't be by default. Signed-off-by: Anuj Mittal --- scripts/buildhistory-diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH v3] systemd: re-enable mount propagation for udevd

2018-02-23 Thread Vincent Prince
Hi all, I have MountFlags=slave defined, and I use the following recipe to automount usb stick without right issues: https://github.com/nefethael/meta-random/blob/master/recipes-support/usbmount/usbmount_git.bb I think we should keep this settings as it is. What is the problematic use case?