[OE-core] RFT: binutils 2.23.2 available

2013-04-25 Thread Khem Raj
Hi I have pushed a binutils upgrade to contrib branch. I have booted systemd-image in all supported QEMUs using angstrom-next distro Pease help testing it out The branch is here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/binutils-2.23.2 If you run into issues let me kno

Re: [OE-core] [PATCH 1/1] systemd: fix do_compile failed in parallel builds with system's make 3.28

2013-04-25 Thread Hongxu Jia
On 04/25/2013 05:54 PM, Burton, Ross wrote: On 25 April 2013 09:16, Hongxu Jia wrote: 3, Add `make-native' to systemd's `DEPENDS' to use Yocto's make rather than system's to compile systemd. NACK. Installing make-native during a build will lead to races over the make binary, causing strange a

[OE-core] [PATCH] mkefidisk: Unmount after partitioning

2013-04-25 Thread Darren Hart
Some automounters are rather overzealous and like to mount things immediately after partitioning. This can happen if the disk is being reused and the partitions align exactly with the existing partitions which have already been formatted. Move the unmount code into a function and call it before and

Re: [OE-core] debugedit: canonicalization unexpectedly shrank by one character

2013-04-25 Thread Mark Hatle
On 4/25/13 3:43 PM, Ian Geiser wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Wednesday, April 24, 2013 3:20 AM To: openembedded-core@lists.openembedded.org Subject:

Re: [OE-core] [PATCH] alsa-utils: Move alsaconf to its own recipe

2013-04-25 Thread Saul Wold
On 04/25/2013 05:47 AM, Phil Blundell wrote: 18575b082a4042376fd1575465e69562dea04ddc added bash as a dependency of alsa-utils-alsaconf so that the script interpreter will be available at run time. However, this has the undesirable side effect of making bash be a build dependency for alsa-utils

Re: [OE-core] debugedit: canonicalization unexpectedly shrank by one character

2013-04-25 Thread Ian Geiser
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Martin Jansa > Sent: Wednesday, April 24, 2013 3:20 AM > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] debugedit: cano

Re: [OE-core] [PATCH] connman: replace hardcoded path in init script

2013-04-25 Thread Stefan Stanacar
Mark Hatle writes: > > On 4/24/13 8:05 PM, Stefan Stanacar wrote: > > Because the connman init script sources a config file from /usr/lib > > we end up with no network in multilib enabled sato images, so replace > > with the real libdir. > > > > Signed-off-by: Stefan Stanacar > > --- > > meta

