Re: [OE-core] [PATCH] dmidecode: fix fetch path to use BP

2013-05-03 Thread Darren Hart
On 05/03/2013 04:06 PM, Saul Wold wrote: > This is so the multilib prefix is not used Thanks for catching that Saul. How do we know when to use P and when to use BP? Where should this be documented? Maybe in the dev manual for writing new recipes? -- Darren > Signed-off-by: Saul Wold > --- >

[OE-core] [PATCH v5] syslinux: Update to 4.06

2013-05-03 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. INCDIR isn't used by the build process during compilation which results in the compiler not finding uuid/uuid.h from util-linux when compiling

[OE-core] [PATCH v4] syslinux: Update to 4.06

2013-05-03 Thread Jonathan Liu
Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. INCDIR isn't used by the build process during compilation which results in the compiler not finding uuid/uuid.h from util-linux when compiling

Re: [OE-core] Custom tasks not running when dependency changes version

2013-05-03 Thread Daniel Lazzari
> -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Friday, May 03, 2013 8:26 AM > To: Daniel Lazzari > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Custom tasks not running when dependency changes > version > > On Sun, 2

[OE-core] [PATCH] dmidecode: fix fetch path to use BP

2013-05-03 Thread Saul Wold
This is so the multilib prefix is not used Signed-off-by: Saul Wold --- meta/recipes-devtools/dmidecode/dmidecode_2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb ind

Re: [OE-core] [PATCH v3] syslinux: Update to 4.06

2013-05-03 Thread Saul Wold
On 04/30/2013 05:48 PM, Jonathan Liu wrote: Patches are now part of upstream or no longer needed. Added new util-linux dependency for isohybrid. Paths updated to reflect directory structure changes. There still seems to be an issue with build the syslinux-native version, the Makefile for isoh

[OE-core] [PATCH 2/2] packagegroup-core-x11-sato: Add udev-extraconf to maintain compatibility

2013-05-03 Thread Saul Wold
Since we have removed udev-extraconf as a RRECOMMENDS in udev add it back here to maintain compatibility Signed-off-by: Saul Wold --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-sato/packagegroups/packagegroup-cor

[OE-core] [PATCH 0/2] udev-extraconf for packagegroups

2013-05-03 Thread Saul Wold
Given the update from Phil for removing udev-extraconf from the RRECOMMENDS, this adds it back to the appropriate packagegroups Sau! Saul Wold (2): packagegroup-core-lsb: Add udev-extraconf for LSB compatibility packagegroup-core-x11-sato: Add udev-extraconf to maintain compatibility me

[OE-core] [PATCH 1/2] packagegroup-core-lsb: Add udev-extraconf for LSB compatibility

2013-05-03 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index cf04f0f..ed854b8 100644

[OE-core] [PATCH] binutils: backport whitespace fix

2013-05-03 Thread Saul Wold
This is a backport of a whitespace skipping issue: PR14987 and PR14887 Signed-off-by: Saul Wold --- meta/recipes-devtools/binutils/binutils-2.23.2.inc |1 + .../binutils-fix-skip-whitespace-pr14887.patch | 50 2 files changed, 51 insertions(+) create mode 100644

Re: [OE-core] [PATCH] archive-*-source.bbclass: have do_dumpdata_create_diff_gz task run before do_rootfs

2013-05-03 Thread Kevin Strasser
Hi Laurentiu, On Fri, May 03, 2013 at 12:01:04PM +0300, Laurentiu Palcu wrote: > do_rootfs[cleandirs] contains ${S} and, if do_rootfs task starts before > the do_dumpdata_create_diff_gz is finished, an error will occur in the > process because the directory will be removed while still needed by th

Re: [OE-core] [PATCH] dpkg: Ensure target packages don't reference perlnative

2013-05-03 Thread Richard Purdie
On Tue, 2013-04-30 at 14:02 +0100, Paul Barker wrote: > On 30 April 2013 13:41, Richard Purdie > wrote: > > Currently a load of scripts in ${bindir} start with: > > > > which is undesireable, this patch fixes that. > > > > Signed-off-by: Richard Purdie > > Missing a line in the commit message?

