Re: [OE-core] [PATCH] kernel: Use hardlinks for do_populate_sysroot for speed

2013-11-11 Thread Hans Beckérus
On Sat, Nov 9, 2013 at 11:58 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sat, 2013-11-09 at 21:38 +0100, Andrea Adami wrote: On Fri, Nov 8, 2013 at 6:23 PM, Hart, Darren darren.h...@intel.com wrote: On Fri, 2013-11-08 at 16:50 +, Richard Purdie wrote: On Fri,

[OE-core] [PATCH 1/2] tcl: Install header into 8.6 instead of PN-PV in user/include

2013-11-11 Thread Khem Raj
This helps in compiling other programs like expect which depend on private headers but 8.5, 8.6 and so on is enough granularity and currently we had 8.6.x and so on which means that expect recipe will need to be touched whenever there is minor update of tcl. Additionally the encode creating

[OE-core] [PATCH V7 2/2] expect: Add recipe

2013-11-11 Thread Khem Raj
From: Mihaela Sendrea mihaela.send...@enea.com Nedeed for gcc-runtime tests. Fixed build on multilib and add patch to remove !/depot/path/expect -f which caused rpm to puke on rfs generation Signed-off-by: Mihaela Sendrea mihaela.send...@enea.com Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [PATCH 0/1] sysvinit: fix problem in switching runlevels

2013-11-11 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This patch has been tested with the following steps. 1. Build an image with nfs-utils and rpcbind. 2. Add to /etc/fstab an nfs mount point with the following commands. mount -o loop tmp/deploy/images/qemux86/core-image-minimal-qemux86.ext3 root-disk-dir/

[OE-core] [PATCH 1/1] sysvinit: fix problem in switching runlevels

2013-11-11 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Previously, if we switch to runlevel 1 and then switch back to runlevel 5, the network interface will be brought down and the NFS service will not be restarted correctly. The problem is that the networking and rpcbind services are brought down in runlevel 1

[OE-core] [PATCH 2/2] Fix grep pattern when mklibs collects executables in rootfs

2013-11-11 Thread Lei Liu
From: Lei Liu lei.l...@windriver.com File command in some version could print extra space between LSB and executable - it causes mklibs can't find any executables using grep LSB executable. Fix the grep pattern to catch multiple spaces. Signed-off-by: Lei Liu lei.l...@windriver.com ---

Re: [OE-core] [PATCH] kernel: Use hardlinks for do_populate_sysroot for speed