Re: [OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-25 Thread Burton, Ross
On 25 April 2013 18:05, Paul Eggleton wrote: >> as danny maintenance should end when 1.5 is released. > > This is not correct. We've continued maintenance of denzil (the previous > stable release) up to this point, and the community is free to continue that > maintenance almost indefinitely; the s

[OE-core] [PATCH] mkefidisk: Attempt to automatically unmount target device

2013-04-25 Thread Darren Hart
With automounters abounding it makes more sense to attempt to unmount the device rather than abort, just like ddimage does. Signed-off-by: Darren Hart --- scripts/contrib/mkefidisk.sh | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/contrib/mkefidisk.sh b

Re: [OE-core] [PATCH] glib: Add --disable-man to configure arguments

2013-04-25 Thread Colin Walters
On Thu, 2013-04-25 at 15:34 +0100, Phil Blundell wrote: > -CORECONF = "--disable-dtrace --disable-fam --disable-libelf > --disable-systemtap" > +CORECONF = "--disable-dtrace --disable-fam --disable-libelf > --disable-systemtap --disable-man" > > PTEST_CONF = "${@base_contains('DISTRO_FEATURES

Re: [OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-25 Thread Paul Eggleton
On Thursday 25 April 2013 09:00:55 Otavio Salvador wrote: > On Thu, Apr 25, 2013 at 7:21 AM, Lewis, Nick wrote: > > I have tried cherry picking from Dylan but it also seems to be missing > > populate_sdk_tar.bbclass and rootfs_tar.bbclass Does Dylan support > > PACKAGE_CLASSES = "package_tar" with

Re: [OE-core] [PATCH] cracklib: generate the default dictionary on the target

2013-04-25 Thread Martin Donnelly
On 25/04/2013 15:25, Mark Hatle wrote: On 4/25/13 8:28 AM, Martin Donnelly wrote: Currently cracklib-native is used to generate the dictionary database from the wordlist during install. Unfortunately the database files are endian-specific and this results in errors when the host and target endia

[OE-core] [PATCH] libpcre: Make readline dependency conditional on PACKAGECONFIG[pcretest-readline]

2013-04-25 Thread Phil Blundell
The only place in pcre that requires readline is pcretest, and even there it's optional. This allows the dependency to be removed unless specifically requested. Signed-off-by: Phil Blundell --- meta/recipes-support/libpcre/libpcre_8.32.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletio

Re: [OE-core] [PATCH] alsa-utils: Use pkg-config instead of hardcoded udev paths

2013-04-25 Thread Phil Blundell
On Wed, 2013-04-17 at 16:28 +0100, Richard Purdie wrote: > Signed-off-by: Richard Purdie > --- > diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.26.bb > b/meta/recipes-multimedia/alsa/alsa-utils_1.0.26.bb > index cf8acc4..d566d94 100644 > --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0

[OE-core] [PATCH] glib: Add --disable-man to configure arguments

2013-04-25 Thread Phil Blundell
Without this, glib will probe for the existence of xsltproc and use that to decide whether or not it wants to generate manpages. This has two consequences, neither of them good: a) the result of the build will vary depending on whether xsltproc happens to be installed in either the native sysroot

Re: [OE-core] [PATCH 4/4] scripts/postinst-intercepts: create separete hooks for multilib

2013-04-25 Thread Laurentiu Palcu
On 04/25/2013 04:51 PM, Mark Hatle wrote: > On 4/25/13 7:24 AM, Laurentiu Palcu wrote: >> When using multilib, the hooks for lib32/lib64 must be different because >> the libdir/base_libdir point to different locations. Nothing has to be >> done in the postinstalls for this. When a hook is install

Re: [OE-core] [PATCH] cracklib: generate the default dictionary on the target

2013-04-25 Thread Mark Hatle
On 4/25/13 8:28 AM, Martin Donnelly wrote: Currently cracklib-native is used to generate the dictionary database from the wordlist during install. Unfortunately the database files are endian-specific and this results in errors when the host and target endianness differ. This patch creates the de

[OE-core] GnomeGoals/InstalledTests

2013-04-25 Thread Colin Walters
Hi, I wanted to drop a reference here to a project I'm trying to push inside GNOME: https://live.gnome.org/GnomeGoals/InstalledTests Hopefully this could replace the ptest stuff that requires you guys to hack up Makefiles. Comments welcome, please follow up to desktop-devel-l...@gnome.org. _

[OE-core] [PATCH] cracklib: generate the default dictionary on the target

2013-04-25 Thread Martin Donnelly
Currently cracklib-native is used to generate the dictionary database from the wordlist during install. Unfortunately the database files are endian-specific and this results in errors when the host and target endianness differ. This patch creates the default dictionary files on the target during p

Re: [OE-core] [PATCH 4/4] scripts/postinst-intercepts: create separete hooks for multilib

2013-04-25 Thread Mark Hatle
On 4/25/13 7:24 AM, Laurentiu Palcu wrote: When using multilib, the hooks for lib32/lib64 must be different because the libdir/base_libdir point to different locations. Nothing has to be done in the postinstalls for this. When a hook is installed, it will be detected automatically if this is a ML

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2013-04-25 Thread Mark Hatle
On 4/25/13 6:12 AM, Phil Blundell wrote: On Tue, 2012-10-02 at 12:38 +0100, Richard Purdie wrote: On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote: On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote: Hasn't Paul added a general mechanism for doing this so we could add this feature a

Re: [OE-core] [PATCH] connman: replace hardcoded path in init script

2013-04-25 Thread Mark Hatle
On 4/24/13 8:05 PM, Stefan Stanacar wrote: Because the connman init script sources a config file from /usr/lib we end up with no network in multilib enabled sato images, so replace with the real libdir. Signed-off-by: Stefan Stanacar --- meta/recipes-connectivity/connman/connman.inc | 3 +

[OE-core] python's assert doesn't work

2013-04-25 Thread Robert Yang
Both native and target python's assert doesn't work, because python has been optimized by default by us: --- Python-2.6.1.orig/Python/compile.c +++ Python-2.6.1/Python/compile.c @@ -32,7 +32,7 @@ #include "symtable.h" #include "opcode.h" -int Py_OptimizeFlag = 0; +int Py_OptimizeFlag = 1; #

[OE-core] [PATCH] gettext: Make ncurses dependency conditional on PACKAGECONFIG[msgcat-curses]

2013-04-25 Thread Phil Blundell
According to the documentation, the only reason for needing ncurses is to support colour output from msgcat. Make this optional so that ncurses doesn't need to be built if colour output is not required. Signed-off-by: Phil Blundell --- meta/recipes-core/gettext/gettext_0.18.2.bb |5 +++-- 1

[OE-core] [PATCH] alsa-utils: Move alsaconf to its own recipe

2013-04-25 Thread Phil Blundell
18575b082a4042376fd1575465e69562dea04ddc added bash as a dependency of alsa-utils-alsaconf so that the script interpreter will be available at run time. However, this has the undesirable side effect of making bash be a build dependency for alsa-utils and, for those folks who don't need alsaconf bu

[OE-core] [PATCH v2] gdb: Disable hard-coding of library rpaths

2013-04-25 Thread Phil Blundell
GDB's configury has a tendency to hard-code the path where it found libexpat using "-Wl,--rpath". This is undesirable and leads to QA warnings. Fortunately, the helpful GDB maintainers have provided a "--disable-rpath" switch to turn this behaviour off. Let's use it and profit. Signed-off-by: P

[OE-core] [PATCH 1/4] qemuwrapper: use fallback in case the ELF binary is wrong

2013-04-25 Thread Laurentiu Palcu
This wrapper script is called mainly from intercept hooks and allarch packages postinstalls. When multilib is used, the qemuwrapper script points to the binary that matches the MACHINE architecture. For example: if MACHINE=qemux86_64 and we activate multilib, then the postinstalls for lib32 packag

[OE-core] [PATCH 4/4] scripts/postinst-intercepts: create separete hooks for multilib

2013-04-25 Thread Laurentiu Palcu
When using multilib, the hooks for lib32/lib64 must be different because the libdir/base_libdir point to different locations. Nothing has to be done in the postinstalls for this. When a hook is installed, it will be detected automatically if this is a ML package (from the libXX- package prefix) and

[OE-core] [PATCH 3/4] Revert "qemu.bbclass: Use the correct qemu binary in multilib cases"

2013-04-25 Thread Laurentiu Palcu
This reverts commit 9f5a6f89d9f4a6c7bed3b163e6eaa764d762f523. The reason for reverting this is: * qemuwrapper has now a fallback method; * when using multilib, calling qemu_target_binary from recipes would always point to the qemu binary corresponding to the machine architecture. Hence, po

[OE-core] [PATCH 2/4] pango: fix postinstall when using multilib

2013-04-25 Thread Laurentiu Palcu
The pango-query-modules binary gets a multilib prefix and the postinstall has to call the appropriate binary. Signed-off-by: Laurentiu Palcu --- meta/recipes-graphics/pango/pango.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/pango/pango.inc b/m

[OE-core] [PATCH 0/4] Multilib related postinstall fixes

2013-04-25 Thread Laurentiu Palcu
There is still work to do on the multilib postinstalls running on host front. This is a first patchset trying to address some of the issues. Thanks, Laurentiu The following changes since commit addcfcda84ed6b43b00f569a6060e3b78196ef52: glib-2.0: disable tests for native builds, and respect pte

Re: [OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-25 Thread Richard Purdie
On Thu, 2013-04-25 at 11:21 +0100, Lewis, Nick wrote: > >> I am seeing problems when using PACKAGE_CLASSES = "package_tar" > >> > >> There are many warnings about python indents and there are errors > >> regarding missing populate_sdk_tar.bbclass and rootfs_tar.bbclass > > > >With 1.3 (danny)? Thes

[OE-core] [PATCH 3/3] scripts/contrib/build-perf-test.sh: change the global results format

2013-04-25 Thread Stefan Stanacar
When all builds have finished write the hostname, commit and times on a single line in the global results file (useful for merging later on files from multiple systems). Also the final cleaning should be last after writing the results. Signed-off-by: Stefan Stanacar --- scripts/contrib/build-per

[OE-core] [PATCH 2/3] scripts/contrib/build-perf-test.sh: skip network sanity tests

2013-04-25 Thread Stefan Stanacar
When your proxy/network connection is unstable the network sanity test which runs before every build (because we wipe all the files in the build dir) can influence build time. Appending CONNECTIVITY_CHECK_URIS = "" in local.conf will disable the check. Signed-off-by: Stefan Stanacar --- scripts

[OE-core] [PATCH 1/3] scripts/contrib/build-perf-test.sh: use the same identation everywhere

2013-04-25 Thread Stefan Stanacar
Some functions didn't used the same identation as the rest of them, let's fix that. Signed-off-by: Stefan Stanacar --- scripts/contrib/build-perf-test.sh | 72 +++--- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/scripts/contrib/build-perf-test.s

[OE-core] [PATCH 0/3] Small changes to the build performance script

2013-04-25 Thread Stefan Stanacar
The following changes since commit addcfcda84ed6b43b00f569a6060e3b78196ef52: glib-2.0: disable tests for native builds, and respect ptest for LSB (2013-04-23 13:00:43 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib stefans/perf-test2 http://git.yoc

Re: [OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-25 Thread Otavio Salvador
On Thu, Apr 25, 2013 at 7:21 AM, Lewis, Nick wrote: > I have tried cherry picking from Dylan but it also seems to be missing > populate_sdk_tar.bbclass and rootfs_tar.bbclass > Does Dylan support PACKAGE_CLASSES = "package_tar" without these classes? As it seems you're early in the release cycle

Re: [OE-core] Host distribution warning with Ubuntu LTS

2013-04-25 Thread Martin Jansa
On Thu, Apr 25, 2013 at 12:13:11PM +0100, Lewis, Nick wrote: > Bitbake issues a warning when used on the current Pangolin LTS: > WARNING: Host distribution "Ubuntu 12.04.2 LTS" has not been validated > Is this an oversight or has the distro not been sanity tested yet? Is it with danny? dylan rele

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2013-04-25 Thread Martin Jansa
On Thu, Apr 25, 2013 at 12:12:54PM +0100, Phil Blundell wrote: > On Tue, 2012-10-02 at 12:38 +0100, Richard Purdie wrote: > > On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote: > > > On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote: > > > > Hasn't Paul added a general mechanism for doin

Re: [OE-core] [PATCH] connman: update to 1.13

2013-04-25 Thread Jack Mitchell
On 25/04/13 11:09, Guo Chunrong-B40290 wrote: 1) p5020ds-64b/usr/include/sys/ioctls.h and it includes bits/ioctl-types.h 2) p5020ds-64b/usr/include/bits/ioctl-types.h and it doesn't include asm/ioctls.h 3) p5020ds-64b/usr/include/asm/ioctls.h and it includes asm/ioctls.h BTW, I modify TIST =

[OE-core] Host distribution warning with Ubuntu LTS

2013-04-25 Thread Lewis, Nick
Bitbake issues a warning when used on the current Pangolin LTS: WARNING: Host distribution "Ubuntu 12.04.2 LTS" has not been validated Is this an oversight or has the distro not been sanity tested yet? -- Nick The details of this company are as follows: G4S Technology Limited, Registered Office:

Re: [OE-core] [PATCH] rootfs_ipk, image: Add debug capture support

2013-04-25 Thread Phil Blundell
On Tue, 2012-10-02 at 12:38 +0100, Richard Purdie wrote: > On Tue, 2012-10-02 at 12:15 +0100, Phil Blundell wrote: > > On Tue, 2012-10-02 at 12:12 +0100, Richard Purdie wrote: > > > Hasn't Paul added a general mechanism for doing this so we could add > > > this feature a level higher so that it cou

Re: [OE-core] [PATCH] gdb: Disable hard-coding of library rpaths

2013-04-25 Thread Martin Jansa
On Thu, Apr 25, 2013 at 11:26:38AM +0100, Phil Blundell wrote: > GDB's configury has a tendency to hard-code the path where it found > libexpat using "-Wl,--rpath". This is undesirable and leads to QA warnings. > > Fortunately, the helpful GDB maintainers have provided a "--disable-rpath" > switc

Re: [OE-core] [PATCH] connman: update to 1.13

2013-04-25 Thread Guo Chunrong-B40290
1) p5020ds-64b/usr/include/sys/ioctls.h and it includes bits/ioctl-types.h 2) p5020ds-64b/usr/include/bits/ioctl-types.h and it doesn't include asm/ioctls.h 3) p5020ds-64b/usr/include/asm/ioctls.h and it includes asm/ioctls.h BTW, I modify TIST = "--disable-tist" in meta/recipes-connectivity/

