Re: [OE-core] How do I change the Architecture of a package?

2015-01-03 Thread Mike Looijmans
On 12/31/2014 08:13 PM, Mike Looijmans wrote: On 30-12-2014 18:59, Paul Barker wrote: On Tue, Dec 30, 2014 at 04:24:34PM +0100, Mike Looijmans wrote: What if the architecture of a package was accidentally left at its default, but it should have been all for example? Just putting inherit

[OE-core] [PATCH 1/3] cpan-base.bbclass: avoid using immmediate assignment for PERLLIBDIRS

2015-01-03 Thread Robert Yang
The immediate assignment: PERLLIBDIRS := ${@perl_get_libdirs(d)} may cause PERLLIBDIRS get wrong values when multilib, for example, when the default target arch is x86_64 (/usr/lib64), and mutilib is lib32 (/usr/lib), the := would cause lib32-BPN's PERLLIBDIRS to be /usr/lib64, and lead to build

[OE-core] [PATCH 3/3] cogl: enable egl-x11 when build with x11

2015-01-03 Thread Robert Yang
Fixed clutter-1.0 compile error when build with x11: clutter-backend-eglnative.h:31:27: fatal error: cogl/cogl-egl.h: No such file or directory #include cogl/cogl-egl.h compilation terminated. We need enable egl-x11 when x11 as we enable egl-wayland when wayland. Signed-off-by: Robert Yang

[OE-core] [PATCH 2/3] cups: check avahi before use it

2015-01-03 Thread Robert Yang
Fixed the error when --disable-avahi: ippserver.c:425:8: error: unknown type name 'AvahiThreadedPoll' The avahi is optional, we need check whether it is enabled before use as other code does. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/cups/cups.inc

[OE-core] [PATCH 0/3] meta: 3 fixes

2015-01-03 Thread Robert Yang
Hello, For the first patch: cpan-base.bbclass: avoid using immmediate assignment for PERLLIBDIRS I'm not sure what changes recently cause I meet the error, does anyone have any idea, please ? // Robert The following changes since commit 24f19fedb40d0af84beb8e9a6595ea06f09d4615:

[OE-core] [PATCH] image.bbclass: Catch readonly sshd config in ssh_allow_empty_password.

2015-01-03 Thread Philip Tricca
The ssh_allow_empty_password function modifies the standard sshd_config file but not sshd_config_readonly. This patch uses a simple shell wildcard to catch all openssh server config files so long as they're in /etc/ssh and are named with the sshd_config prefix. Signed-off-by: Philip Tricca

Re: [OE-core] [PATCH 0/1] check-layers.py: some checks for distro and bsp layer

2015-01-03 Thread Chong Lu
ping On 12/25/2014 05:45 PM, Chong Lu wrote: The following changes since commit e3a623bfe39fda16420d2042647af75877bb6f70: runqemu-internal: increase memory for qemuarm64 (2014-12-25 08:27:13 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH] sed: Skip 'build-deps' QA check for sed-ptest package

2015-01-03 Thread ChenQi
On 01/01/2015 03:16 AM, Otavio Salvador wrote: On Fri, Dec 26, 2014 at 2:10 PM, Otavio Salvador ota...@ossystems.com.br wrote: The sed-ptest package has runtime dependencies which are used only when running the tests. So the 'build-dep' QA check can be skipped for this specific package. Fixes

[OE-core] [PATCH 2/3] systemd: remove util-linux from DEPENDS

2015-01-03 Thread Chen Qi
Remove 'util-linux' from DEPENDS so that we don't have the following circular dependency issue. systemd -- util-linux This dependency was first introduced into the recipe without saying any reason about it. After checking the source files in systemd, I can guess that the reason might be udev

[OE-core] [PATCH 3/3] libsm: remove dependency on e2fsprogs

2015-01-03 Thread Chen Qi
This patch is to solve the following circular dependency problem. systemd - dbus - libsm - e2fsprogs - util-linux - systemd libsm doesn't have any dependency on e2fsprogs. It might be some dependency on util-linux's libuuid, controlled by configure options. So e2fsprogs should be removed

[OE-core] [PATCH 0/3] Upgrade util-linux and fix related circular dependencies

2015-01-03 Thread Chen Qi
The following changes since commit 24f19fedb40d0af84beb8e9a6595ea06f09d4615: gstreamer1.0-omx: use mulitple SCMs to fetch submodules (2014-12-31 08:22:53 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/util-linux-2.25.2

[OE-core] [PATCH 1/3] util-linux: upgrade to 2.25.2

2015-01-03 Thread Chen Qi
fix-configure.patch is removed as it's not appropriate, and the new version of util-linux has solved the problem this patch is trying to solve. util-linux-ensure-the-existence-of-directory-for-PAT.patch is removed as the new version of util-linux has solved the problem this patch is trying to

Re: [OE-core] [PATCH 13/19] runqemu: add qemuarm64 support.

2015-01-03 Thread Kang Kai
On 2015年01月01日 09:27, Khem Raj wrote: On Dec 18, 2014, at 12:51 AM, Kai Kang kai.k...@windriver.com wrote: +qemuarm64) +mem_size=128 +;; there is a limit on 32bit arm but is it same for 64bit as well ? if not can we use 512 or 256 atleast I updated to 512

Re: [OE-core] [PATCH] sed: Skip 'build-deps' QA check for sed-ptest package

2015-01-03 Thread Otavio Salvador
On Sun, Jan 4, 2015 at 12:03 AM, ChenQi qi.c...@windriver.com wrote: On 01/01/2015 03:16 AM, Otavio Salvador wrote: On Fri, Dec 26, 2014 at 2:10 PM, Otavio Salvador ota...@ossystems.com.br wrote: The sed-ptest package has runtime dependencies which are used only when running the tests. So

Re: [OE-core] [PATCH] sed: Skip 'build-deps' QA check for sed-ptest package

2015-01-03 Thread ChenQi
On 01/04/2015 12:31 PM, Otavio Salvador wrote: On Sun, Jan 4, 2015 at 12:03 AM, ChenQi qi.c...@windriver.com wrote: On 01/01/2015 03:16 AM, Otavio Salvador wrote: On Fri, Dec 26, 2014 at 2:10 PM, Otavio Salvador ota...@ossystems.com.br wrote: The sed-ptest package has runtime dependencies