2013-11-11 Thread Richard Purdie
On Mon, 2013-11-11 at 09:06 +0100, Hans Beckérus wrote: I am having some trouble with these patches :( The new approach is using the '-n' flag to the 'cp' command. That is not supported on our SuSE11 based system. To be honest, I do not know how portable '-n' is? Some system have it, others

Re: [OE-core] [PATCH] kernel: Use hardlinks for do_populate_sysroot for speed

2013-11-11 Thread Richard Purdie
On Mon, 2013-11-11 at 09:06 +0100, Hans Beckérus wrote: I am having some trouble with these patches :( The new approach is using the '-n' flag to the 'cp' command. That is not supported on our SuSE11 based system. To be honest, I do not know how portable '-n' is? Some system have it, others

Re: [OE-core] [PATCH] kernel: Use hardlinks for do_populate_sysroot for speed

2013-11-11 Thread Hans Beckérus
On Mon, Nov 11, 2013 at 10:45 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-11-11 at 09:06 +0100, Hans Beckérus wrote: I am having some trouble with these patches :( The new approach is using the '-n' flag to the 'cp' command. That is not supported on our SuSE11

Re: [OE-core] [PATCH v2] bluez: declaration of virtual/bluez and VIRTUAL-RUNTIME_bluez

2013-11-11 Thread Iorga, Cristian
Hi all, As far as I have experimented, there is no upgrade path available at the moment, due to extensive changes into the programming model for BlueZ5 vs BlueZ4. At the moment, the last single component that is not officially ready for BlueZ5 is PulseAudio. As have asked around, and PA5.0

[OE-core] [PATCH 1/1] udev: remove libudev-dbg and libgudev-dbg

2013-11-11 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com We don't support multiple -dbg packages, all debug stuffs will be shipped to 'udev-dbg'. Signed-off-by: Wenzong Fan wenzong@windriver.com --- meta/recipes-core/udev/udev.inc |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

[OE-core] [PATCH 0/1] udev: remove libudev-dbg and libgudev-dbg

2013-11-11 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com We don't support multiple -dbg packages, so just remove the libudev-dbg, libgudev-dbg and put all debug stuffs to 'udev-dbg'. The following changes since commit 4fdc3d77d4a875b7236536bf78849a4d1f6a7449: kbd: Fix stdarg related errors on uclibc

Re: [OE-core] [PATCH 0/1] udev: ship source files to related dbg package

2013-11-11 Thread wenzong fan
On 11/08/2013 04:18 PM, Richard Purdie wrote: On Fri, 2013-11-08 at 16:10 +0800, wenzong fan wrote: On 11/07/2013 07:12 PM, Burton, Ross wrote: On 7 November 2013 11:03, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com Just ship these sources to their own dbg

[OE-core] wanting to confirm understanding of FILESPATH in .bb and .inc files

2013-11-11 Thread Robert P. J. Day
currently poking around for examples of recipes' use of FILESPATH to use in class, and i just want to make absolutely sure i understand its usage since some recipes seem to use it in weird and/or unnecessary ways. (using the current poky tarball 10.0.0 for this.) first, i can see the default

[OE-core] one more question about FILESPATH and eglibc, if i might

2013-11-11 Thread Robert P. J. Day
as one more data point in what looks like weird and sometimes unnecessary settings of FILESPATH in recipe files, i give you this from eglibc_2.18.bb: FILESPATH = ${@base_set_filespath([ '${FILE_DIRNAME}/eglibc-${PV}', '${FILE_DIRNAME}/eglibc', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}

Re: [OE-core] [PATCH 0/8] Fixes about unsafe-references QA warnings

2013-11-11 Thread Burton, Ross
On 9 November 2013 05:28, qi.c...@windriver.com wrote: This solution is based on the following two principles. 1. With /usr on a seperate partition, system should still boot without any error. 2. Without /usr, system should be able to boot into single user mode with error. Presumably this

Re: [OE-core] [PATCH 0/8] Fixes about unsafe-references QA warnings

2013-11-11 Thread ChenQi
On 11/11/2013 07:12 PM, Burton, Ross wrote: On 9 November 2013 05:28, qi.c...@windriver.com wrote: This solution is based on the following two principles. 1. With /usr on a seperate partition, system should still boot without any error. 2. Without /usr, system should be able to boot into

Re: [OE-core] [PATCH 1/8] udev: fix dependency and location of udevadm

2013-11-11 Thread ChenQi
On 11/11/2013 06:53 PM, Phil Blundell wrote: On Mon, 2013-11-11 at 10:18 +0800, ChenQi wrote: On 11/10/2013 06:54 AM, Phil Blundell wrote: On Sat, 2013-11-09 at 13:28 +0800, qi.c...@windriver.com wrote: + install -d ${D}${base_bindir} + mv ${D}${bindir}/udevadm

Re: [OE-core] [PATCH 2/8] initscripts: add setup-commands.sh

2013-11-11 Thread Phil Blundell
On Mon, 2013-11-11 at 10:52 +0800, ChenQi wrote: On 11/10/2013 07:00 AM, Phil Blundell wrote: 1. initscript doesn't obviously rdepend on busybox so it's not obvious that the latter will always be available; Yes. Initscript doesn't rdepend on busybox. But note it also doesn't rdepend on

[OE-core] [PATCH 0/1] kernel-grub.bbclass: fix update bzImage failed while /boot area within root partition

2013-11-11 Thread Hongxu Jia
The following changes since commit f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b: bitbake: hob: do not display the Package list may be incomplete! dialog (2013-11-01 17:59:31 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-bzimage

[OE-core] [PATCH 1/1] kernel-grub.bbclass: support /boot area within root partition

2013-11-11 Thread Hongxu Jia
Previously, it supported the situation that /boot area with separate boot partition: ... menuentry Update bzImage-3.10.10-WR6.0.0.0_standard-3.10 { set root=(hd0,1) linux /bzImage-3.10.10-WR6.0.0.0_standard root=/dev/sdb1 rw ip=dhcp } ... But didn't consider the situation that /boot

Re: [OE-core] [PATCH 2/8] initscripts: add setup-commands.sh

2013-11-11 Thread Burton, Ross
On 11 November 2013 02:52, ChenQi qi.c...@windriver.com wrote: The problem here is that the init scripts under /etc/rcS.d/ need to execute commands like awk, dirname, and readlink which are from /usr. Yes. So why do you really need to support split /usr, and why isn't an initramfs a suitable

[OE-core] [PATCH] core-image-weston: add SSH and hwcodecs to the image

2013-11-11 Thread Ross Burton
core-image-sato has these by default so add them here too. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/images/core-image-weston.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/images/core-image-weston.bb

[OE-core] [PATCH] weston-init: use /run instead of /var/run

2013-11-11 Thread Ross Burton
/var/run is just a symlink to /run now, so use /run directly. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/wayland/weston-init/init |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston-init/init

[OE-core] [PATCH 1/3] distrodata.bbclass: Add fetch2 handlers to svn case in checkpkg

2013-11-11 Thread Irina Patru
--- meta/classes/distrodata.bbclass | 43 --- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index 085575a..e481027 100644 --- a/meta/classes/distrodata.bbclass +++

Re: [OE-core] [PATCH 2/8] initscripts: add setup-commands.sh

2013-11-11 Thread ChenQi
Hi Phil, First of all, thank you for your careful review and explanation. To conclude, you suggest modifying the init scripts and moving commands around if needed, right? And please see comments inline. On 11/11/2013 07:53 PM, Phil Blundell wrote: On Mon, 2013-11-11 at 10:52 +0800, ChenQi

[OE-core] [PATCH 0/4] Recipe upgrades

2013-11-11 Thread Paul Eggleton
The following changes since commit eac8cb7cacab7f2fb392128aa5ebc2046ca4a793: kbd: Fix stdarg related errors on uclibc (2013-11-08 17:31:17 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/upgrades

[OE-core] [PATCH 2/4] ethtool: upgrade to 3.12.1

2013-11-11 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../ethtool/{ethtool-3.11 = ethtool-3.12.1}/run-ptest| 0 meta/recipes-extended/ethtool/{ethtool_3.11.bb = ethtool_3.12.1.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename

Re: [OE-core] [PATCH 2/8] initscripts: add setup-commands.sh

2013-11-11 Thread Phil Blundell
On Mon, 2013-11-11 at 20:40 +0800, ChenQi wrote: Hi Phil, First of all, thank you for your careful review and explanation. To conclude, you suggest modifying the init scripts and moving commands around if needed, right? Well, I'm not sure that I'm necessarily suggesting any particular

Re: [OE-core] wanting to confirm understanding of FILESPATH in .bb and .inc files

2013-11-11 Thread Paul Eggleton
Hi Robert, On Monday 11 November 2013 05:34:20 Robert P. J. Day wrote: currently poking around for examples of recipes' use of FILESPATH to use in class, and i just want to make absolutely sure i understand its usage since some recipes seem to use it in weird and/or unnecessary ways. (using

Re: [OE-core] question about FILE_DIRNAME versus THISDIR when setting FILESPATH

2013-11-11 Thread Paul Eggleton
Hi Robert, On Sunday 10 November 2013 13:02:32 Robert P. J. Day wrote: probably a simple answer to this, but in examining the way FILESPATH is created, i notice that, in .bb recipe files, the general form of setting FILESPATH always seems to involve the use of the FILE_DIRNAME variable,

Re: [OE-core] [PATCH 2/8] initscripts: add setup-commands.sh

2013-11-11 Thread Mark Hatle
On 11/11/13, 5:53 AM, Phil Blundell wrote: On Mon, 2013-11-11 at 10:52 +0800, ChenQi wrote: On 11/10/2013 07:00 AM, Phil Blundell wrote: ... I thought that last time this topic came up on the mailing list, the eventual conclusion was that Wind River (being more-or-less the only people who

Re: [OE-core] [PATCH 2/8] initscripts: add setup-commands.sh

2013-11-11 Thread Mark Hatle
On 11/11/13, 6:12 AM, Burton, Ross wrote: On 11 November 2013 02:52, ChenQi qi.c...@windriver.com wrote: The problem here is that the init scripts under /etc/rcS.d/ need to execute commands like awk, dirname, and readlink which are from /usr. Yes. So why do you really need to support split

[OE-core] [PATCH 2/2] clutter-gtk-1.0: upgrade to 1.4.4

2013-11-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/clutter/clutter-gtk-1.0_1.4.2.bb |6 -- meta/recipes-graphics/clutter/clutter-gtk-1.0_1.4.4.bb |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644

[OE-core] [PATCH 1/2] freetype: upgrade to 2.5.0.1

2013-11-11 Thread Ross Burton
Add disabled-by-default PACKAGECONFIG for pixmap glyphs (floating dependency on libpng). Signed-off-by: Ross Burton ross.bur...@intel.com --- .../freetype/{freetype_2.4.12.bb = freetype_2.5.0.1.bb} |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename

Re: [OE-core] [PATCHv4] libjson: update to 0.11 and rename to json-c

2013-11-11 Thread Jack Mitchell
On 08/11/2013 00:47, Saul Wold wrote: On 11/07/2013 07:59 AM, Jack Mitchell wrote: From: Jack Mitchell jmitch...@cbnl.com libjson is now known as json-c, support for the old namespace is disabled as it seems to break SEPBUILDDIR configs. Built without parallel make as it fails, official word

Re: [OE-core] [PATCH] core-image-weston: add SSH and hwcodecs to the image

2013-11-11 Thread Otavio Salvador
On Mon, Nov 11, 2013 at 10:21 AM, Ross Burton ross.bur...@intel.com wrote: core-image-sato has these by default so add them here too. Signed-off-by: Ross Burton ross.bur...@intel.com I don't think the right image to compare here would be sato but maybe core-image-x11; I agree about hwcodecs -

Re: [OE-core] [PATCH v2] bluez: declaration of virtual/bluez and VIRTUAL-RUNTIME_bluez

2013-11-11 Thread Saul Wold
On 11/11/2013 04:30 PM, Rongqing Li wrote: On 11/11/2013 05:59 PM, Iorga, Cristian wrote: Hi all, As far as I have experimented, there is no upgrade path available at the moment, due to extensive changes into the programming model for BlueZ5 vs BlueZ4. At the moment, the last single

Re: [OE-core] [PATCH 0/1] udev: remove libudev-dbg and libgudev-dbg

2013-11-11 Thread wenzong fan
On 11/12/2013 12:05 AM, Mark Hatle wrote: On 11/11/13, 4:10 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com We don't support multiple -dbg packages, so just remove the libudev-dbg, libgudev-dbg and put all debug stuffs to 'udev-dbg'. I'm a bit confused, we do

Re: [OE-core] [PATCH v2] bluez: declaration of virtual/bluez and VIRTUAL-RUNTIME_bluez

2013-11-11 Thread Randy MacLeod
On 13-11-11 08:31 PM, Saul Wold wrote: On 11/11/2013 04:30 PM, Rongqing Li wrote: On 11/11/2013 05:59 PM, Iorga, Cristian wrote: Hi all, As far as I have experimented, there is no upgrade path available at the moment, due to extensive changes into the programming model for BlueZ5 vs BlueZ4.

Re: [OE-core] [PATCH 1/2] tcl: Install header into 8.6 instead of PN-PV in user/include

2013-11-11 Thread Saul Wold
On 11/11/2013 01:23 AM, Khem Raj wrote: This helps in compiling other programs like expect which depend on private headers but 8.5, 8.6 and so on is enough granularity and currently we had 8.6.x and so on which means that expect recipe will need to be touched whenever there is minor update of

[OE-core] [PATCH] mdadm: flag __SANE_USERSPACE_TYPES__ to include int-ll64.h for powerpc64

2013-11-11 Thread Chunrong Guo
*PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h prevents 64-bit userland from seeing this definition, instead defaulting to u64 == long in userspace. *fix the below error |super-ddf.c:4542:5: error: format '%llu' expects argument of type

[OE-core] [PATCH V2] tcl: Install header into 8.6 instead of PN-PV in user/include

2013-11-11 Thread Khem Raj
This helps in compiling other programs like expect which depend on private headers but 8.5, 8.6 and so on is enough granularity and currently we had 8.6.x and so on which means that expect recipe will need to be touched whenever there is minor update of tcl. Additionally the encode creating

Re: [OE-core] [PATCH 1/2] tcl: Install header into 8.6 instead of PN-PV in user/include

2013-11-11 Thread Khem Raj
On Mon, Nov 11, 2013 at 7:28 PM, Saul Wold s...@linux.intel.com wrote: On 11/11/2013 01:23 AM, Khem Raj wrote: This helps in compiling other programs like expect which depend on private headers but 8.5, 8.6 and so on is enough granularity and currently we had 8.6.x and so on which means that

[OE-core] [for-dora][for-master][PATCH] libnl: Fix random segfaults due to memory corruption

2013-11-11 Thread Khem Raj
This is a backport from upstream fixes a severe problem w.r.t memory management, where it would result in random segfaults in applications depending on libnl Signed-off-by: Khem Raj raj.k...@gmail.com --- ...free-caused-by-freeing-link-af_data-in-rt.patch | 41 ++

[OE-core] [PATCH v8] connman: ignore the networking device which nfs for rootfs is working on

2013-11-11 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Create connman-evn.service, which will run a script to compute the networking device when nfs root is on, and pass the result to connman.service Connmand.service add ExecStartPre into Connmand.service to release do_configure_append work, use the options

Re: [OE-core] [PATCH 0/1] udev: remove libudev-dbg and libgudev-dbg

2013-11-11 Thread Richard Purdie
On Mon, 2013-11-11 at 10:05 -0600, Mark Hatle wrote: On 11/11/13, 4:10 AM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com We don't support multiple -dbg packages, so just remove the libudev-dbg, libgudev-dbg and put all debug stuffs to 'udev-dbg'. I'm a