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 > > 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 not. Each image co

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

2013-12-17 Thread Qi.Chen
From: Chen Qi 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 change, because all images

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

2013-12-17 Thread Qi.Chen
From: Chen Qi 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: git://git.pokylinux.org

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 Add ability to set the default target for systemd images. The default value for the target is derived from checking whether IMAGE_FEAT

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 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,

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: git://git.openembedd

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 ge

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 bit

[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] 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 G

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 > > > > > > Change-Id: I4fb1e623c7bbb1f35ae3001c83

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 > > > > Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65 > > Signed-off-by: Alexandru Niculita > > --- > > meta/re

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 > > Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65 > Signed-off-by: Alexandru Niculita > --- > meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >

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

2013-12-17 Thread Andrei Gherzan
From: Alexandru Niculita Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65 Signed-off-by: Alexandru Niculita --- meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-g

[OE-core] [PATCH 0/1] Add contrib script to find dependency chains

2013-12-17 Thread Paul Eggleton
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 paule/graph-t

[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 ... $ graph-too

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 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 succee

[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 Signed-off-by: Paul Eggleton --- meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb | 2 +- 1 file changed, 1 insertion(

[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 --- 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/buildhis

[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 --- 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/buil

[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 --- meta/lib/oeqa/selftest/oescripts.py | 60 +++ 1 file changed, 60 insertions(+) create mode 100644 meta/lib/oeqa/se

[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 a/me

[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 +++ b/meta/lib/oeqa/sel

[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] 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 coul

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

2013-12-17 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

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

2013-12-17 Thread Qi.Chen
From: Chen Qi 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 change, because all images

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

2013-12-17 Thread Qi.Chen
From: Chen Qi 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 ChenQi/systemd-default-target http://git.poky

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

2013-12-17 Thread Qi.Chen
From: Chen Qi 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. However, the systemd-p

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

2013-12-17 Thread Qi.Chen
From: Chen Qi 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 ChenQi/complementary-attemptonly http://git.p

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

2013-12-17 Thread Yasir Khan
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 --- meta/recipes-connectivity/openssl/openssl.inc |7 ++- 1