Re: [OE-core] [PATCH RFC] pixbufcache: Use sceneQueueComplete event to simplify usage

2014-08-17 Thread Jacob Kroon
On Sat, Aug 2, 2014 at 10:54 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: [This is an RFC which depends on a patch to bitbake to operate] Currently, we have a mess of dependencies for pixbufcache and even then it breaks since they might be controlled by PACKAGECONFIG.

[OE-core] [PATCH] qemu-targets.inc: Update to handle mingw/darwin

2014-08-17 Thread Richard Purdie
For non-linux targets, don't return linux-user qemu targets. This change also improves readability of the functions through better variable names. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/qemu/qemu-targets.inc

[OE-core] [PATCH] local.conf.sample: Append sdl to qemu-native* PACKAGECONFIG

2014-08-17 Thread Richard Purdie
Now there are other PACKAGECONFIG options to qemu, we need to append to the list. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 555f8db..6b5250a 100644 --- a/meta/conf/local.conf.sample +++

[OE-core] [PATCH] qemu.inc: Drop unneeded nativesdk-libsdl RDEPENDS

2014-08-17 Thread Richard Purdie
Now sdl is completely handled by PACKAGECONFIG, we can drop this RDEPENDS. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index e2842f0..d47a44e 100644 ---

[OE-core] [PATCH] glib-2.0: Add missing nativesdk-gettext DEPENDS

2014-08-17 Thread Richard Purdie
This override overrides the gettext class additions so we need to add back the dependency manually. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index f797ab3..bd8d74b 100644 ---

[OE-core] [PATCH] chrpath: Drop warning from darwn builds

2014-08-17 Thread Richard Purdie
This was old debug which can safely be removed for less noisy builds. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/classes/chrpath.bbclass b/meta/classes/chrpath.bbclass index 7765020..77b1937 100644 --- a/meta/classes/chrpath.bbclass +++

Re: [OE-core] [PATCH RFC] pixbufcache: Use sceneQueueComplete event to simplify usage

2014-08-17 Thread Richard Purdie
On Sun, 2014-08-17 at 10:33 +0200, Jacob Kroon wrote: On Sat, Aug 2, 2014 at 10:54 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: [This is an RFC which depends on a patch to bitbake to operate] Currently, we have a mess of dependencies for

Re: [OE-core] [PATCH 5/8] piglit: add dependency on libxrender

2014-08-17 Thread Richard Purdie
On Sat, 2014-08-16 at 20:19 +0200, Martin Jansa wrote: On Sat, Aug 09, 2014 at 06:08:00PM +0200, Martin Jansa wrote: * fixes floating dependency: piglit/piglit/latest lost dependency on libxrender ping This didn't apply cleanly which is likely why it didn't get applied last time. I've

Re: [OE-core] Announcing meta-musl OE/Yocto layer supporting musl C library

2014-08-17 Thread Diego Sueiro
Wow This is a really great job. Nice work. I'm gonna test it. Regards, -- *dS Diego Sueiro Administrador do Embarcados www.embarcados.com.br http://www.embarcados.com.br/?utm_source=assinatura_diegoutm_medium=e-mailutm_campaign=Assinatura%20Email%20Diego /*long live rock 'n roll*/ On

Re: [OE-core] [PATCH RFC] pixbufcache: Use sceneQueueComplete event to simplify usage

2014-08-17 Thread Jacob Kroon
On Sun, Aug 17, 2014 at 10:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2014-08-17 at 10:33 +0200, Jacob Kroon wrote: On Sat, Aug 2, 2014 at 10:54 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: [This is an RFC which depends on a patch to

Re: [OE-core] Announcing meta-musl OE/Yocto layer supporting musl C library

2014-08-17 Thread atulkumar singh
Hi Khem, It's really something new to test. And as it's mention that will support only for core-image-minimal, so when can i expect it to support for meta-toolchain. As of now i will test it for core-image-minimal but i need it for meta-toolchain as well. So please update me regarding the same

[OE-core] [PATCH] qemu: Explicitly disable libiscsi, its not in DEPENDS

2014-08-17 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index d47a44e..f737ded 100644 ---

[OE-core] [PATCH] fix up eglibc-utils description to match what is actually included

2014-08-17 Thread Bob Cochran
iconf must have been a typo for iconv rpcinfo is found elsewhere (currently rpcbind) and not eglibc-utils - replace its mention with rpcgen Signed-off-by: Bob Cochran openembed...@mindchasers.com --- meta/recipes-core/eglibc/eglibc-package.inc |2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] nettle: update nettle to version 3.0