Re: [OE-core] [PATCH v2 2/3] neard: Use SRCREV instead of SRCPV

2013-05-03 Thread Richard Purdie
On Thu, 2013-05-02 at 18:46 +0200, Martin Jansa wrote: > On Thu, May 02, 2013 at 05:11:28PM +0100, Burton, Ross wrote: > > On 2 May 2013 16:39, Martin Jansa wrote: > > >> -PV = "0.10+git${SRCPV}" > > >> +PV = "0.10+git${SRCREV}" > > > > As the git revision is the 0.10 tag, wouldn't it be clearer

Re: [OE-core] [PATCH] neard: Split recipe to two parts

2013-05-03 Thread Richard Purdie
On Thu, 2013-05-02 at 17:20 +0300, Jukka Rissanen wrote: > This way it is easier to override settings if needed. > > Signed-off-by: Jukka Rissanen This doesn't just split the recipe, it changes PV to use SRCREV instead of SRCPV. That is plain wrong, it needs to use SRCPV if anything at all (we c

Re: [OE-core] Custom tasks not running when dependency changes version

2013-05-03 Thread Richard Purdie
On Sun, 2013-04-28 at 01:14 +, Daniel Lazzari wrote: > I've got a weird issue that I just can't seem to figure out and need some > help on. In our custom layer we have a bbclass that has 2 custom tasks, like > so: > > addtask complete_metadata after do_package before do_package_write > addta

Re: [OE-core] [oe] State of bitbake world

