[OE-core] [CONSOLIDATED PULL 00/21] Currently finishing on AB

2013-12-19 Thread Saul Wold
Richard, here is a set of mostly your patches alone with a few others, I actually built a few more patches which I dropped, notably Valentin's weston patch since I think Koen's suggestion from May would make a more flexible solution. I verified the openssl change via buildhistory (thanks Paul!)

[OE-core] [PATCH 2/4] beecrypt: Allow PACKAGECONFIG to be overridden

2013-12-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index a917201..5874f9e 100644 --- a/meta/recipes-supp

[OE-core] [PATCH 3/4] openssl: use PACKAGECONFIG to disable perl bits

2013-12-19 Thread Saul Wold
Adding perl to the RDEPENDS caused a performance hit to the overall build time since this was the only package that depended on perl. The openssl-misc package is not installed by default so use a PACKAGECONFIG which can be overridden to allow the perl scripts along with perl to be installed.

[OE-core] [PATCH 4/4] util-linux: remove non PN based -dev packages

2013-12-19 Thread Saul Wold
All dev related items should be packaged in the core PN package not in seperate packages. Signed-off-by: Saul Wold --- meta/recipes-core/util-linux/util-linux.inc | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/r

[OE-core] [PATCH 1/4] harfbuzz: Allow PACKAGECONFIG to be overridden

2013-12-19 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.25.bb index a18dafe..544deecd 100644 --- a/meta/recip

[OE-core] [PATCH 0/4] Misc Fixes

2013-12-19 Thread Saul Wold
Fix up build time with PACKAGECONFIG for perl in openssl, found some non-overridable PACKAGECONFIGs so fix them and clean up util-linux-dev issue Sau! Saul Wold (4): harfbuzz: Allow PACKAGECONFIG to be overridden beecrypt: Allow PACKAGECONFIG to be overridden openssl: use PACKAGECONFIG to

[OE-core] [PATCH V3 0/1] image.bbclass: add ability to set systemd default target

