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

2013-12-17 Thread Yasir Khan
From: mykhani yasir_k...@mentor.com 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 yasir_k...@mentor.com ---

[OE-core] [PATCH 0/1] rootfs_rpm.bbclass: make complementary packages not attempt-only

2013-12-17 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com 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

[OE-core] [PATCH 1/1] rootfs_rpm.bbclass: make complementary packages not attempt-only

2013-12-17 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Installing complementary packages should not be attempt-only, otherwise, errors would be hidden. For example, if we enable ptest distro feature, and we add 'ptest-pkgs' to IMAGE_FEATRUES, then building a minimal image would succeed without reporting any error.

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

2013-12-17 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Add ability to set the default target for systemd images. The default value for the target is derived from checking whether IMAGE_FEATRUES contains 'x11-base' or not. Each image could override this value in its own recipe. For now, we don't need to do any

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

2013-12-17 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com 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

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

2013-12-17 Thread Corneliu Stoicescu
Signed-off-by: Corneliu Stoicescu corneliux.stoice...@intel.com --- 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

[OE-core] FOSDEM 2014

2013-12-17 Thread Paul Eggleton
Hi all, As below, our FOSDEM stand proposal has been accepted. We can talk specific logistics a bit closer to the event, but now is a good time to book your tickets if you'd like to attend - we usually have a pretty good turnout of OpenEmbedded community members and it would be great if we

[OE-core] [PATCH 1/3] oe-selftest: New BuildhistoryBase object for buildhistory testing.

2013-12-17 Thread Corneliu Stoicescu
--- meta/lib/oeqa/selftest/buildhistory.py | 45 1 file changed, 45 insertions(+) create mode 100644 meta/lib/oeqa/selftest/buildhistory.py diff --git a/meta/lib/oeqa/selftest/buildhistory.py b/meta/lib/oeqa/selftest/buildhistory.py new file mode 100644 index

[OE-core] [PATCH 3/3] oe-selftest: added buildhistory buildtime tests in module buildoptions.py

2013-12-17 Thread Corneliu Stoicescu
--- meta/lib/oeqa/selftest/buildoptions.py | 20 1 file changed, 20 insertions(+) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 5fb69d8..ef6579b 100644 --- a/meta/lib/oeqa/selftest/buildoptions.py +++

[OE-core] [PATCH 2/3] oe-selftest: New test module for OE scripts.

2013-12-17 Thread Corneliu Stoicescu
Added a new module meta/lib/oeqa/selftest/oescripts.py containing tests for scripts from ${COREBASE}/scripts --- meta/lib/oeqa/selftest/oescripts.py | 60 +++ 1 file changed, 60 insertions(+) create mode 100644 meta/lib/oeqa/selftest/oescripts.py diff --git

[OE-core] [PATCH V2 2/3] oe-selftest: New test module for OE scripts.

2013-12-17 Thread Corneliu Stoicescu
Added a new module meta/lib/oeqa/selftest/oescripts.py containing tests for scripts from ${COREBASE}/scripts Signed-off-by: Corneliu Stoicescu corneliux.stoice...@intel.com --- meta/lib/oeqa/selftest/oescripts.py | 60 +++ 1 file changed, 60 insertions(+)

[OE-core] [PATCH V2 3/3] oe-selftest: added buildhistory buildtime tests in module buildoptions.py

2013-12-17 Thread Corneliu Stoicescu
Signed-off-by: Corneliu Stoicescu corneliux.stoice...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 20 1 file changed, 20 insertions(+) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 5fb69d8..ef6579b 100644 ---

[OE-core] [PATCH V2 1/3] oe-selftest: New BuildhistoryBase object for buildhistory testing.

2013-12-17 Thread Corneliu Stoicescu
Signed-off-by: Corneliu Stoicescu corneliux.stoice...@intel.com --- meta/lib/oeqa/selftest/buildhistory.py | 45 1 file changed, 45 insertions(+) create mode 100644 meta/lib/oeqa/selftest/buildhistory.py diff --git a/meta/lib/oeqa/selftest/buildhistory.py

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

2013-12-17 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 nicolas.deche...@linaro.org Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

Re: [OE-core] [PATCH 1/1] rootfs_rpm.bbclass: make complementary packages not attempt-only

2013-12-17 Thread Mark Hatle
On 12/17/13, 2:54 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Installing complementary packages should not be attempt-only, otherwise, errors would be hidden. For example, if we enable ptest distro feature, and we add 'ptest-pkgs' to IMAGE_FEATRUES, then building a

[OE-core] [PATCH 1/1] scripts/contrib: Add graph-tool

