Re: [OE-core] [PATCH 4/8] busybox: add the ability to split the busybox binary

2013-06-13 Thread ChenQi
On 06/12/2013 04:26 AM, Bernhard Reutner-Fischer wrote: On Fri, Jun 07, 2013 at 02:13:58PM +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com This patch enables us to split the busybox into two binaries, one containing suid applications, and the other containing nosuid

[OE-core] [PATCH] python: -Wformat is needed by gcc 4.8

2013-06-13 Thread Khem Raj
This fixes errors in packages using python( build with gcc 4.8) | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/python2.7/modsupport.h:27:1: error: 'PyArg_ParseTuple' is an unrecognized format function type [-Werror=format=] | PyAPI_FUNC(int)

[OE-core] populate-sysroot files in sstate cache overwritten by empty ones

2013-06-13 Thread Mike Crowe
I've managed to find a relatively easy way to cause a perfectly valid sstate populate-sysroot file to be overwritten with a (virtually) empty one. The circumstances that provoke this in our layer are rather more complex but end up with the same situation. The problem seems to be caused by having

[OE-core] [PATCH] openssl: Add fix for cipher des-ede3-cfb1

2013-06-13 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Add patch file for one of the ciphers used in openssl, namely the cipher des-ede3-cfb1. Details of the bug, without this patch, can be found here. http://rt.openssl.org/Ticket/Display.html?id=2867 Signed-off-by: Muhammad Shakeel

[OE-core] [PATCH] sstate.bbclass: binutils-cross is not a safe dependency

2013-06-13 Thread Mike Crowe
gcc always needs binutils in order to be useful. If binutils-cross is considered to be a safe dependency then gcc-cross can be reconstructed into the sysroot without binutils. Anyone who tries to use the compiler will end up using the system binutils which is either a bad thing (relying on system

Re: [OE-core] [PATCH] sstate.bbclass: binutils-cross is not a safe dependency

2013-06-13 Thread Richard Purdie
On Thu, 2013-06-13 at 15:06 +0100, Mike Crowe wrote: gcc always needs binutils in order to be useful. If binutils-cross is considered to be a safe dependency then gcc-cross can be reconstructed into the sysroot without binutils. Anyone who tries to use the compiler will end up using the system

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-13 Thread Saul Wold
On 06/11/2013 04:46 PM, Jonathan Liu wrote: On 6/06/2013 3:04 AM, Paul Eggleton wrote: On Wednesday 05 June 2013 17:57:32 Paul Eggleton wrote: On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: On 06/05/2013 02:30 AM, Martin Jansa wrote: On Wed, Jun 05, 2013 at 07:01:50PM +1000, Jonathan

Re: [OE-core] [PATCH] systemd: update install-quotaon-once.patch

2013-06-13 Thread Saul Wold
On 06/12/2013 02:29 AM, Ross Burton wrote: This patch has been merged upstream now, so refresh the patch with a backport (the patch was changed before being merged). Signed-off-by: Ross Burton ross.bur...@intel.com --- .../systemd/systemd/install-quotaon-once.patch | 32

[OE-core] [CONSOLIDATED PULL 00/37] Updates and some fixes

2013-06-13 Thread Saul Wold
Richard, This is a group of updates and some patches that have been pulled together and built on the Autobuilder There's a Chris patch to sstate.bbclass that needs your eyes. Thanks Sau! The following changes since commit 74158c2e99c6d8631800ae80025d1cc9f19336d2: tune-cortexa*.inc:

Re: [OE-core] [PATCH] gcc: Upgrade to 4.8.1

2013-06-13 Thread Saul Wold
On 06/11/2013 02:57 PM, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gcc/gcc-4.8.inc |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index

Re: [OE-core] [PATCH] openssh: two fixes

2013-06-13 Thread Saul Wold
On 06/12/2013 08:11 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Backport patch to fix segment fault due to unaligned memory access Enable tcp-wrappers by default This should really be in 2 independent patches. Sau! Signed-off-by: Roy.Li

Re: [OE-core] [PATCH] gcc: Upgrade to 4.8.1

2013-06-13 Thread Khem Raj
On Jun 13, 2013, at 10:12 AM, Saul Wold s...@linux.intel.com wrote: On 06/11/2013 02:57 PM, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gcc/gcc-4.8.inc |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCH 0/2] Qt fixes

2013-06-13 Thread Saul Wold
On 06/11/2013 06:21 PM, Jonathan Liu wrote: A couple of Qt fixes. These have been tested by Paul Eggleton. I have fixed some typos in the commit message for Felipe's patch and dropped the note regarding the build system going crazy as requested by Paul. Felipe F. Tonello (1): qt: update

Re: [OE-core] populate-sysroot files in sstate cache overwritten by empty ones

2013-06-13 Thread Richard Purdie
On Thu, 2013-06-13 at 12:16 +0100, Mike Crowe wrote: I've managed to find a relatively easy way to cause a perfectly valid sstate populate-sysroot file to be overwritten with a (virtually) empty one. The circumstances that provoke this in our layer are rather more complex but end up with the

Re: [OE-core] [PATCH 0/2] Qt fixes

2013-06-13 Thread Martin Jansa
On Thu, Jun 13, 2013 at 02:18:21PM -0700, Saul Wold wrote: On 06/11/2013 06:21 PM, Jonathan Liu wrote: A couple of Qt fixes. These have been tested by Paul Eggleton. I have fixed some typos in the commit message for Felipe's patch and dropped the note regarding the build system going crazy

Re: [OE-core] [PATCH 0/2] Qt fixes

2013-06-13 Thread Jonathan Liu
On 14/06/2013 7:38 AM, Martin Jansa wrote: On Thu, Jun 13, 2013 at 02:18:21PM -0700, Saul Wold wrote: On 06/11/2013 06:21 PM, Jonathan Liu wrote: A couple of Qt fixes. These have been tested by Paul Eggleton. I have fixed some typos in the commit message for Felipe's patch and dropped the note

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-13 Thread Jonathan Liu
On 14/06/2013 1:20 AM, Saul Wold wrote: On 06/11/2013 04:46 PM, Jonathan Liu wrote: On 6/06/2013 3:04 AM, Paul Eggleton wrote: On Wednesday 05 June 2013 17:57:32 Paul Eggleton wrote: On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: On 06/05/2013 02:30 AM, Martin Jansa wrote: On Wed, Jun

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-13 Thread Saul Wold
On 06/13/2013 04:35 PM, Jonathan Liu wrote: On 14/06/2013 1:20 AM, Saul Wold wrote: On 06/11/2013 04:46 PM, Jonathan Liu wrote: On 6/06/2013 3:04 AM, Paul Eggleton wrote: On Wednesday 05 June 2013 17:57:32 Paul Eggleton wrote: On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: On