2013-05-03 Thread Stefan Herbrechtsmeier
Am 02.05.2013 17:18, schrieb Martin Jansa: On Sat, Apr 27, 2013 at 12:54:00PM +0200, Martin Jansa wrote: Updated status, but only change IIRC is fixed php, tbb, android-audiosystem and partially fixed llvm2.9 (I'm testing patch to fix build on qemuarm again) qemuarm Summary: 19 tasks failed: ht

Re: [OE-core] [PATCH] package.bbclass: Remove redundant chmod/chown operations

2013-05-03 Thread Phil Blundell
On Thu, 2013-05-02 at 08:41 -0500, Mark Hatle wrote: > On 5/2/13 8:20 AM, Phil Blundell wrote: > > These were introduced in 6021e309e69d823e1467648aee12a32182945569. The > > code currently reads: > > > > os.link(file, fpath) > > fstat = cpath.stat(file) > >

[OE-core] [PATCH] path.py: Deal with race issue

2013-05-03 Thread Richard Purdie
The change to use copyhardlinktree in some of the sstate code instead of copytree exposed a race condition. This is due to cp failing if it finds a directory doesn't exist yet some other process creates it while cp was trying to create it itself. tar doesn't error in this case. To fix this we need

[OE-core] [PATCH] classes/image: allow complementary package globs to be extended

2013-05-03 Thread Paul Eggleton
Make it easy for the wildcard specifications for complementary package features to be extended outside of image.bbclass. For example, to add a new "foo-pkgs" item that could be added to IMAGE_FEATURES that would cause *-foo packages to be installed for all packages currently in the image, you can n

[OE-core] [PATCH v2] image.bbclass: Don't mark do_rootfs and do_build as nostamp

2013-05-03 Thread Phil Blundell
When image.bbclass was first conceived (as rootfs_ipk.bbclass), oemake was unable to figure out when the inputs to do_rootfs had changed in such a way that it would need to be rerun. Absent any reliable information of this kind, it was necessary to adopt the conservative assumption that images alw

[OE-core] [Patch v3] image_types: fix default location of kernel when generating elf images

2013-05-03 Thread Tomas Frydrych
From: Tomas Frydrych Generation of elf images fails because kernel images are no longer staged under ${STAGING_DIR_HOST}/kernel, but rather ${STAGING_DIR_HOST}/usr/src/kernel. This patch fixes the path to point to the correct location. Signed-off-by: Tomas Frydrych --- meta/classes/image_types

Re: [OE-core] [PATCH] image_types: fix default location of kernel when generating elf images

2013-05-03 Thread Tomas Frydrych
On 03/05/13 12:50, Richard Purdie wrote: > On Wed, 2013-05-01 at 21:51 +0100, Tomas Frydrych wrote: >> On 01/05/13 21:29, Darren Hart wrote: >>> >>> >>> On 05/01/2013 01:24 PM, tf+lists.yo...@r-finger.com wrote: From: Tomas Frydrych The kernel is now located in DEPLOY_DIR_IMAGE rath

Re: [OE-core] [PATCH] image_types: fix default location of kernel when generating elf images

2013-05-03 Thread Richard Purdie
On Wed, 2013-05-01 at 21:51 +0100, Tomas Frydrych wrote: > On 01/05/13 21:29, Darren Hart wrote: > > > > > > On 05/01/2013 01:24 PM, tf+lists.yo...@r-finger.com wrote: > >> From: Tomas Frydrych > >> > >> The kernel is now located in DEPLOY_DIR_IMAGE rather than sysroot. > >> > >> Signed-off-by:

[OE-core] [Patch v2] image_types: fix default location of kernel when generating elf images

2013-05-03 Thread tf+lists . yocto
From: Tomas Frydrych The kernel image is no longer staged into sysroot, so building of elf images fails due to the kernel not being found. Thi commit fixes this by locating the appropriate (i.e., machine-specific) kernel in the DEPLOY_DIR_IMAGE directory instead. Signed-off-by: Tomas Frydrych

Re: [OE-core] libexecdir and multilib

2013-05-03 Thread Burton, Ross
On 2 May 2013 19:07, Mark Hatle wrote: > Just because we're using RPM doesn't mean we have to follow Fedora. There > are a lot of things that Fedora does wrong (and right) IMHO. Same with > Debian and others. We need to make sure we do appropriate choices based on > the users of OE-Core. These

Re: [OE-core] [PATCH/v2 3/3] core-image-sato: add udev-extraconf

2013-05-03 Thread Burton, Ross
On 2 May 2013 19:16, Saul Wold wrote: > After looking at this again, I think it might be more complex, do we want > the extraconf files unconditionally in for both sysvinit and systemd? Where we want udev-extraconf, we don't care if the init manager is sysvinit or systemd as they both use udev (j

Re: [OE-core] [PATCH v3] guile: Update to 2.0.9

2013-05-03 Thread Burton, Ross
On 2 May 2013 21:43, Jonathan Liu wrote: > fix_parallel_build_issue.patch is now part of upstream. > > Signed-off-by: Jonathan Liu Signed-off-by: Ross Burton Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lis

[OE-core] [PATCH] archive-*-source.bbclass: have do_dumpdata_create_diff_gz task run before do_rootfs

2013-05-03 Thread Laurentiu Palcu
do_rootfs[cleandirs] contains ${S} and, if do_rootfs task starts before the do_dumpdata_create_diff_gz is finished, an error will occur in the process because the directory will be removed while still needed by the create_diff_gz() function. This patch will force the do_dumpdata_create_diff_gz tas

Re: [OE-core] State of bitbake world

2013-05-03 Thread Andreas Müller
On Fri, May 3, 2013 at 9:23 AM, Andreas Müller wrote: > On Thu, May 2, 2013 at 5:18 PM, Martin Jansa wrote: >> On Sat, Apr 27, 2013 at 12:54:00PM +0200, Martin Jansa wrote: >>> Updated status, but only change IIRC is fixed php, tbb, >>> android-audiosystem and partially fixed llvm2.9 (I'm testing

Re: [OE-core] State of bitbake world

2013-05-03 Thread Andreas Müller
On Thu, May 2, 2013 at 5:18 PM, Martin Jansa wrote: > On Sat, Apr 27, 2013 at 12:54:00PM +0200, Martin Jansa wrote: >> Updated status, but only change IIRC is fixed php, tbb, >> android-audiosystem and partially fixed llvm2.9 (I'm testing patch to >> fix build on qemuarm again) >> >> qemuarm Summa