2013-12-19 Thread Qi.Chen
From: Chen Qi Changes since V2: 1. Fix the commit message. The following changes since commit 9daa1de753e58b7f678e68cf307f6028c0c79a6a: qemu/local.conf.sample: Add sdl PACKAGECONFIG (2013-12-16 12:13:59 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib Ch

[OE-core] [PATCH V3 1/1] image.bbclass: add ability to set systemd default target

2013-12-19 Thread Qi.Chen
From: Chen Qi Add ability to set the default target for systemd images. The default target for system is controlled by SYSTEMD_DEFAULT_TARGET. The default value for this variable is derived from checking whether IMAGE_FEATURES contains 'x11-base' or not. Each image could override this value in i

Re: [OE-core] [PATCH] weston: for fbdev enabled distro feature, change WESTON_NATIVE_BACKEND

2013-12-19 Thread Saul Wold
On 12/19/2013 06:20 AM, Valentin Popa wrote: For builds with fbdev (no drm/kms), set WESTON_NATIVE_BACKEND to "fbdev-backend.so"; doing this, weston-launch will be able to know what backend to use. Signed-off-by: Valentin Popa --- meta/recipes-graphics/wayland/weston_1.3.1.bb | 2 +- 1 file

[OE-core] [PATCH V2] oe-selftest: New tests for sstate related operations

2013-12-19 Thread Corneliu Stoicescu
Signed-off-by: Corneliu Stoicescu --- meta/lib/oeqa/selftest/sstate.py | 226 ++ 1 file changed, 226 insertions(+) create mode 100644 meta/lib/oeqa/selftest/sstate.py diff --git a/meta/lib/oeqa/selftest/sstate.py b/meta/lib/oeqa/selftest/sstate.py new file m

Re: [OE-core] [RFC] Binutils upgrade to 2.24

2013-12-19 Thread Saul Wold
On 12/16/2013 12:03 PM, Khem Raj wrote: Hi I have pushed a contrib branch for binutils 2.24 upgrade here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/binutils-2.24 I have tested it on both uclibc/eglibc and qemu machines. But it would be nice if it gets more testing for ma

[OE-core] [PATCH] weston: for fbdev enabled distro feature, change WESTON_NATIVE_BACKEND

2013-12-19 Thread Valentin Popa
For builds with fbdev (no drm/kms), set WESTON_NATIVE_BACKEND to "fbdev-backend.so"; doing this, weston-launch will be able to know what backend to use. Signed-off-by: Valentin Popa --- meta/recipes-graphics/wayland/weston_1.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

Re: [OE-core] [PATCH V3] openssl.inc: Install c_rehash utility with openssl

2013-12-19 Thread Koen Kooi
Op 17 dec. 2013, om 09:28 heeft Yasir Khan het volgende geschreven: > From: mykhani > > c_rehash utility is not being installed with openssl.It conveniently > generates hash and symbolic links based on it for CA certificates > stored locally for SSL based server authentication > > Signed-off

[OE-core] [PATCH] runqemu: Allow user to set -vga option with qemuparams

2013-12-19 Thread Valentin Popa
At the moment, the user cannot to set -vga other then vmware (because "vmware" is set by default); and the first argument in qemuparams has higher precedence. Signed-off-by: Valentin Popa --- scripts/runqemu | 1 + scripts/runqemu-internal | 12 ++-- 2 files changed, 11 inserti

Re: [OE-core] [PATCH V3] openssl.inc: Install c_rehash utility with openssl

2013-12-19 Thread Richard Purdie
On Tue, 2013-12-17 at 13:28 +0500, Yasir Khan wrote: > From: mykhani > > c_rehash utility is not being installed with openssl.It conveniently > generates hash and symbolic links based on it for CA certificates > stored locally for SSL based server authentication > > Signed-off-by: Yasir-Khan >

Re: [OE-core] [PATCH] libsoup-2.4: add intltool-native to DEPENDS

2013-12-19 Thread Paul Eggleton
On Thursday 19 December 2013 11:54:14 Nicolas Dechesne wrote: > On Thu, Dec 19, 2013 at 11:47 AM, Javier Viguera > wrote: > > On 17/12/13 11:42, Paul Eggleton wrote: > >> -DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3" > >> +DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 intltool-native"

[OE-core] [dora][PATCH] libsoup-2.4: add intltool-native to DEPENDS

2013-12-19 Thread Paul Eggleton
The configure script looks for this; most of the time dependency chains ensure this is present but we need to be explicit or failures can occur. Reported by Nicolas Dechesne (From OE-Core master rev: 22e45ed7d74ceb4a719e7b5889400c20ed4a0783) Signed-off-by: Paul Eggleton Signed-off-by: Richard

[OE-core] [dylan][PATCH] libsoup-2.4: add intltool-native to DEPENDS

2013-12-19 Thread Paul Eggleton
The configure script looks for this; most of the time dependency chains ensure this is present but we need to be explicit or failures can occur. Reported by Nicolas Dechesne (From OE-Core master rev: 22e45ed7d74ceb4a719e7b5889400c20ed4a0783) Signed-off-by: Paul Eggleton Signed-off-by: Richard

Re: [OE-core] [PATCH] libsoup-2.4: add intltool-native to DEPENDS

2013-12-19 Thread Nicolas Dechesne
On Thu, Dec 19, 2013 at 11:47 AM, Javier Viguera wrote: > On 17/12/13 11:42, Paul Eggleton wrote: > >> -DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3" >> +DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 intltool-native" >> > > +1 for this change. > > I was bitten by this bug using a DIST

Re: [OE-core] [PATCH] libsoup-2.4: add intltool-native to DEPENDS

2013-12-19 Thread Javier Viguera
On 17/12/13 11:42, Paul Eggleton wrote: -DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3" +DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 intltool-native" +1 for this change. I was bitten by this bug using a DISTRO with no X11 support (removed X11 from DISTRO_FEATURES). In that case

[OE-core] [PATCH] sstatesig: Correctly handle matches spanning stamps and sstatedir

2013-12-19 Thread Richard Purdie
By resetting filesdates at this point, we lose matches from stamps which may not have been in sstatedir. When we don't have hashes specicifed, its better to return all matches and have the caller decide which are relavent and which are not since this function has no ability to decide. There will al

[OE-core] [PATCH] sstatesig: Update for the removal of sstate-name

2013-12-19 Thread Richard Purdie
We've dropped sstate-name so we can remove this code. The fallback was incorrect since we use taskname without the do_ prefix so this patch updates to account for that too. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index 836a148..835cee8 10

[OE-core] [PATCH] sstatesig: Ensure we return all matches for find_sigdata

2013-12-19 Thread Richard Purdie
When the hashes to find isn't specified we need to return matches from both the sstate cache and the local stamps directory regardless of how many we've found so far. If we don't do this, we can miss stamps and the comparison is less accurate/incorrect. Signed-off-by: Richard Purdie --- diff --gi

[OE-core] [PATCH] sstatesig: Allow the BB_HASHFILENAME to be passed in for comparision purposes

2013-12-19 Thread Richard Purdie
Currently the code can match too many things, for example, searching for gcc-cross, we'd also get gcc-cross-initial. If we have a bitbake cache available, we'd often have the BB_HASHFILENAME data available from that cache. That can give us something to filter the matches against. The format of th

[OE-core] [PATCH v2 0/1] libtirpc: upgrade to 0.2.4

2013-12-19 Thread Cristian Iorga
Better commit message, according to Saul's review. Thanks Saul. The following changes since commit 2961b58640daa8078ae3a70028f0fbbf2abb7882: security_flags: more relocation issues (2013-12-18 17:24:07 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib cio

[OE-core] [PATCH v2 1/1] libtirpc: upgrade to 0.2.4

2013-12-19 Thread Cristian Iorga
obsolete_automake_macros.patch removed, no longer needed. Disabled GSS APIs, as those APIs are not present in our distro. Patches directory is now generic, as patches are not created for a specific version. Signed-off-by: Cristian Iorga --- .../libtirpc-0.2.3/obsolete_automake_macros.patch