Re: [OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-20 Thread Bernhard Reutner-Fischer
On 20 February 2013 08:16, ChenQi qi.c...@windriver.com wrote: On 02/20/2013 03:10 PM, Bernhard Reutner-Fischer wrote: On 20 February 2013 06:55:33 qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Previously, if there's a link config item in the config file like l

Re: [OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-20 Thread ChenQi
On 02/20/2013 05:18 PM, Bernhard Reutner-Fischer wrote: On 20 February 2013 08:16, ChenQi qi.c...@windriver.com wrote: On 02/20/2013 03:10 PM, Bernhard Reutner-Fischer wrote: On 20 February 2013 06:55:33 qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Previously, if there's

[OE-core] [PATCH V2 4/5] populate-volatile.sh: improve the handling of link config items

2013-02-20 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Previously, if there's a link config item in the config file like l root root 1777 /tmp /var/tmp and /tmp has existed, the symlink will not be created correctly. Another example is the /run directory. If /run directory has been created by some

[OE-core] [PATCH] genext2fs.inc: Add nativesdk build capability

2013-02-20 Thread Jason Wessel
In order to generate new disk images for ext(2,3,4) which contain root file systems we do not want to rely on the host's genext2fs which may have different arguments and features, so allow the nativesdk genext2fs binary to be built. Signed-off-by: Jason Wessel jason.wes...@windriver.com ---

[OE-core] [PATCH] gconf.bbclass: make postinstall fail silently when running offline

2013-02-20 Thread Laurentiu Palcu
Gconf backend does not accept special characters in configuration source addresses. When populating SDK target sysroot from core-image-sato, for example, the configuration source address contains 1.3+snapshot in it and '+' is an invalid character. Thus, gconftool-2 will fail and the build will

[OE-core] [PATCH 1/2 v4] archiver class: Use tasks with sstate instead of pre/post funcs

2013-02-20 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add tasks to move sources, script/logs and diff/env files in deploy directory. * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task

[OE-core] [PATCH 2/2 v4] archive-*-source.bbclass: Handle all package classes

2013-02-20 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly for any 'IMAGE_PKGTYPE'. [YOCTO #3449] Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com Signed-off-by: Noor Ahsan noor_ah...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com ---

Re: [OE-core] [PATCH V2 5/5] populate-volatile.sh: remove trailing whitespaces

2013-02-20 Thread Bernhard Reutner-Fischer
On 20 February 2013 06:55, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Remove trailing whitespaces. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../initscripts-1.0/populate-volatile.sh |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

Re: [OE-core] [PATCH 0/5] automake-1.13 and upstream version updates

2013-02-20 Thread Marko Lindqvist
On 19 February 2013 19:12, Saul Wold s...@linux.intel.com wrote: On 02/17/2013 01:00 AM, Marko Lindqvist wrote: libffi: update to upstream version 3.0.12 Not sure what's going on but I saw a batch of failures with glib-2.0, take a look at the autobuilder failure:

[OE-core] [PATCH 1/8 v2] busybox: Add ptest

2013-02-20 Thread Björn Stenberg
From: Daniel Dai daniel@enea.com Signed-off-by: Björn Stenberg b...@enea.com --- meta/recipes-core/busybox/busybox.inc |2 +- meta/recipes-core/busybox/busybox_1.20.2.bb | 10 ++ meta/recipes-core/busybox/files/run-ptest |7 +++ 3 files changed, 18

[OE-core] [PATCH] linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable

2013-02-20 Thread anders.roxell
From: Anders Roxell anders.rox...@enea.com Signed-off-by: Anders Roxell anders.rox...@enea.com --- meta/recipes-kernel/linux/linux-dtb.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc

Re: [OE-core] [PATCH] jpeg: upgrade to 9

2013-02-20 Thread Constantin Musca
On 02/18/2013 06:04 PM, Marko Lindqvist wrote: On 18 February 2013 17:47, Constantin Musca constantinx.mu...@intel.com wrote: License checksum change due to: - version modification - links modification - additional license explanations fix_for_automake_1.12.1.patch: not needed anymore

[OE-core] [PATCH] base-files: fix 'dash' expanding '\n'

2013-02-20 Thread Javier Viguera
Dash's 'echo' command expands '\n' by default, so the '\n' is not included in the '/etc/issue' file. Use 'printf' for portability between different shells. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- Probably also worth to be cherry-picked to 'danny' branch.

Re: [OE-core] [PATCH] jpeg: upgrade to 9

2013-02-20 Thread Burton, Ross
On 20 February 2013 15:06, Constantin Musca constantinx.mu...@intel.com wrote: Have you tried to build webkit-gtk against this? At one point I had similar jpeg update in my tree causing webkit-gtk build failure. You are right. The problem is that I can't upgrade webkit-gtk because the new

[OE-core] [PATCH] libtirpc: upgrade to 0.2.3

2013-02-20 Thread Cristian Iorga
- libtirpc-0.2.2-rpc-des-prot.patch removed; - remove-des-crypt.patch removed; both included in base distribution. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../libtirpc-0.2.2-rpc-des-prot.patch | 39

[OE-core] [PATCH] rootfs_rpm.bbclass: Reorder feed priority based on multilib image setting

2013-02-20 Thread Mark Hatle
[ YOCTO #3915 ] [ CQID: WIND00404309 ] When doing a multilib image build, such as bitbake lib32-core-image-sato, the system needs to reorder the priority level of the feeds. If it does not reorder the priorities, then 64-bit items can be selected by the automatic dependency resolution in Smart.

[OE-core] [PATCH] util-linux: Add ability to compile with nativesdk

2013-02-20 Thread Jason Wessel
Some of the tools in the util-linux are used for disk and text file operations in the nativesdk so as to get around different versions that may exist on the host system. Signed-off-by: Jason Wessel jason.wes...@windriver.com --- meta/recipes-core/util-linux/util-linux.inc | 90

Re: [OE-core] RFE: make the init manager an image feature (again)

2013-02-20 Thread Burton, Ross
On 18 February 2013 10:17, Enrico Scholz enrico.sch...@sigma-chemnitz.de wrote: But it doesn't need to be as dangerous as binconfig.bbclass, because we already list .service or .socket files in SYSTEMD_SERVICE so we can improve that find call Why is 'find' required at all? afaik, only files

[OE-core] Fix tcp-wrappers for sshd

2013-02-20 Thread farrah rashid
farrah rashid (2): tcp-wrappers: remove size_t.patch tcp-wrappers: add socklen_t.patch .../tcp-wrappers/tcp-wrappers-7.6/size_t.patch | 44 --- .../tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch | 59 .../tcp-wrappers/tcp-wrappers_7.6.bb

[OE-core] [PATCH 1/2] tcp-wrappers: remove size_t.patch

2013-02-20 Thread farrah rashid
Incorrect data type for socket calls Signed-off-by: farrah rashid farrah.ras...@windriver.com --- .../tcp-wrappers/tcp-wrappers-7.6/size_t.patch | 44 1 files changed, 0 insertions(+), 44 deletions(-) delete mode 100644

[OE-core] [PATCH 2/2] tcp-wrappers: add socklen_t.patch

2013-02-20 Thread farrah rashid
Replace incorrect size_t data type with socket length data type Signed-off-by: farrah rashid farrah.ras...@windriver.com --- .../tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch | 59 .../tcp-wrappers/tcp-wrappers_7.6.bb |4 +- 2 files changed, 61

Re: [OE-core] [PATCH] jpeg: upgrade to 9

2013-02-20 Thread Martin Jansa
On Wed, Feb 20, 2013 at 03:50:09PM +, Burton, Ross wrote: On 20 February 2013 15:06, Constantin Musca constantinx.mu...@intel.com wrote: Have you tried to build webkit-gtk against this? At one point I had similar jpeg update in my tree causing webkit-gtk build failure. You are

Re: [OE-core] [PATCH V2 5/5] populate-volatile.sh: remove trailing whitespaces

2013-02-20 Thread ChenQi
On 02/20/2013 10:19 PM, Bernhard Reutner-Fischer wrote: On 20 February 2013 06:55, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Remove trailing whitespaces. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../initscripts-1.0/populate-volatile.sh |6 +++---

Re: [OE-core] can't build distro-less beagleboard/uclibc

2013-02-20 Thread Khem Raj
On (31/01/13 23:49), Alejandro Mery wrote: Hi, I'm trying to make a custom uclibc based distro over oe-core's master, it's going fine for x86 but for my armv7a board uclibc fails to compile. and as suggested on IRC I reproduced it for a distro-less beagleboard/uclibc too. The host is ubuntu

[OE-core] [PATCH 0/1]base-passwd.preinst:fix creating passwd and group error

2013-02-20 Thread Hongxu Jia
The following changes since commit c7b23ab68aafc04d9830ef318015912e5d4f0672: maintainers.inc: update ownership of recipes (2013-02-17 22:33:30 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-base-passwd

[OE-core] [PATCH 1/1] base-passwd.preinst:fix creating passwd and group error

2013-02-20 Thread Hongxu Jia
Create files `passwd' and `group' in `$D${sysconfdir}', if `$D${sysconfdir}' does not exist, there is an error: ... cannot create $D${sysconfdir}/passwd: Directory nonexistent cannot create $D${sysconfdir}/group: Directory nonexistent ... Attampt to create dir before file creation. [YOCTO #3917]

[OE-core] [PATCH V2 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-20 Thread Hongxu Jia
Change from V1: rebase to commit f9b894eaba94763a8ec790f8635f58b4e7e05381 Add an option `-march' to BUILD_CFLAGS, GCC 4.3.4 on x86 host needs this option to let the atomic operations (lock free) be available while it is used to compile glib-2.0-native It's a bad idea to modify bitbake.conf to

[OE-core] [PATCH 1/2] glib-2.0-native:fix do_configure failed with gcc 4.3.4 on x86 host

2013-02-20 Thread Hongxu Jia
Add an option `-march' to BUILD_CFLAGS, GCC 4.3.4 on x86 host needs this option to let the atomic operations (lock free) be available while it is used to compile glib-2.0-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb |

[OE-core] [PATCH 2/2] qemu-native:fix do_compile failed with gcc 4.3.4 on x86 host

2013-02-20 Thread Hongxu Jia
Add an option `-march' to BUILD_CFLAGS, GCC 4.3.4 on x86 host needs this option to let the atomic operations (lock free) be available while it is used to compile qemu-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/qemu/qemu.inc |5 + 1

Re: [OE-core] [PATCH 3/8] udev: Add ptest

2013-02-20 Thread Saul Wold
On 02/19/2013 05:13 AM, Björn Stenberg wrote: From: jack zhang jack.zh...@enea.com Signed-off-by: Björn Stenberg b...@enea.com --- meta/recipes-core/udev/udev.inc| 19 ++- .../recipes-core/udev/udev/add-install-ptest.patch | 60

Re: [OE-core] Fix tcp-wrappers for sshd

2013-02-20 Thread Saul Wold
On 02/20/2013 01:09 PM, farrah rashid wrote: farrah rashid (2): tcp-wrappers: remove size_t.patch tcp-wrappers: add socklen_t.patch .../tcp-wrappers/tcp-wrappers-7.6/size_t.patch | 44 --- .../tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch | 59

Re: [OE-core] [PATCH V2 5/5] populate-volatile.sh: remove trailing whitespaces

2013-02-20 Thread Bernhard Reutner-Fischer
On 21 February 2013 03:31:26 ChenQi qi.c...@windriver.com wrote: test $VOLATILE_ENABLE_CACHE = yes echo $EXEC /etc/volatile.cache.build Don't you need ${ROOT_DIR}/etc/volatile.cache.build here (and everywhere else if there are other cases), too? Actually no. The cache is only

Re: [OE-core] Fix tcp-wrappers for sshd

2013-02-20 Thread Bernhard Reutner-Fischer
On 21 February 2013 08:13, Saul Wold s...@linux.intel.com wrote: On 02/20/2013 01:09 PM, farrah rashid wrote: farrah rashid (2): tcp-wrappers: remove size_t.patch tcp-wrappers: add socklen_t.patch .../tcp-wrappers/tcp-wrappers-7.6/size_t.patch | 44 ---