[OE-core] [PATCH] qemu/local.conf.sample: Add sdl PACKAGECONFIG

2013-12-15 Thread Richard Purdie
Currently the SDL configuration option for qemu floats. This is confusing to new users and makes the build non-determinstic. This patch adds a PACKAGECONFIG option, defaulting to off and adds documentation to local.conf.sample leaving it on by default since this is the configuration our quick

[OE-core] [PATCH] gcc-crosssdk.inc: Fix missing dependencies (such as libmpc-native)

2013-12-15 Thread Richard Purdie
Without this sstate builds can fail with missing dependencies. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk.inc b/meta/recipes-devtools/gcc/gcc-crosssdk.inc index 467a3f5..5fe0b94 100644 ---

[OE-core] [PATCH] nativesdk: Set LIBCOVERRIDE to a value

2013-12-15 Thread Richard Purdie
nativesdk was just unsetting LIBCOVERRIDE however that causes some build failures for xorg-libs which used a libc override. This adds in a mechanism to force nativesdk to glibc and give the option of allowing another selection like uclibc if anyone ever does the work to make it operational.

Re: [OE-core] [RFC][PATCH] grub: add git version

2013-12-15 Thread Richard Purdie
On Wed, 2013-12-11 at 16:32 +0100, Koen Kooi wrote: Recently grub git gained support for ARM builds (using u-boot or EFI as first stage loader) and with 2 extra patches we get support for 64-bit ARM as well. Buildtested for genericarmv7a, genericarmv8 and qemux86. The genericarmv8 build

Re: [OE-core] [PATCH] pulseaudio: only package consolekit module when x11 is enabled

2013-12-15 Thread Martin Jansa
On Fri, Dec 13, 2013 at 07:47:11AM -0700, Christopher Larson wrote: As requested by Martin Jansa martin.ja...@gmail.com. Acked-by: Martin Jansa martin.ja...@gmail.com Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 1 file

Re: [OE-core] [oe-commits] Muhammad Shakeel : openssh: Add systemd support

2013-12-15 Thread Martin Jansa
On Sun, Oct 27, 2013 at 08:17:43PM +0100, Martin Jansa wrote: On Thu, Oct 24, 2013 at 03:19:05PM +0500, Muhammad Shakeel wrote: On 10/18/2013 03:22 PM, Martin Jansa wrote: On Thu, Oct 03, 2013 at 01:11:05AM +0200, Martin Jansa wrote: On Tue, Sep 10, 2013 at 10:03:29PM +,

Re: [OE-core] [PATCH 0/5] Update for lsb and lsbtest

2013-12-15 Thread Richard Purdie
On Fri, 2013-12-13 at 15:54 +0800, Kai Kang wrote: Hi Saul, This version of lsb patch creates necessary directory otherwise do_install fails. And some update for package lsbtest. The following changes since commit ba8506ee342a1a579ceb309f3f50285eaad84f25: local.conf.extended: Bring

Re: [OE-core] [PATCH 0/2] Change the way of handling CONFFILES

2013-12-15 Thread ChenQi
On 12/14/2013 12:51 AM, Paul Eggleton wrote: Hi Qi, On Friday 13 December 2013 11:09:01 qi.c...@windriver.com wrote: It's a very common situation in OE/Yocto that the recipe authors/maintainers either forget to set the CONFFILES variable or set it wrong. For example, we don't have CONFFILES

Re: [OE-core] [PATCH 0/2] Change the way of handling CONFFILES

2013-12-15 Thread ChenQi
On 12/14/2013 01:18 AM, Enrico Scholz wrote: qi.chen-cwa4wttnnzf54taoqty...@public.gmane.org writes: As almost all files under /etc should be considerred as config files, A lot of projects (especially from the freedesktop edge) are (ab)using /etc to store non configuration files. E.g. all the

Re: [OE-core] [PATCH 0/5] Update for lsb and lsbtest

2013-12-15 Thread Kang Kai
On 2013年12月16日 07:26, Richard Purdie wrote: On Fri, 2013-12-13 at 15:54 +0800, Kai Kang wrote: Hi Saul, This version of lsb patch creates necessary directory otherwise do_install fails. And some update for package lsbtest. The following changes since commit

[OE-core] [PATCH 0/5] V3: Update for lsb and lsbtest

2013-12-15 Thread Kai Kang
V3: * fix installed but unshipped issue for lib64-lsb V2: * This version of lsb patch creates necessary directory otherwise do_install fails. * Some update for package lsbtest. The following changes since commit 36fe775672d66e3d83575eb532eb6ab5109343b4: useradd-example: add example for

[OE-core] [PATCH 3/5] LSB_Test.sh: check ldconfig before update cache

2013-12-15 Thread Kai Kang
LSB_Test.sh run ldconfig to update library cache. If command ldconfig doesn't exists, test will fail. Check whether ldconfig exists. If not, don't update library cache. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 4 +++- 1 file changed, 3

[OE-core] [PATCH 1/5] lsb: update directory of install_initd and remove_initd

2013-12-15 Thread Kai Kang
According to LSB specification: http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/installinitd.html http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/removeinitd.html commands install_initd and remove_initd should under directory

[OE-core] [PATCH 2/5] LSB_Test.sh: update rpm platform file when enable multilib

2013-12-15 Thread Kai Kang
When enable multilib for x86_64, lsb rpm packages for archs x86_64 and i486 will be installed. But i486 target packages fail to be installed that no such pattern in rpm platform file. Update platform file to enable install i486 rpm packages as well. Signed-off-by: Kai Kang kai.k...@windriver.com

[OE-core] [PATCH 4/5] LSB_Test.sh: update locales

2013-12-15 Thread Kai Kang
Add missing localedef statements to the LSB_Test.sh which are required by the libstdc++ LSB test. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 5 + 1 file changed, 5 insertions(+) diff --git

[OE-core] [PATCH 5/5] lsbtest: add ppc64 support

2013-12-15 Thread Kai Kang
LSB supports to test on PPC64 target, so update lsbtest recipe and test scripts to enable PPC64 support. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 2 +- meta/recipes-extended/lsb/lsbtest_1.0.bb | 12 2 files changed, 13

[OE-core] Problems with INC_RPM_IMAGE_GEN

2013-12-15 Thread ChenQi
Hi All, Recently I've enabled INC_RPM_IMAGE_GEN on my old and slow build machine. Here are two problems I can see with this feature. 1. INC_RPM_IMAGE_GEN and 'rm_work' If we enable INC_RPM_IMAGE_GEN and 'rm_work' at the same time, we would get build failures. This is because the original