Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-18 Thread Khem Raj
I also enable security flags require conf/distro/include/no-static-libs.inc require conf/distro/include/yocto-uninative.inc require conf/distro/include/security_flags.inc INHERIT += "uninative" On Mon, Jul 18, 2016 at 5:16 AM, Trevor Woerner wrote: > On Fri 2016-07-08 @ 01:55:18 PM, Khem Raj wr

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-18 Thread Trevor Woerner
On Fri 2016-07-08 @ 01:55:18 PM, Khem Raj wrote: > Trevor > > On Thu, Jul 7, 2016 at 1:25 PM, Khem Raj wrote: > > Ok thanks. Let me know if you get to see the same issue on say qemuarm or > > qemuarm64 > > I built core-image-sato/qemux86-64 vmdk with chromium added > > CORE_IMAGE_EXTRA_INSTALL_

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-08 Thread Khem Raj
Trevor On Thu, Jul 7, 2016 at 1:25 PM, Khem Raj wrote: > Ok thanks. Let me know if you get to see the same issue on say qemuarm or > qemuarm64 I built core-image-sato/qemux86-64 vmdk with chromium added CORE_IMAGE_EXTRA_INSTALL_append = " chromium " launched this image in VM and chromium start

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-07 Thread Khem Raj
Ok thanks. Let me know if you get to see the same issue on say qemuarm or qemuarm64 On Jul 7, 2016 1:04 PM, "Trevor Woerner" wrote: > On Thu 2016-07-07 @ 09:27:30 AM, Khem Raj wrote: > > Is it specific to x86-64 > > Up to this point I've only been focused on x86-64, but now that I have > things

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-07 Thread Trevor Woerner
On Thu 2016-07-07 @ 09:27:30 AM, Khem Raj wrote: > Is it specific to x86-64 Up to this point I've only been focused on x86-64, but now that I have things cleared up on that arch, I'll be working on aarch64 to see how that goes. My "solution" for the time-being is to simply pull in the glibc_2.23

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-07 Thread Khem Raj
Is it specific to x86-64 On Jul 6, 2016 10:38 PM, "Trevor Woerner" wrote: > Even after applying this patch, I'm still seeing crashes in Chromium (which > aren't there before the glibc update to 2.24) > > I wish I could understand why Chromium is crashing, but everything else > seems > to run oka

Re: [OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-06 Thread Trevor Woerner
Even after applying this patch, I'm still seeing crashes in Chromium (which aren't there before the glibc update to 2.24) I wish I could understand why Chromium is crashing, but everything else seems to run okay. I wouldn't be surprised to find Chromium is doing something funky; but what, exactly,

[OE-core] [PATCH V2] glibc: Upgrade to latest tip of master

2016-07-02 Thread Khem Raj
- libc-package.bbclass: Do not use --old-style This option has been dropped from latest glibc Signed-off-by: Khem Raj --- meta/classes/libc-package.bbclass | 4 ++-- meta/recipes-core/glibc/cross-localedef-native_2.24.bb | 2 +- meta/recipes-core/glibc/glibc_2.24.bb