Re: [OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-25 Thread Lewis, Nick
>> I am seeing problems when using PACKAGE_CLASSES = "package_tar" >> >> There are many warnings about python indents and there are errors >> regarding missing populate_sdk_tar.bbclass and rootfs_tar.bbclass > >With 1.3 (danny)? These should be fixed in 1.4 (dyland) and master... Richard I have tr

[OE-core] [PATCH] gdb: Disable hard-coding of library rpaths

2013-04-25 Thread Phil Blundell
GDB's configury has a tendency to hard-code the path where it found libexpat using "-Wl,--rpath". This is undesirable and leads to QA warnings. Fortunately, the helpful GDB maintainers have provided a "--disable-rpath" switch to turn this behaviour off. Let's use it and profit. Signed-off-by: P

Re: [OE-core] [PATCH v2] gst-plugins-gl: make it work for both openGL and openGL ESv2

2013-04-25 Thread Burton, Ross
On 25 April 2013 11:20, Koen Kooi wrote: > Those are mutually exclusive, but PACKAGECONFIG doesn't seem to handle that > yet, so use this slightly ugly construct. Ugly construct but what else can we do apart from ask upstream. Signed-off-by: Ross Burton Ross _

[OE-core] [PATCH] bitbake.conf: Don't add ${PN} to RRECOMMENDS_${PN}-dbg

2013-04-25 Thread Phil Blundell
This recommendation is of no obvious value and causes unexpected behaviour when using IMAGE_FEATURES += "dbg-pkgs". Signed-off-by: Phil Blundell --- meta/conf/bitbake.conf |1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c0efdee..bc2b071

[OE-core] [PATCH v2] gst-plugins-gl: make it work for both openGL and openGL ESv2

2013-04-25 Thread Koen Kooi
Those are mutually exclusive, but PACKAGECONFIG doesn't seem to handle that yet, so use this slightly ugly construct. Tested on FRI2/angstrom and Minnowboard/angstrom. 'glimagesink' and 'glupload' work, but anything else (filters, gldownload) will throw an FBO error. This is most likely a probl

Re: [OE-core] [PATCH] gst-plugins-gl: make it work for both openGL and openGL ESv2

2013-04-25 Thread Koen Kooi
Op 25 apr. 2013, om 12:12 heeft "Burton, Ross" het volgende geschreven: > On 25 April 2013 10:32, Koen Kooi wrote: >> -DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg" >> +DEPENDS += "gst-plugins-base" > > This "jpeg" dependency disappeared, was this intentional? AArgh! no! _

[OE-core] [PATCH] qemuimage-testlib-pythonhelper: Make the process detection more strict

2013-04-25 Thread Richard Purdie
Old versions of ldd (2.11) as run on some of the autobuilders end up running commands like "LD_ qemu-system-xxx" which this process detection code would pick up and result in the wrong PID for qemu. This changes the code to check for "192.168" in the command so we know we're getting the correc

Re: [OE-core] [PATCH] gst-plugins-gl: make it work for both openGL and openGL ESv2

2013-04-25 Thread Burton, Ross
On 25 April 2013 10:32, Koen Kooi wrote: > -DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg" > +DEPENDS += "gst-plugins-base" This "jpeg" dependency disappeared, was this intentional? Ross ___ Openembedded-core mailing list Openembedded

Re: [OE-core] [PATCH 1/1] systemd: fix do_compile failed in parallel builds with system's make 3.28

2013-04-25 Thread Burton, Ross
On 25 April 2013 09:16, Hongxu Jia wrote: > 3, Add `make-native' to systemd's `DEPENDS' to use Yocto's make rather > than system's to compile systemd. NACK. Installing make-native during a build will lead to races over the make binary, causing strange and non-obvious build failures. A unpatched

Re: [OE-core] [PATCH] connman: update to 1.13

2013-04-25 Thread Guo Chunrong-B40290
Hello, I can find a reference to TCGETS2 in my sysroot The following information: p5020ds-64b/usr/include/asm-generic/ioctls.h:60:#define TCGETS2 _IOR('T', 0x2A, struct termios2) p5020ds-64b/usr/src/kernel/include/asm-generic/termios.h:114:#ifdef TCGETS2 p5020ds-64b/usr/src/kernel/include

[OE-core] [PATCH] gst-plugins-gl: make it work for both openGL and openGL ESv2

2013-04-25 Thread Koen Kooi
Those are mutually exclusive, but PACKAGECONFIG doesn't seem to handle that yet, so use this slightly ugly construct. Tested on FRI2/angstrom and Minnowboard/angstrom. 'glimagesink' and 'glupload' work, but anything else (filters, gldownload) will throw an FBO error. This is most likely a probl

Re: [OE-core] [PATCH] connman: update to 1.13

2013-04-25 Thread Jack Mitchell
Interesting, could you check the following for me please: 1) p5020ds-64b/usr/include/sys/ioctls.h and see if it includes bits/ioctl-types.h 2) p5020ds-64b/usr/include/bits/ioctl-types.h and see if it includes asm/ioctls.h 3) p5020ds-64b/usr/include/asm/ioctls.h and see if it includes includes

