Re: [OE-core] [PATCH 1/1] glibc: Allow 64 bit atomics for x86

2015-10-30 Thread Richard Purdie
On Thu, 2015-10-29 at 15:29 -0700, Randy Witt wrote: > > > On Thu, Oct 29, 2015 at 3:20 PM, Richard Purdie > wrote: > On Thu, 2015-10-29 at 13:43 -0700, Juro Bystricky wrote: > > This patch fixes [YOCTO#8140]. > > > > The fix

[OE-core] [PATCH 1/1] toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE

2015-10-30 Thread Chen Qi
Use immediate expansion for the assignment to avoid other classes modifying variables like HOST_ARCH which changes the result. This happens in the meta-environment recipe. It inherits cross-canadian which changes HOST_ARCH from TARGET_ARCH to SDK_ARCH, resulting in wrong site config files in the

[OE-core] [PATCH 0/1] toolchain-script: use immediate expansion for TOOLCHAIN_CONFIGSITE_NOCACHE

2015-10-30 Thread Chen Qi
The following changes since commit f787b688f2884ce3fa888b4041030538c7d2bf55: oeqa/utils/decorators: fix missing keyword arguments on decorators (2015-10-27 07:22:22 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH][jethro][master] gcr: Require x11 DISTRO_FEATURE

2015-10-30 Thread Jussi Kukkonen
This enables a world build without x11. GTK3DISTROFEATURES is not used because gtk+-x11.pc is still required. [YOCTO #8611] Signed-off-by: Jussi Kukkonen --- The bug is currently targeted for 2.0.1 meta/recipes-gnome/gcr/gcr_3.16.0.bb | 3 ++- 1 file changed, 2

Re: [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-30 Thread Khem Raj
On Fri, Oct 30, 2015 at 4:10 AM, Roman Khimov wrote: > В письме от 29 октября 2015 08:42:31 пользователь Khem Raj написал: >> 1. Drop kconfig support in glibc and we become inline with upstream > > No opinion on this. > >> 2. Move musl support to OE-Core from meta-musl > > I

Re: [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-30 Thread Martin Jansa
On Fri, Oct 30, 2015 at 01:55:42PM -0700, Khem Raj wrote: > On Fri, Oct 30, 2015 at 4:10 AM, Roman Khimov wrote: > > В письме от 29 октября 2015 08:42:31 пользователь Khem Raj написал: > >> 1. Drop kconfig support in glibc and we become inline with upstream > > > > No opinion on

Re: [OE-core] PowerPC / gcc / prelink

2015-10-30 Thread Mark Hatle
On 10/30/15 4:59 PM, Khem Raj wrote: > On Fri, Oct 30, 2015 at 2:42 PM, Mark Hatle wrote: >> I finally chased down the PowerPC prelink problem. It appears to be within >> GCC. >> >> On most systems GCC (for PPC) is configured with --enable-secureplt. >> However, >>

Re: [OE-core] [oe] State of libcs in OE-Core glibc/uclibc/musl

2015-10-30 Thread Khem Raj
On Fri, Oct 30, 2015 at 11:31 AM, Andre McCurdy wrote: > On Fri, Oct 30, 2015 at 9:21 AM, akuster808 wrote: >> >> >> On 10/29/2015 08:42 AM, Khem Raj wrote: >>> Hi All, >>> >>> I would like to get everyone’s opinion on the libcs we maintain in OE-Core,

[OE-core] [PATCH] cairo: fix license for cairo-script-interpreter

2015-10-30 Thread Andre McCurdy
Without an explicit license, cairo-script-interpreter inherits the default LICENSE and isn't packaged in builds which blacklist GPLv3. Signed-off-by: Andre McCurdy --- meta/recipes-graphics/cairo/cairo.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [OE-core] PowerPC / gcc / prelink

2015-10-30 Thread Khem Raj
On Fri, Oct 30, 2015 at 2:42 PM, Mark Hatle wrote: > I finally chased down the PowerPC prelink problem. It appears to be within > GCC. > > On most systems GCC (for PPC) is configured with --enable-secureplt. However, > the OE-Core version is not. The prelinker

[OE-core] [PATCH] glib-2.0: fix ptest output format

2015-10-30 Thread Maxin B. John
use "FAIL" keyword instead of "FAILED" in glib-2.0 test output [YOCTO #6601] Signed-off-by: Maxin B. John --- meta/recipes-core/glib-2.0/glib-2.0/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glib-2.0/glib-2.0/run-ptest

Re: [OE-core] [PATCH] Add entry for qemumips64 to local.conf.sample.

2015-10-30 Thread Khem Raj
> On Oct 22, 2015, at 9:25 AM, Robert P. J. Day wrote: > > > For whatever reason, qemumips64 isn't mentioned in local.conf.sample > as a valid target machine. > > Signed-off-by: Robert P. J. Day > > --- > > diff --git

[OE-core] [RFC][PATCH] python: ensure usage of host modules while cross compiling

2015-10-30 Thread Awais Belal
The issue is generally seen on x86 type of machines passing -march=bdverX (X=3,4 etc) flags but in general this should cause a problem when freshly built target modules are tried for an import during the cross build process. Aiding the PYTHONPATH with CROSSPYTHONPATH which contains the native

[OE-core] [PATCH] oeqa/parselogs: Updated whitelist

2015-10-30 Thread Lucian Musat
Moved an error to common, and whitelisted the BAR errors and ati module. Also the uvesafb related errors will be ignored in LSB images which do not have graphic interface. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runtime/parselogs.py | 16 1 file

[OE-core] [PATCH] rawcopy.py: Copy source file in image creation build folder

2015-10-30 Thread Noor, Ahsan
From: Noor * In wks file when a file name is given using --sourceparams then wic directly use that file instead of copying them to build folder. "assemble" function in partitionedfs.py calls os.rename which renames the file given in --sourceparams. When image recipe

[OE-core] [PATCH] rm_work.bbclass: Exclude do_rootfs stamp removal

2015-10-30 Thread Jate Sujjavanich
This prevents unneeded rootfs rebuilds if the metadata has not changed while using rm_work. Signed-off-by: Jate Sujjavanich --- meta/classes/rm_work.bbclass |4 1 file changed, 4 insertions(+) diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass

[OE-core] [PATCH 1/1] ptest-runner: Allow running of specific tests

2015-10-30 Thread Ioan-Adrian Ratiu
By default ptest-runner executes all ptests found in a system. With this change, ptest-runner can be given a list of ptest package names to run (the default is still available). For example, to run only the zlib and rt-tests ptests: "ptest-runner zlib rt-tests" Signed-off-by: Ioan-Adrian Ratiu

Re: [OE-core] [PATCH v2] webkitgtk: Add upstream patch to fix build problem

2015-10-30 Thread Pushpal Sidhu
Alexander, On Mon, Oct 26, 2015 at 5:08 AM, Paul Eggleton wrote: > On Monday 26 October 2015 13:34:11 Alexander Kanavin wrote: >> On 10/24/2015 12:03 AM, Pushpal Sidhu wrote: >> > +Upstream-Status: Backport [webkit-2.10.0] >> >> Why not update the recipe to latest

[OE-core] Yocto Project Status WW44

2015-10-30 Thread Jolley, Stephen K
Current Dev Position: YP 2.0 Final (preparing rc3) Next Deadline: YP 2.0 Final Release Target: Oct. 30, 2015 (We are targeting Nov. 6th) SWAT team rotation: Juro -> Anibal https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Top Bugs to be tackled (2.0 release blockers): *

Re: [OE-core] [PATCH 1/1] glibc: Allow 64 bit atomics for x86

2015-10-30 Thread Bystricky, Juro
So I put my insomnia to a good use and I think I can explain everything. The offending code is in nptl/sem_wait.c: #if SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_1) int attribute_compat_text_section __old_sem_wait (sem_t *sem) { int *futex = (int *) sem; int err; do { if

Re: [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-30 Thread akuster808
On 10/29/2015 08:42 AM, Khem Raj wrote: > Hi All, > > I would like to get everyone’s opinion on the libcs we maintain in OE-Core, > as of now, we have > > glibc + cross localedef + kconfig patches which are left overs from eglibc > days > uclibc - which is more of less unmaintained > > Its

[OE-core] PowerPC / gcc / prelink

2015-10-30 Thread Mark Hatle
I finally chased down the PowerPC prelink problem. It appears to be within GCC. On most systems GCC (for PPC) is configured with --enable-secureplt. However, the OE-Core version is not. The prelinker assumes that for certain types of relocations that the PPC_GOT table will exist, otherwise it

Re: [OE-core] [PATCH 4/7] gstreamer1.0-plugins-bad: upgrade to version 1.6.0

2015-10-30 Thread Andre McCurdy
On Tue, Oct 27, 2015 at 7:10 AM, Carlos Rafael Giani wrote: > On 10/26/2015 06:20 PM, Burton, Ross wrote: > > Hi Carlos, > > On 27 September 2015 at 22:48, Carlos Rafael Giani > wrote: >> >>

Re: [OE-core] State of libcs in OE-Core glibc/uclibc/musl

2015-10-30 Thread Roman Khimov
В письме от 29 октября 2015 08:42:31 пользователь Khem Raj написал: > 1. Drop kconfig support in glibc and we become inline with upstream No opinion on this. > 2. Move musl support to OE-Core from meta-musl I would certainly support this kind of for musl. > 3. Drop uclibc or leave it in

Re: [OE-core] [oe] State of libcs in OE-Core glibc/uclibc/musl

2015-10-30 Thread Andre McCurdy
On Fri, Oct 30, 2015 at 9:21 AM, akuster808 wrote: > > > On 10/29/2015 08:42 AM, Khem Raj wrote: >> Hi All, >> >> I would like to get everyone’s opinion on the libcs we maintain in OE-Core, >> as of now, we have >> >> glibc + cross localedef + kconfig patches which are left

[OE-core] [OE-Core] [Fido] [PATCH] openssh: Backport CVE-2015-5600 fix

2015-10-30 Thread Haris Okanovic
only query each keyboard-interactive device once per authentication request regardless of how many times it is listed Source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/auth2-chall.c?f=h#rev1.43