[OE-core] [PATCH 0/1] ccache: allow CCACHE_DIR to be overriden

2013-07-26 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Use weaker assignment for CCACHE_DIR to allow users to override it if desired. The following changes since commit 67864ca79da08df752487a3a4e1a975546da123d: systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-24 11:35:39

[OE-core] [PATCH 5/9] runqemu-internal: fix to start X correctly in live images

2013-07-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The QEMUOPTIONS for ISOFS was not complete, leading to failures when trying to start X in live images. This patch fixes this problem. [YOCTO #4103] [YOCTO #4884] Signed-off-by: Chen Qi qi.c...@windriver.com --- scripts/runqemu-internal |2 +- 1 file

[OE-core] [PATCH 4/9] populate-volatile.sh: use $ROOT_DIR/var/volatile/tmp as TMPDIR

2013-07-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com It's possible that a 'No such directory' error occurs when doing check_requirement in populate-volatile.sh at rootfs time. This is because the $ROOT_DIR/var/tmp might be a dead link. Use $ROOT_DIR/var/volatile/tmp as the TMPDIR instead to avoid this error.

[OE-core] [PATCH 7/9] irda-utils: make /etc/sysconfig writable in read-only rootfs

2013-07-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This diretory needs to be writable, the following error will appear at system start-up. /etc/rc5.d/S20irattach: /etc/sysconfig/irda: Read-only file system [YOCTO #4103] [YOCTO #4886] Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH 2/9] use a uniform way to determine whether rootfs is read-only

2013-07-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Previously, we had two ways to check whether the rootfs was read-only. In some part of the system, we determined whether the rootfs is read-only by checking the fstab or /proc/mounts; in other part of the system, we used the value of ROOTFS_READ_ONLY in

[OE-core] [PATCH 8/9] lighttpd: make /www diretory writable in read-only rootfs

2013-07-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This directory needs to be writable for system to work correctly. [YOCTO #4103] [YOCTO #4885] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb |3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [PATCH 3/9] udev: remove implicit dependency on initscripts

2013-07-26 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com At some point, the udev was modified to source the functions from initscripts or lsbinitscripts. This dependency is actually not needed. If we use udev in a system where initscripts from oe-core is not available, there will be errors. This patch fixes this

Re: [OE-core] [PATCH] util-linux: fix PACKAGECONFIG options

2013-07-26 Thread Hongxu Jia
On 07/26/2013 03:01 PM, Koen Kooi wrote: Op 25 jul. 2013, om 16:51 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: The ??= operator is too weak and it's setting a non-existent PACKAGECONFIG option ('libpam' instead of 'pam'). Signed-off-by: Koen Kooi

Re: [OE-core] [PATCH 9/9] Generate ssh keys at rootfs creation time in case of a read-only rootfs

2013-07-26 Thread Martin Jansa
On Fri, Jul 26, 2013 at 03:39:36PM +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com To avoid generating ssh keys every time a system with read-only rootfs starts, we generate ssh keys at rootfs creation time. This change only has effect for systems with read-only

Re: [OE-core] [CONSOLIDATED PULL 00/78] Review ACK

2013-07-26 Thread Burton, Ross
On 26 July 2013 08:14, Saul Wold s...@linux.intel.com wrote: Emilia Ciobanu (12): babeltrace: fix recipe name build-appliance-image: fix recipe name add GIT revision to PV variable chkconfig-alternatives-native: fix recipe name and add GIT revision to PV variable connman-gnome:

[OE-core] [PATCH] libpam: deny all services for the OTHER entries

2013-07-26 Thread Ming Liu
To be secure, change behavior of the OTHER entries to warn and deny access to everything by stating pam_deny.so on all services. Signed-off-by: Ming Liu ming@windriver.com --- meta/recipes-extended/pam/libpam/pam.d/other | 15 ++- 1 files changed, 6 insertions(+), 9

Re: [OE-core] [PATCH 9/9] Generate ssh keys at rootfs creation time in case of a read-only rootfs

2013-07-26 Thread Phil Blundell
On Fri, 2013-07-26 at 11:28 +0200, Martin Jansa wrote: On Fri, Jul 26, 2013 at 03:39:36PM +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com To avoid generating ssh keys every time a system with read-only rootfs starts, we generate ssh keys at rootfs creation time.

Re: [OE-core] [PATCH] external-sourcery: add missing providers

2013-07-26 Thread Henning Heinold
On Thu, Jul 25, 2013 at 02:35:44PM -0700, Saul Wold wrote: Addess the issue with multiple .bb providers ERROR: Multiple .bb files are due to be built which each provide virtual/libc (/srv/hdd/releases/dylan/meta/recipes-core/eglibc/eglibc_2.17.bb

Re: [OE-core] [PATCH 9/9] Generate ssh keys at rootfs creation time in case of a read-only rootfs

2013-07-26 Thread Enrico Scholz
qi.chen-cwa4wttnnzf54taoqty...@public.gmane.org writes: To avoid generating ssh keys every time a system with read-only rootfs starts, we generate ssh keys at rootfs creation time. This is security wise a very bad and dangerous change because all devices will get the same key which can be

[OE-core] [PATCH] libpng : upgrade to 1.6.3

2013-07-26 Thread Andrei Dinu
upgrade from 1.6.2 - 1.6.3 LICENSE and png.h checksum changed caused by dates and release numbers. Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- .../libpng/{libpng_1.6.2.bb = libpng_1.6.3.bb}|8 1 file changed, 4 insertions(+), 4 deletions(-) rename

[OE-core] [PATCH] classes/sanity: check for suid root command evility

2013-07-26 Thread Paul Eggleton
Some users have been found to have an unnamed third-party piece of software installed which sets chmod, chown and mknod as suid root as part of its installation process. This interferes with the operation of pseudo and can result in files really being owned by root within the build output, and

Re: [OE-core] [PATCH 9/9] Generate ssh keys at rootfs creation time in case of a read-only rootfs

2013-07-26 Thread Mike Looijmans
On 07/26/2013 11:28 AM, Martin Jansa wrote: On Fri, Jul 26, 2013 at 03:39:36PM +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com To avoid generating ssh keys every time a system with read-only rootfs starts, we generate ssh keys at rootfs creation time. This change only

Re: [OE-core] [PATCH 9/9] Generate ssh keys at rootfs creation time in case of a read-only rootfs

2013-07-26 Thread Burton, Ross
On 26 July 2013 12:08, Mike Looijmans mike.looijm...@topic.nl wrote: I would suggest creating a separate recipe that places a ssh key on the filesystem. That would be about equally useful, and it gives people a choice. During development, such a feature is very nice to have, as it lets the

[OE-core] [PATCH v3 1/1] qemu: Updated from 1.5.0 to 1.5.1

2013-07-26 Thread Ionut Radu
Patch target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported Signed-off-by: Ionut Radu ionutx.r...@intel.com --- ...-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch | 79 .../qemu/{qemu_1.5.0.bb = qemu_1.5.1.bb} |7 +- 2 files changed, 3

[OE-core] [PATCH v3 0/1] Package upgrades

2013-07-26 Thread Ionut Radu
Changes in v3: * target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported * qemu was tested on core-image-sato all architectures. The tests were basic (output version qemu version information) The following changes since commit 67864ca79da08df752487a3a4e1a975546da123d:

Re: [OE-core] [PATCH 1/1] systemd: ignore qemu output, and check its return code

2013-07-26 Thread Burton, Ross
On 24 July 2013 07:15, Rongqing Li rongqing...@windriver.com wrote: qemu is not segfaulting, except error message, it returns 0, and udevadm hwdb finished its task. A bit of googling takes you to https://bugs.launchpad.net/ubuntu/+source/qemu-linaro/+bug/758424. Key quote: We only implement

[OE-core] [PATCH 0/3]fix confliction of attempted installing su binary among busybox, shadow and util-linux

2013-07-26 Thread Hongxu Jia
The following changes since commit 67864ca79da08df752487a3a4e1a975546da123d: systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-24 11:35:39 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-su

[OE-core] [PATCH 3/3] move /bin/su to /usr/bin/su to match util-linux and shadow

2013-07-26 Thread Hongxu Jia
Both of util-linux and shadow have su binary in /usr/bin, fix busybox to use the same path so they can be properly tracked by alternatives. [YOCTO #4926] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../busybox/busybox-1.21.1/su-usr-bin.patch| 26 ++

[OE-core] [PATCH 1/3] util-linux: use u-a for su

2013-07-26 Thread Hongxu Jia
Use alternatives mechanism to prevent confliction of attempted installing su binary among busybox, shadow and util-linux. [YOCTO #4926] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/util-linux/util-linux.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git

[OE-core] [PATCH 0/1] csl-versions.inc: instruct user to check local.conf

2013-07-26 Thread Laurentiu Palcu
The following changes since commit 67864ca79da08df752487a3a4e1a975546da123d: systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-24 11:35:39 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib

[OE-core] [PATCH 0/3] ofono fixes

2013-07-26 Thread Jukka Rissanen
Hi, Patch 1 enables systemd support which was missing from the ofono recipe. Patch 2 moves bluetooth enabling from .bb file into ofono.inc so it needs to be done in only one place. Patch 3 enables test scripts which are very useful for getting cellular contexts up and running. Cheers, Jukka

[OE-core] [PATCH 2/3] ofono: Enable bluetooth automatically

2013-07-26 Thread Jukka Rissanen
Moving the bluetooth enabling to ofono.inc from .bb file as it makes more sense to have bluetooth always checked. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 1 + meta/recipes-connectivity/ofono/ofono_1.12.bb | 1 -

[OE-core] [PATCH 1/3] ofono: Add systemd support

2013-07-26 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc index

[OE-core] [PATCH 3/3] ofono: Enable test scripts by default

2013-07-26 Thread Jukka Rissanen
oFono test scripts are very useful so enable those by default. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 3 ++- meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff

Re: [OE-core] is there a variable where the kernel version is stored?

2013-07-26 Thread Paul Eggleton
Hi Andrei, On Friday 26 July 2013 15:28:54 Andrei Dinu wrote: I'm having a problem trying to run Bastille. Seems like the kernel version has changed from 3.8.11 to 3.8.13 and in order to run Bastille, i need to patch a file used by the tool to check the version of the system. It was

Re: [OE-core] [PATCH] external-sourcery: add missing providers

2013-07-26 Thread Khem Raj
On Jul 26, 2013, at 3:11 AM, Henning Heinold hein...@inf.fu-berlin.de wrote: On Thu, Jul 25, 2013 at 02:35:44PM -0700, Saul Wold wrote: Addess the issue with multiple .bb providers ERROR: Multiple .bb files are due to be built which each provide virtual/libc

Re: [OE-core] OE, the TSC and the future

2013-07-26 Thread Paul Eggleton
On Friday 26 July 2013 00:06:32 Phil Blundell wrote: On Mon, 2013-07-08 at 13:51 -0500, Sean Hudson wrote: it seems to me that the need for a group to arbitrate on technical matters is valuable enough, by itself, to keep the TSC. This applies even if that function is utilized

Re: [OE-core] too tight inode limits on ext4?

2013-07-26 Thread Jonathan Liu
On 26/07/2013 11:27 PM, Riku Voipio wrote: So the image has plenty of space: root@genericarmv8:~# df -h Filesystem Size Used Avail Use% Mounted on /dev/root 2.3G 961M 1.2G 45% / root@genericarmv8:~# but only 48 free inodes: root@genericarmv8:~# df -i Filesystem Inodes

Re: [OE-core] [CONSOLIDATED PULL 00/78] Review ACK

2013-07-26 Thread Paul Eggleton
On Friday 26 July 2013 10:35:20 Burton, Ross wrote: On 26 July 2013 08:14, Saul Wold s...@linux.intel.com wrote: Emilia Ciobanu (12): babeltrace: fix recipe name build-appliance-image: fix recipe name add GIT revision to PV variable chkconfig-alternatives-native: fix recipe name and

[OE-core] [PATCH v2 2/2] distrodata.bbclass: Remove whitespaces

2013-07-26 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com --- meta/classes/distrodata.bbclass | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index 5f182ac..aef7973 100644 ---

[OE-core] [PATCH v2 1/2] distrodata.bbclass: Include PRSPV variable in upstream version checking

2013-07-26 Thread Emilia Ciobanu
The PRSPV variable is used for the packages that have different representation for a same upstream and local version (e.g 2.0 vs 20). In this case, the system is using PRSPV instead of PV when comparing the local and upstream versions. The packages that are using this modification are the

Re: [OE-core] Add lua to oe-core.

2013-07-26 Thread Randy MacLeod
On 13-07-26 10:11 AM, Paul Eggleton wrote: On Thursday 25 July 2013 22:27:43 Martin Jansa wrote: On Thu, Jul 25, 2013 at 03:57:58PM -0400, Randy MacLeod wrote: I've found that many projects use the lua scripting language. I'd like to move it from meta-oe to oe-core:

[OE-core] Invitation to attend the first TSC / Workgroup meeting

2013-07-26 Thread Paul Eggleton
Hi all, As you may be aware, the role of the OpenEmbedded TSC (Technical Steering Committee) is currently evolving. Over the past few meetings we have discussed the need to focus our efforts on settings technical direction and resolving conflicts (should they arise), instead of spearheading

Re: [OE-core] [PATCH] openssl: Fix multilib header conflict - opensslconf.h

2013-07-26 Thread Saul Wold
On 07/16/2013 10:15 PM, Ming Liu wrote: opensslconf.h conflicts between 32-bit and 64-bit versions. Signed-off-by: Ming Liu ming@windriver.com --- meta/recipes-connectivity/openssl/openssl.inc |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH 3/3] ofono: Enable test scripts by default

2013-07-26 Thread Saul Wold
On 07/26/2013 05:35 AM, Jukka Rissanen wrote: oFono test scripts are very useful so enable those by default. Signed-off-by: Jukka Rissanen jukka.rissa...@linux.intel.com --- meta/recipes-connectivity/ofono/ofono.inc | 3 ++- meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 --- 2 files

Re: [OE-core] [PATCH v3 1/1] qemu: Updated from 1.5.0 to 1.5.1

2013-07-26 Thread Randy MacLeod
FYI: 1.5.2 gets released just we were up to date. :) $ git log --oneline v1.5.1..v1.5.2 ff4be47 Update VERSION for 1.5.2 release be161ae qga: escape cmdline args when registering win32 service (CVE-2013-2231) bb31546 ga_install_service(): nest error paths more idiomatically af0bbf8

[OE-core] [PATCH 1/1] Always try to build 32-bit libpseudo when NO32LIBS is set to 0

2013-07-26 Thread Peter Seebach
This is for Yocto bug #4920. The NO32LIBS variable is intended to allow the user to force the creation of a 32-bit libpseudo, for use with things like prebuilt binary toolchains. Unfortunately, the tests for likely compilability (stubs-32.h) were still present, so you would get silent failures.