Re: [OE-core] [PATCH] connman: update to 1.13

2013-04-25 Thread Jack Mitchell
On 25/04/13 09:36, Jack Mitchell wrote: On 25/04/13 03:13, Guo Chunrong-B40290 wrote: Hello, I build connman with toolchain(64bit). [snip] Looks like one for upstream, I'll chase it up. Cheers, Jack. Could you do me a favour and see if you can find a reference to TCGETS2 in your sysro

Re: [OE-core] [PATCH] connman: update to 1.13

2013-04-25 Thread Jack Mitchell
On 25/04/13 03:13, Guo Chunrong-B40290 wrote: Hello, I build connman with toolchain(64bit). The following error: | powerpc64-poky-linux-gcc -mhard-float -m64 -mcpu=e5500 --sysroot=/local/home/b19537/gcr/opensource/poky/buildmaster/tmp/sysroots/p5020ds-64b -DHAVE_CONFIG_H -I. -I./include -I

[OE-core] [PATCH 1/1] systemd: fix do_compile failed in parallel builds with system's make 3.28

2013-04-25 Thread Hongxu Jia
The error log: ... ./x86_64-poky-linux-libtool --mode=execute x86_64-poky-linux-objcopy -O binary -j introspect.Target systemd org.freedesktop.systemd1.Target.xml.tmp && \ x86_64-poky-linux-strings org.freedesktop.systemd1.Target.xml.tmp | gawk -f /buildarea2/hongxujia/build-20130417-sys

[OE-core] [PATCH 0/1]fix do_compile failed in parallel builds with system's make 3.28

2013-04-25 Thread Hongxu Jia
The following changes since commit 90b98764555945a186562ca8d501a9585ce2b23f: build-appliance: Update revision to dylan release (2013-04-18 00:39:52 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-systemd http://git.pokylinux.org/cgit.cgi/poky-

Re: [OE-core] Problems with PACKAGE_CLASSES = "package_tar"

2013-04-25 Thread Lewis, Nick
>With 1.3 (danny)? These should be fixed in 1.4 (dyland) and master... Yes danny. Will the fix be backported or is tar packaging considered to be unsupported in danny? -- Nick The details of this company are as follows: G4S Technology Limited, Registered Office: Challenge House, International D