2014-08-17 Thread Armin Kuster
With this update, LGPLv3 was added to many files. Each supported algorithms govern which license they want. Many are stated as ether v2 or v3 or both in parallel. Update license to be v2 or LGPLv3. The previous verion had one GPLv3 file so the licesne was incorrect. Signed-off-by: Armin Kuster

[OE-core] [PATCH v3] nettle: update nettle to version 3.0

2014-08-17 Thread Armin Kuster
With this update, LGPLv3 or GPLv3 where added to many files. Each supported algorithms govern which license they want. Many are stated as ether v2 or v3 or both in parallel. Update license to be v2 or LGPLv3 or GPLv3. The previous verion had one GPLv3 file so the license was incorrect.

Re: [OE-core] [PATCH] nettle: update nettle to version 3.0

2014-08-17 Thread akuster808
Ignore this one. hit send too fast. - Armin On 08/17/2014 04:04 PM, Armin Kuster wrote: With this update, LGPLv3 was added to many files. Each supported algorithms govern which license they want. Many are stated as ether v2 or v3 or both in parallel. Update license to be v2 or LGPLv3. The

[OE-core] [PATCH V3 01/10] systemd: upgrade to 215

2014-08-17 Thread Chen Qi
Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. Backport two patches to fix compilation problem for qemuppc. 0001-always-check-for-__BYTE_ORDER-__BIG_ENDIAN-when-chec.patch 0002-endian-explicitly-include-endian.h-wherever-we-want-.patch

[OE-core] [PATCH V3 03/10] systemd: make runlevel work in non-runlevel targets

2014-08-17 Thread Chen Qi
Previously, after booting into the targets like multi-user.target or graphical.target, the output of `runlevel' command is 'unknown'. This is confusing for users. Normally, we would expect mutli-user.target would have a `runlevel' output of 'N 3'. This is the behaviour of Fedora20. This patch

[OE-core] [PATCH V3 02/10] systemd: add PACKAGECONFIG for 'elfutils'

2014-08-17 Thread Chen Qi
Add PACKAGECONFIG for 'elfutils'. This also fixes a build-deps QA warning about libdw. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/systemd/systemd_215.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_215.bb

[OE-core] [PATCH V3 10/10] dhcp: add dhcpd.service

2014-08-17 Thread Chen Qi
Add dhcpd.service to support systemd systems. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-connectivity/dhcp/dhcp.inc| 18 ++ meta/recipes-connectivity/dhcp/files/dhcpd.service | 11 +++ 2 files changed, 25 insertions(+), 4 deletions(-)

[OE-core] [PATCH V3 05/10] alsa-state: fix pkg_postinst and set INHIBIT_UPDATERCD_BBCLASS

2014-08-17 Thread Chen Qi
As alsa-state inherits update-rc.d, the update-rc.d part inpostinst script has already been handled in update-rc.d.bbclass. Besides, we need to set INHIBIT_UPDATERCD_BBCLASS to 1 if 'sysvinit' is not in DISTRO_FEATURES. This is because the init script is not installed in such situation, adding

[OE-core] [PATCH V3 07/10] systemd: add kbd-keymaps to RRECOMMENDS of systemd-vconsole-setup

2014-08-17 Thread Chen Qi
systemd-vconsole-setup.service not only configures font but also keymaps. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-core/systemd/systemd_215.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_215.bb

[OE-core] [PATCH V3 06/10] keymaps: fix for systemd

