[OE-core] [PATCH 1/1] cairo: fix build error since toolchain has not get_feature command

2013-06-17 Thread rongqing.li
From: "Roy.Li" Signed-off-by: Roy.Li --- ...-check-stderr-when-test-compiling-in-conf.patch | 39 meta/recipes-graphics/cairo/cairo_1.12.14.bb |3 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-graphics/cairo/cairo/cairo-do

[OE-core] [PATCH 0/1] cairo: fix build error

2013-06-17 Thread rongqing.li
From: "Roy.Li" The following changes since commit cf59801be372bda962a94e6a406e97d20744ae45: licences: Add SGI license (2013-06-17 16:44:36 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/cairo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=r

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 wrote: > On 13-06-18 12:41 AM, Khem Raj wrote: >> >> On Jun 17, 2013, at 9:37 PM, Bruce Ashfield >> 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 behi

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 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

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

2013-06-17 Thread Qi.Chen
From: Chen Qi 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 patch fixes this proble

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

2013-06-17 Thread Qi.Chen
From: Chen Qi 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 http://git.pokylinux.org/

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 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 >> show when compiled wi

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 418df

[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 rec

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 address

[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 [] *pgd

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

2013-06-17 Thread wenzong.fan
From: Wenzong Fan 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: http://logrotate.sourcearchive.com/downloads/3.8.1-5/logrotate_3.8.1-5.debian.tar.gz

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

2013-06-17 Thread wenzong.fan
From: Wenzong Fan 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: http://logrotate.sourcearchive.com/downloads/3.8.1-5/logrotate_3.8.1-5.debian.tar.gz Sig

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

2013-06-17 Thread wenzong.fan
From: Wenzong Fan 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 $(PSGEN)gconfig.h in a parallel bui

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

2013-06-17 Thread wenzong.fan
From: Wenzong Fan 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 $(PSGEN)gconfig.h in a parallel bui

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, wrote: From: Chen Qi 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: git://github.com/Angstrom-distr

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, wrote: > From: Chen Qi > > 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 Most of patch 1 and 2 should be merg

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 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 Reviewed-by: Otavio Salvador -- Otavio Salvador O.S. Systems

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 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 compiled failed that the

[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 --- meta/recipes-devtools/pseudo/pseudo_1.4.5.bb | 8 1 file changed, 8 deletions(-) delete mod

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 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 run the menu > item.

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 > --- > meta/recipes-devtools/strace/strace_4.7.bb |2 ++ > 1 files changed, 2 ins

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

2013-06-17 Thread Burton, Ross
On 17 June 2013 15:57, Richard Purdie 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 patch ensures the full build pa

[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 c

[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. Signed-off-

[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. Signed-off-b

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

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: > > git://git.yoctoproject.org/poky-

[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 Signed-off-by: Jesse Zhang --- .../Check

[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 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/

[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 cal

[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 --- .../p

[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 http://git.yoctoproject.or

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 Signed-off-by: Jackie Huang --- .../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch | 31 meta/recipes-core/dbus-wait/dbus-wait_git.bb

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, bu

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 o

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 th

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 > > Signed-off-by: Jackie Huang > --- > .../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch | 31 > > meta/recipes-core/dbus-wait/dbus-wait_git.bb |6 ++- > 2 files changed

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

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 log

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

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

2013-06-17 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../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 deletions(-) create mode 100644 meta/recipes-core/dbus-wait/db

Re: [OE-core] [PATCH 1/1] bbclass: bb.fatal() clean up

2013-06-17 Thread Robert Yang
On 05/13/2013 03:24 PM, Mike Looijmans wrote: On 05/09/2013 05:34 AM, Robert Yang wrote: On 05/09/2013 10:23 AM, Chris Larson wrote: On Wed, May 8, 2013 at 7:14 PM, Robert Yang wrote: On 05/08/2013 08:03 PM, Mike Looijmans wrote: On 05/08/2013 11:06 AM, Robert Yang wrote: The bb.fatal

[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 app

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 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, OK, I'll che

[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 --- .../rt-tests/files/hackbench-fix-error-check.patch | 41 ++ meta/recipes-rt/rt-tests/rt-tests.inc | 1 + 2 files changed, 42 insertions(+) create mode 1

[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] [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 --- scripts/runqem

[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 followin

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 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 http://www.aqua-mail.com __

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 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', ' > unzip-native:do_populate_sysroot') > ok nice. __

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 The tarball from upstream shows many lines of tar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux' tar: Ignoring unknown ex

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 > > 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.de