Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Bernhard Reutner-Fischer
On 22 March 2013 00:21:52 Richard Purdie wrote: On Thu, 2013-03-21 at 23:54 +0100, Bernhard Reutner-Fischer wrote: > On 21 March 2013 16:55:14 Richard Purdie > wrote: > > Going forward its going to be useful to separate build data from source data > > in those autotooled projects which suppor

[OE-core] [PATCH] dbus: remove uneeded RDEPENDS on ptest

2013-03-21 Thread Saul Wold
This solves a multiple provider issue along with a build failure with ptest enabled Signed-off-by: Saul Wold --- meta/recipes-core/dbus/dbus.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index abc..a1b56a5 100644 -

Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Richard Purdie
On Thu, 2013-03-21 at 23:54 +0100, Bernhard Reutner-Fischer wrote: > On 21 March 2013 16:55:14 Richard Purdie > wrote: > > Going forward its going to be useful to separate build data from source data > > in those autotooled projects which support it. Unfortunately there is a lot > > of breakage s

Re: [OE-core] [PATCH 1/2] kernel.bbclass: do_sizecheck: update path to build image

2013-03-21 Thread Michel Thebeau
On 13-03-20 11:30 AM, michel.theb...@windriver.com wrote: > From: Michel Thebeau > > KERNEL_OUTPUT is a path relative to ${B}, and resolves to a soft > link to ${B}/${KERNEL_IMAGETYPE}. When do_sizecheck runs it > does not find the file, and does not fail. > > So check the size of ${B}/${KERN

Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Bernhard Reutner-Fischer
On 21 March 2013 16:55:14 Richard Purdie wrote: Going forward its going to be useful to separate build data from source data in those autotooled projects which support it. Unfortunately there is a lot of breakage so for now, this starts the creation of an opt in list which we can iterate over en

Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Richard Purdie
On Thu, 2013-03-21 at 11:30 -0700, Chris Larson wrote: > Out of curiosity, what's with the pn-pn- overrides? Erm, yes. I suspect a search and replace gone wrong. I'll fix that and retest. Been staring at failures for too long... Cheers, Richard __

Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Richard Purdie
On Thu, 2013-03-21 at 21:50 +0100, Martin Jansa wrote: > On Thu, Mar 21, 2013 at 03:55:14PM +, Richard Purdie wrote: > > Going forward its going to be useful to separate build data from source data > > in those autotooled projects which support it. Unfortunately there is a lot > > of breakage s

Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Martin Jansa
On Thu, Mar 21, 2013 at 03:55:14PM +, Richard Purdie wrote: > Going forward its going to be useful to separate build data from source data > in those autotooled projects which support it. Unfortunately there is a lot > of breakage so for now, this starts the creation of an opt in list which > w

Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Chris Larson
Out of curiosity, what's with the pn-pn- overrides? -- Christopher Larson ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] busybox: fix FILES_${PN}-syslog assignment

2013-03-21 Thread Khem Raj
On Mar 21, 2013, at 3:55 AM, "Burton, Ross" wrote: > On 20 March 2013 21:59, Andreas Oberritter wrote: >> This variable was assigned twice. >> >> Signed-off-by: Andreas Oberritter > > Squashed into my pending systemd branch, thanks Andreas. > Ross, I have 198 update pactch in branch here

Re: [OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Richard Purdie
On Thu, 2013-03-21 at 15:55 +, Richard Purdie wrote: > Going forward its going to be useful to separate build data from source data > in those autotooled projects which support it. Unfortunately there is a lot > of breakage so for now, this starts the creation of an opt in list which > we can i

Re: [OE-core] [PATCH 01/16] libuser: Fix case where ${B} != ${S}

2013-03-21 Thread Burton, Ross
On 21 March 2013 15:55, Richard Purdie wrote: > Fix out of tree builds and a parallel make race, see the patch header > for details. As there's no cover letter, I'll reply to this. From a reading of the patches (no build testing) it looks good, so Acked-by: Ross Burton . Ross _

[OE-core] [PATCH 01/16] libuser: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Fix out of tree builds and a parallel make race, see the patch header for details. Signed-off-by: Richard Purdie --- .../libuser/libuser/fixsepbuild.patch | 26 meta/recipes-extended/libuser/libuser_0.58.bb |3 ++- 2 files changed, 28 insertions(+), 1

[OE-core] [PATCH 07/16] python-pygtk: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Fix out of tree builds by adding missing path component. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-pygtk_2.24.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-pygtk_2.24.0.bb b/meta/recipes-devtools/pytho

[OE-core] [PATCH 03/16] watchdog: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../watchdog/files/fixsepbuild.patch | 27 meta/recipes-extended/watchdog/watchdog_5.13.bb|1 + 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-extended/watchdog/files/fixsepbuild.patch diff --git a

[OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

2013-03-21 Thread Richard Purdie
Going forward its going to be useful to separate build data from source data in those autotooled projects which support it. Unfortunately there is a lot of breakage so for now, this starts the creation of an opt in list which we can iterate over enable more recipes over time. Signed-off-by: Richar

[OE-core] [PATCH 04/16] texinfo: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
The install function needs to reference generated files in ${B}. Signed-off-by: Richard Purdie --- meta/recipes-extended/texinfo/texinfo_4.13a.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo

[OE-core] [PATCH 02/16] pam: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-extended/pam/libpam/fixsepbuild.patch | 24 meta/recipes-extended/pam/libpam_1.1.6.bb |1 + 2 files changed, 25 insertions(+) create mode 100644 meta/recipes-extended/pam/libpam/fixsepbuild.patch diff --git a/met

[OE-core] [PATCH 14/16] dhcp: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Add patch to allow out of tree builds to work. Signed-off-by: Richard Purdie --- .../dhcp/dhcp-4.2.5/fixsepbuild.patch | 90 meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb |1 + 2 files changed, 91 insertions(+) create mode 100644 meta/recipes-connect

[OE-core] [PATCH 16/16] scripts/qemu-testlib: Add more debugging information

2013-03-21 Thread Richard Purdie
This extra information should allow better forensics if the sanity tests fail as they're currently doing occasionaly on the autobuilder for unknown reasons. The patch also tightens up certain checks to remove pointless noise and error output from the logs. Signed-off-by: Richard Purdie --- scri

[OE-core] [PATCH 08/16] rpm: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
We need to run sutogen.sh in the correct directory (${S}). Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 628677

[OE-core] [PATCH 13/16] directfb: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Add patch to allow out of tree builds to work. Signed-off-by: Richard Purdie --- .../directfb/directfb/fixsepbuild.patch | 19 +++ meta/recipes-graphics/directfb/directfb_1.6.1.bb|3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 me

[OE-core] [PATCH 12/16] mtdev: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Add patch to allow out of tree builds to work. Signed-off-by: Richard Purdie --- .../wayland/mtdev/fixsepbuild.patch| 24 meta/recipes-graphics/wayland/mtdev_1.1.2.bb |3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 met

[OE-core] [PATCH 05/16] xinted: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
do_install needs to reference files in ${B} and we need to run do_configuze in ${S}. Signed-off-by: Richard Purdie --- meta/recipes-extended/xinetd/xinetd_2.3.15.bb |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/

[OE-core] [PATCH 10/16] lzop: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Remove path assumptions and ensure out of tree builds work. Signed-off-by: Richard Purdie --- meta/recipes-support/lzop/lzop_1.03.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/lzop/lzop_1.03.bb b/meta/recipes-support/lzop/lzop_1.03.bb index 63a2a

[OE-core] [PATCH 11/16] pth: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Ensure the autotools commands are executed in ${S} to allow out of tree builds to work. Signed-off-by: Richard Purdie --- meta/recipes-support/pth/pth_2.0.7.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support

[OE-core] [PATCH 09/16] pm-utils: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Change to the correct directory to execute gnu-configize. Signed-off-by: Richard Purdie --- meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.b

[OE-core] [PATCH 06/16] dpkg: Fix case where ${B} != ${S}

2013-03-21 Thread Richard Purdie
Add missing path component to make out of tree builds work. Signed-off-by: Richard Purdie --- meta/recipes-devtools/dpkg/dpkg.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index cdecd19..6bb1e

[OE-core] [PATCH] perl: avoid splitting out .debug directories as packages

2013-03-21 Thread Paul Eggleton
The recursive parameter is set to True, the regex for the first call to do_split_packages matches any path under ${libdir}/perl/${PV}/auto/, and the .debug directories contain .so files, so each one was getting picked up as a package. Change the regex to disallow dots in the path beneath auto/ and

Re: [OE-core] [PATCH] linux-firmware: Package boardcom firmwares

2013-03-21 Thread Otavio Salvador
On Wed, Mar 20, 2013 at 7:31 PM, Paul Eggleton wrote: > On Wednesday 20 March 2013 19:01:44 Otavio Salvador wrote: >> Adds specific packages for bcm4329, bcm4330 and bcm4334, including >> handling of symbolic link for the needed firmware filename. >> >> Signed-off-by: Otavio Salvador > > s/boardc

[OE-core] [PATCH] ptest bugfix: Make all ptest files go into -ptest package

2013-03-21 Thread Björn Stenberg
Move ${PN}-ptest to start of PACKAGES to ensure all ptest files are packaged in the -ptest package. Add QA exclusions to insane.bbclass to ensure -ptest packages can contain any files they need. This patch fixes bug #4069. Signed-off-by: Björn Stenberg --- meta/classes/insane.bbclass |6 ++

Re: [OE-core] [oe-core] rpm: fix probably redundant RPATH issue

2013-03-21 Thread Luo Zhenhua-B19537
The issue can be reproduced with FSL toolchain which has not been published yet. I am not sure if the issue can be reproduced with Yocto default toolchain. Best Regards, Zhenhua > -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Thursday

Re: [OE-core] [PATCH] busybox: fix FILES_${PN}-syslog assignment

2013-03-21 Thread Burton, Ross
On 20 March 2013 21:59, Andreas Oberritter wrote: > This variable was assigned twice. > > Signed-off-by: Andreas Oberritter Squashed into my pending systemd branch, thanks Andreas. Ross ___ Openembedded-core mailing list Openembedded-core@lists.opene

Re: [OE-core] [oe-core] rpm: fix probably redundant RPATH issue

2013-03-21 Thread Richard Purdie
On Thu, 2013-03-21 at 15:00 +0800, Zhenhua Luo wrote: > Clear the rpath define to fix below build issue: > ERROR: QA Issue: rpm-build: > /work/ppce500mc-fsl_networking-linux/rpm/5.4.9-r61/packages-split/rpm-build/usr/lib/rpm/bin/sqlite3 > contains probably-redundant RPATH /usr/lib/../lib > ERROR:

[OE-core] [PATCH] consolekit: don't inherit gnome

2013-03-21 Thread Ross Burton
By inheriting gnome this package was build-depending on gtk-update-icon-cache-native, gconf, gconf-native, shared-mime-info and hicolor-icon-theme for no reason. Change this to inherit autotools pkgconfig to reduce the build-dependencies. Also, add a missing dbus-glib build-dependency that was pr

[OE-core] [oe-core] rpm: fix probably redundant RPATH issue

2013-03-21 Thread Zhenhua Luo
Clear the rpath define to fix below build issue: ERROR: QA Issue: rpm-build: /work/ppce500mc-fsl_networking-linux/rpm/5.4.9-r61/packages-split/rpm-build/usr/lib/rpm/bin/sqlite3 contains probably-redundant RPATH /usr/lib/../lib ERROR: QA Issue: rpm-build: /work/ppce500mc-fsl_networking-linux/rpm/