2014-08-17 Thread Chen Qi
Only install 'keymap.sh' script if 'sysvinit' is in DISTRO_FEATURES. This is because systemd internally provides a mechanism to implement the functionality this script tries to implement. Please see systemd-vconsole-setup.service for more details. Also we set 'INHIBIT_UPDATERCD_BBCLASS' to 1 if

[OE-core] [PATCH V3 08/10] v86d: set INHIBIT_UPDATERCD_BBCLASS if 'sysvinit' not in DISTRO_FEATURES

2014-08-17 Thread Chen Qi
Set INHIBIT_UPDATERCD_BBCLASS to 1 if 'sysvinit' is not in DISTRO_FEATURES. The functionality of the init script 'fbsetup' is implemented internally in systemd. So fbsetup is not installed if 'sysvinit' is in DISTRO_FEATURES. That's why we need to set INHIBIT_UPDATERCD_BBCLASS to 1 to avoid

[OE-core] [PATCH V3 00/10] upgrade systemd to 215 and other misc fixes

2014-08-17 Thread Chen Qi
The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39: SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:09 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd-misc-fixes

[OE-core] [PATCH V3 09/10] systemd: add support for executing scripts under /etc/rcS.d

2014-08-17 Thread Chen Qi
This patch adds support for systemd to execute scripts under /etc/rcS.d. The patch references the patch below from Debian. http://sources.debian.net/src/systemd/204-5/debian/patches/debian-changes/?hl=1391#L1391 [YOCTO #5159] Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH V3 04/10] update-rc.d: fix logic in populate_packages_updatercd

2014-08-17 Thread Chen Qi
The 'and' logic for the check is wrong. To make things clear, please see the example below. Say that we have a recipe A, which has a sysv-init style init script named initA and no corresponding service file. The recipe inherits update-rc.d, but it doesn't inherit systemd.bbclass. The

Re: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error

2014-08-17 Thread Huang, Jie (Jackie)
-Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Saturday, August 16, 2014 12:56 AM To: Huang, Jie (Jackie); openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] ghostscript: add missing dependencies on libgcrypt and libgpg-error On

[OE-core] [PATCH 1/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
Install libpcre test suite and run it as ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-graphics/piglit/piglit/run-ptest | 5 + meta/recipes-graphics/piglit/piglit_git.bb| 10 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644

[OE-core] [PATCH 0/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
The following changes since commit 59b0f7f01bbac6f1c10ee00382c5136d1f327960: chrpath: Drop warning from darwn builds (2014-08-17 10:01:36 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/piglit

[OE-core] [PATCH 0/2] fix two ptest issues

2014-08-17 Thread Chong Lu
The following changes since commit 59b0f7f01bbac6f1c10ee00382c5136d1f327960: chrpath: Drop warning from darwn builds (2014-08-17 10:01:36 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/perl

[OE-core] [PATCH 2/2] strace: fix ptest execution failure

2014-08-17 Thread Chong Lu
ptest needs runtest-TESTS target. serial-tests is required to generate this target. Signed-off-by: Chong Lu chong...@windriver.com --- .../strace/strace-4.8/Makefile-ptest.patch | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 1/2] perl: fix the output format of all tests

2014-08-17 Thread Chong Lu
We should use PASS:|FAIL:|SKIP: testname to output results of ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-devtools/perl/perl-5.20.0/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl-5.20.0/run-ptest

Re: [OE-core] [PATCH 1/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
On 08/18/2014 11:11 AM, Chong Lu wrote: Install libpcre test suite and run it as ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-graphics/piglit/piglit/run-ptest | 5 + meta/recipes-graphics/piglit/piglit_git.bb| 10 +++--- 2 files changed, 12

[OE-core] [PATCH V2 0/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
The following changes since commit 59b0f7f01bbac6f1c10ee00382c5136d1f327960: chrpath: Drop warning from darwn builds (2014-08-17 10:01:36 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/piglit

[OE-core] [PATCH 1/1] piglit: enable ptest support

2014-08-17 Thread Chong Lu
Install piglit test suite and run it as ptest. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-graphics/piglit/piglit/run-ptest | 5 + meta/recipes-graphics/piglit/piglit_git.bb| 10 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644