2013-12-17 Thread Paul Eggleton
A simple script I put together for getting the paths from one node to another in a dot graph. This is useful for example in working out why a particular recipe is getting built in conjunction with dot graph files produced by bitbake -g. For example: $ bitbake -g core-image-minimal ... $

Re: [OE-core] [PATCH 1/1] libsdl: Add support for libsdl-native

2013-12-17 Thread Paul Eggleton
On Tuesday 17 December 2013 18:33:51 Andrei Gherzan wrote: From: Alexandru Niculita alexnic...@gmail.com Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65 Signed-off-by: Alexandru Niculita alexnic...@gmail.com --- meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 ++- 1 file changed, 2

Re: [OE-core] [PATCH 1/1] libsdl: Add support for libsdl-native

2013-12-17 Thread Andrei Gherzan
On Tue, Dec 17, 2013 at 6:47 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 17 December 2013 18:33:51 Andrei Gherzan wrote: From: Alexandru Niculita alexnic...@gmail.com Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65 Signed-off-by: Alexandru Niculita

Re: [OE-core] [PATCH 1/1] libsdl: Add support for libsdl-native

2013-12-17 Thread Paul Eggleton
On Tuesday 17 December 2013 18:51:08 Andrei Gherzan wrote: On Tue, Dec 17, 2013 at 6:47 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 17 December 2013 18:33:51 Andrei Gherzan wrote: From: Alexandru Niculita alexnic...@gmail.com Change-Id:

Re: [OE-core] [PATCH 1/1] libsdl: Add support for libsdl-native

2013-12-17 Thread Andrei Gherzan
On Tue, Dec 17, 2013 at 6:53 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 17 December 2013 18:51:08 Andrei Gherzan wrote: On Tue, Dec 17, 2013 at 6:47 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 17 December 2013 18:33:51 Andrei Gherzan wrote:

[OE-core] [CONSOLIDATED PULL 00/11]

2013-12-17 Thread Saul Wold
The following changes since commit b226ab4cf7779f4dfaa78210cb6249766ed564c1: insane: handle recursive configures when checking for unknown configure options (2013-12-16 12:12:40 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stage

Re: [OE-core] [PATCH 1/1] scripts/contrib: Add graph-tool

2013-12-17 Thread Martin Jansa
On Tue, Dec 17, 2013 at 02:56:21PM +, Paul Eggleton wrote: A simple script I put together for getting the paths from one node to another in a dot graph. This is useful for example in working out why a particular recipe is getting built in conjunction with dot graph files produced by

Re: [OE-core] [PATCH 1/1] scripts/contrib: Add graph-tool

2013-12-17 Thread Paul Eggleton
On Tuesday 17 December 2013 18:16:35 Martin Jansa wrote: On Tue, Dec 17, 2013 at 02:56:21PM +, Paul Eggleton wrote: A simple script I put together for getting the paths from one node to another in a dot graph. This is useful for example in working out why a particular recipe is getting

Re: [OE-core] [CONSOLIDATED PULL 00/11]

2013-12-17 Thread Saul Wold
On 12/17/2013 09:10 AM, Saul Wold wrote: The following changes since commit b226ab4cf7779f4dfaa78210cb6249766ed564c1: insane: handle recursive configures when checking for unknown configure options (2013-12-16 12:12:40 +) are available in the git repository at:

Re: [OE-core] [PATCH 1/1] rootfs_rpm.bbclass: make complementary packages not attempt-only

2013-12-17 Thread ChenQi
On 12/17/2013 10:22 PM, Mark Hatle wrote: On 12/17/13, 2:54 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Installing complementary packages should not be attempt-only, otherwise, errors would be hidden. For example, if we enable ptest distro feature, and we add

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

2013-12-17 Thread ChenQi
Please drop this one. It has some problem with live images. I'll send out a V2. //Chen Qi On 12/17/2013 05:05 PM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Add ability to set the default target for systemd images. The default value for the target is derived from

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

2013-12-17 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Changes since V1: 1. Fix a problem when building live images 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:

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

2013-12-17 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Add ability to set the default target for systemd images. The default value for the target is derived from checking whether IMAGE_FEATRUES contains 'x11-base' or not. Each image could override this value in its own recipe. For now, we don't need to do any

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

2013-12-17 Thread Koen Kooi
Op 18 dec. 2013, om 08:49 heeft qi.c...@windriver.com het volgende geschreven: From: Chen Qi qi.c...@windriver.com Add ability to set the default target for systemd images. The default value for the target is derived from checking whether IMAGE_FEATRUES typo contains 'x11-base' or