[OE-core] [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world

2013-06-17 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The tarball from upstream shows many lines of tar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux' tar: Ignoring unknown extended header keyword `SCHILY.dev' tar: Ignoring unknown extended header

Re: [OE-core] [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world

2013-06-17 Thread Khem Raj
On Jun 16, 2013, at 11:30 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The tarball from upstream shows many lines of tar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux' tar: Ignoring unknown extended

Re: [OE-core] [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world

2013-06-17 Thread jhuang0
On 6/17/2013 3:02 PM, Khem Raj wrote: On Jun 16, 2013, at 11:30 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The tarball from upstream shows many lines of tar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux'

Re: [OE-core] [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world

2013-06-17 Thread Khem Raj
On Jun 17, 2013, at 12:10 AM, jhuang0 jackie.hu...@windriver.com wrote: I think the base.bbclass have added this: # unzip-native should already be staged before unpacking ZIP recipes if .zip in srcuri: d.appendVarFlag('do_unpack', 'depends', '

Re: [OE-core] [PATCH 1/2] strace: update depends

2013-06-17 Thread Bernhard Reutner-Fischer
On 16 June 2013 16:16:25 Kai Kang kai.k...@windriver.com wrote: Build strace with libaio and acl to support more features. Because no native libaio package, just add dependencies for target. Do you mind updating to 4.8 while you touch it? Thanks, Sent with AquaMail for Android

[OE-core] [RFC 0/2] scripts/runqemu: 'qemuzynq' and 'qemumicroblaze'

2013-06-17 Thread Nathan Rossi
This is a request for comments regarding implementation of runqemu for machine targets that are not in oe-core but are provided by a different layer, in this case meta-xilinx. Also note that there is some additional qemu patches that apply specifically to these architectures/machines. The

[OE-core] [RFC 1/2] scripts/runqemu: Add support for 'qemuzynq' machine

2013-06-17 Thread Nathan Rossi
* Add support to boot the 'qemuzynq' machine in qemu-system-arm * Use the specific machine model for Zynq 'xilinx-zynq-a9' * Use the DTB generated from the kernel build as the DTB for boot * Force use of initrd rootfs (either in ext or cpio formats) Signed-off-by: Nathan Rossi

[OE-core] [RFC 2/2] scripts/runqemu: Add support for 'qemumicroblaze' machine

2013-06-17 Thread Nathan Rossi
* Add support to boot the 'qemumicroblaze' machine in qemu-system-microblazeel * Use the specific machine model for a MicroBlaze system 'petalogix-ml605' * Use the DTB generated from the kernel build as the DTB for boot * Force use of initrd rootfs (either in ext or cpio formats) Signed-off-by:

[OE-core] [PATCH] rt-tests: fix error check in hackbench

2013-06-17 Thread Jesse Zhang
Add a patch to fix when an unsigned number is taken as a negative error code. Signed-off-by: Jesse Zhang sen.zh...@windriver.com --- .../rt-tests/files/hackbench-fix-error-check.patch | 41 ++ meta/recipes-rt/rt-tests/rt-tests.inc | 1 + 2 files changed, 42

Re: [OE-core] [PATCH 1/2] strace: update depends

2013-06-17 Thread Kang Kai
On 2013年06月17日 15:15, Bernhard Reutner-Fischer wrote: On 16 June 2013 16:16:25 Kai Kang kai.k...@windriver.com wrote: Build strace with libaio and acl to support more features. Because no native libaio package, just add dependencies for target. Do you mind updating to 4.8 while you touch it?

[OE-core] commit 07792e4a83ca breaks oe-init-build-env sourcing

2013-06-17 Thread Jack Mitchell
Pulled to the latest oe-core, bitbake and a few 3rd party layers this morning, to find that when I source oe-init-build-env the terminal I was sourcing in either crashes or exits. I tested with both gnome-terminal and xterm, both produced the same behaviour. Heading into a git bisect the

[OE-core] [PATCH] dbus-wait: fix the help message typo

2013-06-17 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch | 31 meta/recipes-core/dbus-wait/dbus-wait_git.bb |6 ++- 2 files changed, 35 insertions(+), 2

Re: [OE-core] commit 07792e4a83ca breaks oe-init-build-env sourcing

2013-06-17 Thread Richard Purdie
On Mon, 2013-06-17 at 10:12 +0100, Jack Mitchell wrote: Pulled to the latest oe-core, bitbake and a few 3rd party layers this morning, to find that when I source oe-init-build-env the terminal I was sourcing in either crashes or exits. I tested with both gnome-terminal and xterm, both

Re: [OE-core] [PATCH V2 9/9] tinylogin: remove recipe

2013-06-17 Thread Phil Blundell
On Mon, 2013-06-17 at 13:49 +0800, qi.c...@windriver.com wrote: tinylogin has been deprecated and the functionality ported into busybox. We now use busybox as the login manager, so the tinylogin recipe could be deleted. I'm not entirely sure who we is in this context, but the choice of login

Re: [OE-core] [PATCH V2 9/9] tinylogin: remove recipe

2013-06-17 Thread Richard Purdie
On Mon, 2013-06-17 at 11:17 +0100, Phil Blundell wrote: On Mon, 2013-06-17 at 13:49 +0800, qi.c...@windriver.com wrote: tinylogin has been deprecated and the functionality ported into busybox. We now use busybox as the login manager, so the tinylogin recipe could be deleted. I'm not

Re: [OE-core] [PATCH] dbus-wait: fix the help message typo

2013-06-17 Thread Richard Purdie
On Mon, 2013-06-17 at 17:39 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch | 31

Re: [OE-core] [PATCH V2 9/9] tinylogin: remove recipe

2013-06-17 Thread Phil Blundell
On Mon, 2013-06-17 at 11:28 +0100, Richard Purdie wrote: The thinking is therefore we should therefore create a replacement for it from busybox. People are nervous about making busybox entirely SUID but having some small subset of it seems like a reasonable compromise. The difficulty with this

Re: [OE-core] [PATCH V2 9/9] tinylogin: remove recipe

2013-06-17 Thread Richard Purdie
On Mon, 2013-06-17 at 11:59 +0100, Phil Blundell wrote: On Mon, 2013-06-17 at 11:28 +0100, Richard Purdie wrote: The thinking is therefore we should therefore create a replacement for it from busybox. People are nervous about making busybox entirely SUID but having some small subset of it

Re: [OE-core] [PATCH V2 9/9] tinylogin: remove recipe

2013-06-17 Thread Phil Blundell
On Mon, 2013-06-17 at 12:06 +0100, Richard Purdie wrote: The plan (and I believe what this series does) is to have two busybox binaries, one is suid (as small a subset as we really need) and the other is not and hence this hopefully goes some way to reassuring people about that. Partly, but

Re: [OE-core] [PATCH] dbus-wait: fix the help message typo

2013-06-17 Thread jhuang0
On 6/17/2013 6:59 PM, Richard Purdie wrote: On Mon, 2013-06-17 at 17:39 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch | 31

[OE-core] [PATCH 0/1] xinput-calibrator: move it from meta-oe to oe-core

2013-06-17 Thread Laurentiu Palcu
The following changes since commit 7abcaf14ec9cd760fe94c777f0cd8426163de2c5: oe-buildenv-internal: Fix exit verses return (2013-06-17 10:41:01 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/xinput-calibrator_oe-core

[OE-core] [PATCH 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-06-17 Thread Laurentiu Palcu
People using xserver-xorg that need to calibrate their touchscreen devices would also need meta-oe. Bringing the recipes to oe-core will make it easier for them. Aditionaly, drop xterm RDEPENDS. Terminal is not needed to run the menu item. [YOCTO #4416] Signed-off-by: Laurentiu Palcu

[OE-core] [PATCH 0/2] two patches for alsa-lib

2013-06-17 Thread Jesse Zhang
The following changes since commit c18249353697f8b3741ae2024308d195671d3598: rt-tests: fix error check in hackbench (2013-06-17 13:53:42 +0800) are available in the git repository at: git://git.yoctoproject.org/poky-contrib szhang/alsa

[OE-core] [PATCH 1/2] alsa-lib: Change function type to static __inline__

2013-06-17 Thread Jesse Zhang
extern __inline__ function() is the inlined version that can be used in this compilation unit, but there will be another definition of this function somewhere, so compiler will not emit any code for the function body. This causes problem in -O0, where functions are never inlined, the function call

[OE-core] [PATCH 2/2] alsa-lib: check if wordexp is supported in libc

2013-06-17 Thread Jesse Zhang
eglibc could be configured to build without the wordexp feature. To ensure that the wordexp feature could be used, the configure script must check if wordexp() is supported in libc in addition to checking if wordexp.h exists. Signed-off-by: Hong H. Pham hong.p...@windriver.com Signed-off-by:

Re: [OE-core] [PATCH 0/2] two patches for alsa-lib

2013-06-17 Thread Paul Eggleton
Hi Jesse, On Monday 17 June 2013 20:33:24 Jesse Zhang wrote: The following changes since commit c18249353697f8b3741ae2024308d195671d3598: rt-tests: fix error check in hackbench (2013-06-17 13:53:42 +0800) are available in the git repository at:

Re: [OE-core] [PATCH 0/2] two patches for alsa-lib

2013-06-17 Thread Jesse Zhang
Sure. I've updated my branch in poky-contrib. jesse On 06/17/2013 08:35 PM, Paul Eggleton wrote: Hi Jesse, On Monday 17 June 2013 20:33:24 Jesse Zhang wrote: The following changes since commit c18249353697f8b3741ae2024308d195671d3598: rt-tests: fix error check in hackbench (2013-06-17

[OE-core] [PATCH] classes/externalsrc: enable global inherit and simplify usage

2013-06-17 Thread Paul Eggleton
This class can now be inherited globally using INHERIT += rather than needing to inherit it in the recipe itself. Additionally, instead of setting S (and optionally B), set EXTERNALSRC (and optionally EXTERNALSRC_BUILD) to point to the external source and build locations respectively.

[OE-core] [PATCH] utils.bbclass: Tweak create_wrapper

2013-06-17 Thread Richard Purdie
Currently the full path is specified to exec however this may incorporate a build path which in the nativesdk case, is not transformed to a target system path. This leads to failures due to incorrect paths. This patch ensures the full build path is not encoded into the wrapper script.

[OE-core] [PATCH] python: Add nativesdk wrapper to handle terminfo

2013-06-17 Thread Richard Purdie
Currently if you build nativesdk-python, install it and try and run it, you see it search in the default nativesdk path for terminfo files when the readline module is used. If terminfo files cannot be found, or if the ones found are incorrect, the system may emit control characters which confuse

Re: [OE-core] [PATCH] utils.bbclass: Tweak create_wrapper

2013-06-17 Thread Burton, Ross
On 17 June 2013 15:57, Richard Purdie richard.pur...@linuxfoundation.org wrote: Currently the full path is specified to exec however this may incorporate a build path which in the nativesdk case, is not transformed to a target system path. This leads to failures due to incorrect paths. This

Re: [OE-core] [PATCH 1/2] strace: update depends

2013-06-17 Thread Richard Purdie
On Sun, 2013-06-16 at 22:16 +0800, Kai Kang wrote: Build strace with libaio and acl to support more features. Because no native libaio package, just add dependencies for target. Signed-off-by: Kai Kang kai.k...@windriver.com --- meta/recipes-devtools/strace/strace_4.7.bb |2 ++ 1

Re: [OE-core] [PATCH 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-06-17 Thread Burton, Ross
On 17 June 2013 13:26, Laurentiu Palcu laurentiu.pa...@intel.com wrote: People using xserver-xorg that need to calibrate their touchscreen devices would also need meta-oe. Bringing the recipes to oe-core will make it easier for them. Aditionaly, drop xterm RDEPENDS. Terminal is not needed to

[OE-core] [PATCH] pseudo: drop version 1.4.5 recipe

2013-06-17 Thread Paul Eggleton
We've been using 1.5.1 for a while now with success, so in line with the OE-Core policy of avoiding multiple versions of the same recipe let's drop this version. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-devtools/pseudo/pseudo_1.4.5.bb | 8 1 file

Re: [OE-core] [PATCH 2/2] Add needed libx11 library for sato applications

2013-06-17 Thread Burton, Ross
On 16 June 2013 15:16, Kai Kang kai.k...@windriver.com wrote: From binutils-2.22, --copy-dt-needed-entries option is no longer enabled by default. Instead, --no-copy-dt-needed-entries is now the default option. When use other toolchain than default toolchain, some sato applications may

Re: [OE-core] [PATCH 2/2] opkg: put libopkg header files into libopkg-dev

2013-06-17 Thread Otavio Salvador
On Sun, Jun 16, 2013 at 9:22 PM, Paul Barker p...@paulbarker.me.uk wrote: The header files for libopkg belong in the package libopkg-dev rather than opkg-dev where they are placed by default. Signed-off-by: Paul Barker p...@paulbarker.me.uk Reviewed-by: Otavio Salvador ota...@ossystems.com.br

Re: [OE-core] [PATCH V2 1/9] busybox: remove the postinst part of the recipe

2013-06-17 Thread Otavio Salvador
On Mon, Jun 17, 2013 at 2:49 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Remove the pkg_postinst_${PN} from this recipe, as it's redundant. It basically wants to do the same thing as the update-alternatives does. But it doesn't do it well. Signed-off-by: Chen Qi

[OE-core] OE Changelog since 2013-06-09 until 2013-06-16

2013-06-17 Thread cliff . brake
Changelog since 2013-06-09 until 2013-06-16. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [PATCH V2 1/9] busybox: remove the postinst part of the recipe

2013-06-17 Thread ChenQi
On 06/18/2013 01:52 AM, Otavio Salvador wrote: On Mon, Jun 17, 2013 at 2:49 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Remove the pkg_postinst_${PN} from this recipe, as it's redundant. It basically wants to do the same thing as the update-alternatives does. But it

[OE-core] [PATCH 0/1] ghostscript: resolve the gconfig.h conflict

2013-06-17 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Both base/lib.mak and psi/int.mak will create file gconfig.h: lib.mak: $(CP_) $(gconfig_h) $(GLGEN)gconfig.h int.mak: $(CP_) $(gconfig_h) $(PSGEN)gconfig.h If $(GLGEN) is same with $(PSGEN), the $(GLGEN)gconfig.h will be overridden by

[OE-core] [PATCH 1/1] ghostscript: resolve the gconfig.h conflict

2013-06-17 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Both base/lib.mak and psi/int.mak will create file gconfig.h: lib.mak: $(CP_) $(gconfig_h) $(GLGEN)gconfig.h int.mak: $(CP_) $(gconfig_h) $(PSGEN)gconfig.h If $(GLGEN) is same with $(PSGEN), the $(GLGEN)gconfig.h will be overridden by

[OE-core] [PATCH 0/1] logrotate: fix for CVE-2011-1548

2013-06-17 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com If a logfile is a symlink, it may be read when being compressed, being copied (copy, copytruncate) or mailed. Secure data (eg. password files) may be exposed. Portback nofollow.patch from:

[OE-core] [PATCH 1/1] logrotate: fix for CVE-2011-1548

2013-06-17 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com If a logfile is a symlink, it may be read when being compressed, being copied (copy, copytruncate) or mailed. Secure data (eg. password files) may be exposed. Portback nofollow.patch from:

[OE-core] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Khem Raj
Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which compiled with gcc 4.8 but don't show when compiled with gcc 4.7 Unable to handle kernel paging request at virtual address pgd = c0004000 []

Re: [OE-core] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which compiled with gcc 4.8 but don't show when compiled with gcc 4.7 Unable to handle kernel paging request at virtual

[OE-core] SSTATE issue for a single machine.

2013-06-17 Thread Cooper Jr., Franklin
I have an issue with a particular custom recipe that attempts to rebuild itself even though it was previously built. This recipe is a part of a file system image that is built without an issue the first time. But building that image a second time results in a build error with this particular

Re: [OE-core] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which compiled with gcc 4.8 but don't show when compiled with gcc 4.7 There also seems to be a follow up patch: commit

Re: [OE-core] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Khem Raj
On Jun 17, 2013, at 9:37 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which compiled with gcc 4.8 but don't

[OE-core] [PATCH 0/1] udev-cache: fix to use udev-cache correctly

2013-06-17 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 7abcaf14ec9cd760fe94c777f0cd8426163de2c5: oe-buildenv-internal: Fix exit verses return (2013-06-17 10:41:01 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/udev-cache-fix

[OE-core] [PATCH 1/1] udev-cache: fix to use udev-cache correctly

2013-06-17 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Previouly, the udev-cache has no real effect even if it's installed into the system. The key problem here is that at first boot, the /etc/dev.tar is not present, thus resulting /dev/shm/udev.cache not created on first boot even if udev-cache is enabled. This

Re: [OE-core] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-18 12:41 AM, Khem Raj wrote: On Jun 17, 2013, at 9:37 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which

Re: [OE-core] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Khem Raj
On Jun 17, 2013, at 9:58 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-18 12:41 AM, Khem Raj wrote: On Jun 17, 2013, at 9:37 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings