[OE-core] [PATCH 07/10] gcc: remove the 64bithack patch

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble and bump PR Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gcc/gcc-4.6.inc |3 +- meta/recipes-devtools/gcc/gcc-4.6/64bithack.patch | 68 - 2 files changed, 1 insertions(+), 70 deletions(-) delete mode 100644 meta/recipes-dev

[OE-core] [PATCH 08/10] target gcc: gcc-multilib-setup

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble add a task to setup multilib configuration for target gcc. now the multilib setup file is tweeked as needed. Signed-off-by: Nitin A Kamble gcc-multilib-config.inc: tail Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gcc/gcc-configure-common.inc |2 +- meta

[OE-core] [PATCH 09/10] libgcc_4.6.bb: Complete quote in definition of FILES_libgcov-dev

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gcc/libgcc_4.6.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index 01a3b57..076cf37 100644 --- a/meta/re

[OE-core] [PATCH 10/10] libgcc: get the gcc header files working

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gcc/libgcc_4.6.bb | 53 +++ 1 files changed, 53 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index 076cf37

[OE-core] [PATCH 05/10] arch-powerpc*.inc: rearrange for gcc-multilib

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble make tune_feature names ppc specific no functional change here this helps gcc multilib code get tune parameter for any tune. Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/powerpc/arch-powerpc.inc | 24 ++- .../machine/include/powerpc/arch-

[OE-core] [PATCH 06/10] arch-powerpc*.inc: rearrange TUNE_ARCH definition

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble This helps gcc mutlilib code find definitions used by various tunes Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/powerpc/arch-powerpc.inc |3 ++- .../machine/include/powerpc/arch-powerpc64.inc |3 ++- 2 files changed, 4 insertions(+), 2 deletions

[OE-core] [PATCH 04/10] arch-mips.inc: define TUNE_FEATURE_ARCH vars for multilib tunes

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/mips/arch-mips.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/conf/machine/include/mips/arch-mips.inc b/meta/conf/machine/include/mips/arch-mips.inc index b674d66..f081cd8 1006

[OE-core] [PATCH 00/10] Enable multilib for target gcc

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble These commits enable the target gcc for multilib compilation. The tune file definitions are rearranged for easy parsing by multilib code. Multilib setup code is added for target gcc recipe. This code looks at the multilib configuration defined in local.conf and generates mu

[OE-core] [PATCH 03/10] arch-mips.inc: rearrange for gcc-multilib

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble make tune feature names mips specific no functional changes here Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/mips/arch-mips.inc | 65 + 1 files changed, 34 insertions(+), 31 deletions(-) diff --git a/meta/conf/machine/include/mips

[OE-core] [PATCH 01/10] arch-ia32: rearrange tune configuration

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble This makes tune names arch specific. there is no functional change here. This is done for multilib enabling of gcc recipe. Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/ia32/arch-ia32.inc | 45 ++ 1 files changed, 24 insertions(+),

[OE-core] [PATCH 02/10] arch-ia32.inc: restructure TUNE_ARCH definition

2012-02-21 Thread nitin . a . kamble
From: Nitin A Kamble So that multilib code can find out TUNE_ARCH for any tune. Signed-off-by: Nitin A Kamble --- meta/conf/machine/include/ia32/arch-ia32.inc | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/meta/conf/machine/include/ia32/arch-ia32.inc b/meta

[OE-core] [PATCH 3/3] vte: fix scroll issue

2012-02-21 Thread edwin . zhai
From: Zhai Edwin On qemu x86-64, scrollbar in vte got broken with one commit to change the way of emiting "changed" signal. This patch revert it as work around. [YOCTO #1906] got fixed. Signed-off-by: Zhai Edwin --- meta/recipes-support/vte/vte.inc |3 +- meta/recipes-supp

[OE-core] [PATCH 2/3] texi2html: Fix for multilib

2012-02-21 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-extended/texi2html/texi2html_5.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/meta/recipes-extended/texi2html/texi2html_5.0.bb index 068f8bc..02f3fe1 1

[OE-core] [PATCH 0/3] Fixes for multilib

2012-02-21 Thread edwin . zhai
From: Zhai Edwin All, These are fixes for multilib, and [Yocto 1906]. Pls. help to pull. Thanks, Edwin The following changes since commit 41a83ccfe50ec69425a4828fb5836d38d3f99e67: guile: fix cross configure failure (2012-02-10 17:01:42 +) are available in the git repository at: git:/

[OE-core] [PATCH 1/3] quicky: Fix for multilib

2012-02-21 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-qt/qt-apps/quicky_0.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-qt/qt-apps/quicky_0.4.bb b/meta/recipes-qt/qt-apps/quicky_0.4.bb index 20c04f8..73d3e99 100644 --- a/meta/recipes-qt/qt-ap

[OE-core] [PATCH 0/3] Fix overriding PACKAGE_ARCH for MACHINE specific SRC_URI [v2]

2012-02-21 Thread Joshua Lock
This series includes a fix for base.bbclass so that PACKAGE_ARCH is correctly set to MACHINE_ARCH for all recipes which include a MACHINE OVERRIDE in SRC_URI. Cheers, Joshua The following changes since commit d4ffe12ca36bf10be4e0f9565d7c3d8e6f4a265a: iputils: Add base_libdir to VPATH in order

[OE-core] [PATCH 3/3] netbase: remove redundant assignments

2012-02-21 Thread Joshua Lock
There's no need to explicitly set PACKAGE_ARCH = MACHINE_ARCH, base.bbclass takes care of setting this value for us based on the interfaces for those machines being an OVERRIDE. Signed-off-by: Joshua Lock --- meta/recipes-core/netbase/netbase_4.47.bb |4 1 files changed, 0 insertions(+)

[OE-core] [PATCH 2/3] external-csl-toolchain: skip parsing if CSL_VER_MAIN isn't set

2012-02-21 Thread Joshua Lock
Signed-off-by: Joshua Lock --- meta/recipes-core/meta/external-csl-toolchain.bb |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/meta/external-csl-toolchain.bb b/meta/recipes-core/meta/external-csl-toolchain.bb index d15578b..07c3e30 100644 --- a/

[OE-core] [PATCH 1/3] base.bbclass: check all entries of FILESPATH for MACHINE overrides

2012-02-21 Thread Joshua Lock
The logic which looks for MACHINE overrides in SRC_URI and updates PACKAGE_ARCH was checking only certain subdirectories of the recipes parent which, amongst other issues, doesn't account for SRC_URI overrides in layers. This patch changes the logic such that all FILESPATH entries are checked for

[OE-core] Cannot satisfy the following dependencies for task-core-basic: libusb-compat (>= 0.1.3)

2012-02-21 Thread Brandon Stafford
Hi all, In trying to build core-image-basic, it seems that libusb-compat cannot be found: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-core-basic: | * libusb-compat (>= 0.1.3) * | * opkg_install_cmd: Cannot install package task-core-basic

Re: [OE-core] [PATCH 12/20] zlib: Upgrade 1.2.5 -> 1.2.6

2012-02-21 Thread Richard Purdie
On Mon, 2012-02-13 at 15:39 +, Phil Blundell wrote: > On Mon, 2012-02-13 at 05:23 -0800, Steve Sakoman wrote: > > We need to find a way to prevent or warn of disruptive changes like > > this zlib patch. > > Aren't these sorts of things meant to get tested on the Yocto > autobuilder before bein

[OE-core] [PATCH v2 1/1] openssl: Move libcrypto to base_libdir

2012-02-21 Thread Andrei Gherzan
This fix is for dhclient. It needs libcrypto at runtime and if libcrypto is in libdir, it's path can be inaccessible on systems where /usr is on nfs for example or dhclient is needed before /usr is mounted. Signed-off-by: Andrei Gherzan --- meta/recipes-connectivity/openssl/openssl.inc |

[OE-core] [Changes][PATCH v2 1/1] openssl: Move libcrypto to base_libdir

2012-02-21 Thread Andrei Gherzan
Remove .patch file. It was actually the whole git patch included. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] libxml2: add missing dependency on binutils

2012-02-21 Thread Phil Blundell
On Tue, 2012-02-21 at 23:48 +0100, Martin Jansa wrote: > On Tue, Feb 21, 2012 at 02:26:49PM -0800, Steve Sakoman wrote: > > I'll try a clean build to see if the problem persists. The libz > > change from last week seems to have put my builds in a bad state, and > > the PR bumps intended to fix thi

Re: [OE-core] [PATCH 12/20] zlib: Upgrade 1.2.5 -> 1.2.6

2012-02-21 Thread Richard Purdie
On Mon, 2012-02-13 at 05:23 -0800, Steve Sakoman wrote: > Indeed! I gave up on trying to determine an exhaustive list and just > blew away tmp and sstate and rebuilt everything -- including package > repositories :-( > > We need to find a way to prevent or warn of disruptive changes like > this z

Re: [OE-core] [PATCH] libxml2: add missing dependency on binutils

2012-02-21 Thread Khem Raj
On Tue, Feb 21, 2012 at 1:52 PM, Richard Purdie wrote: > On Tue, 2012-02-21 at 11:07 -0800, Steve Sakoman wrote: >> Otherwise build fails with following error: >> >> | In file included from libxml.h:36:0, >> |                  from xmlmemory.c:8: >> | ./include/libxml/xmlversion.h:396:22: fatal er

Re: [OE-core] Heads up: basichash being enabled for poky by default

2012-02-21 Thread Richard Purdie
On Tue, 2012-02-21 at 15:34 -0700, Gary Thomas wrote: > On 2012-02-21 15:03, Richard Purdie wrote: > > If you're not ready for the change, you can still set: > > > > BB_SIGNATURE_HANDLER = 'OEBasic' > > > > to get the existing behaviour either at a local or distro level. The > > difference is one w

Re: [OE-core] [PATCH] openssl: Move libcrypto to base_libdir

2012-02-21 Thread Andrei Gherzan
On Wed, Feb 22, 2012 at 00:40, Phil Blundell wrote: > On Tue, 2012-02-21 at 14:24 -0800, Saul Wold wrote: > > On 02/10/2012 08:01 AM, Andrei Gherzan wrote: > > > This fix is for dhclient. It needs libcrypto at runtime and if > > > libcrypto is in libdir, it's path can be inaccessible on systems >

Re: [OE-core] [PATCH] libxml2: add missing dependency on binutils

2012-02-21 Thread Martin Jansa
On Tue, Feb 21, 2012 at 02:26:49PM -0800, Steve Sakoman wrote: > On Tue, Feb 21, 2012 at 1:52 PM, Richard Purdie > wrote: > > On Tue, 2012-02-21 at 11:07 -0800, Steve Sakoman wrote: > >> Otherwise build fails with following error: > >> > >> | In file included from libxml.h:36:0, > >> |            

Re: [OE-core] [PATCH] openssl: Move libcrypto to base_libdir

2012-02-21 Thread Phil Blundell
On Tue, 2012-02-21 at 14:24 -0800, Saul Wold wrote: > On 02/10/2012 08:01 AM, Andrei Gherzan wrote: > > This fix is for dhclient. It needs libcrypto at runtime and if > > libcrypto is in libdir, it's path can be inaccessible on systems > > where /usr is on nfs for example or dhclient is needed befo

Re: [OE-core] Heads up: basichash being enabled for poky by default

2012-02-21 Thread Gary Thomas
On 2012-02-21 15:03, Richard Purdie wrote: This is just to warn people that I'm going to push a change making basichash the default for DISTRO=poky as of tomorrow. This change has been brewing for a while and has seen plenty of discussion. Its time to throw the switch: http://git.yoctoproject.or

[OE-core] (no subject)

2012-02-21 Thread Andrei Gherzan
Add Upstream-Status in patch file. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] [PATCH 1/1] openssl: Move libcrypto to base_libdir

2012-02-21 Thread Andrei Gherzan
This fix is for dhclient. It needs libcrypto at runtime and if libcrypto is in libdir, it's path can be inaccessible on systems where /usr is on nfs for example or dhclient is needed before /usr is mounted. Signed-off-by: Andrei Gherzan --- ...001-openssl-Move-libcrypto-to-base_libdir.patch |

Re: [OE-core] [PATCH] libxml2: add missing dependency on binutils

2012-02-21 Thread Steve Sakoman
On Tue, Feb 21, 2012 at 1:52 PM, Richard Purdie wrote: > On Tue, 2012-02-21 at 11:07 -0800, Steve Sakoman wrote: >> Otherwise build fails with following error: >> >> | In file included from libxml.h:36:0, >> |                  from xmlmemory.c:8: >> | ./include/libxml/xmlversion.h:396:22: fatal er

Re: [OE-core] [PATCH] openssl: Move libcrypto to base_libdir

2012-02-21 Thread Saul Wold
On 02/10/2012 08:01 AM, Andrei Gherzan wrote: This fix is for dhclient. It needs libcrypto at runtime and if libcrypto is in libdir, it's path can be inaccessible on systems where /usr is on nfs for example or dhclient is needed before /usr is mounted. Signed-off-by: Andrei Gherzan --- ...001-

Re: [OE-core] [bitbake-devel] Bitbake Memory Usage

2012-02-21 Thread Richard Purdie
On Mon, 2012-02-20 at 12:57 -0700, Chris Larson wrote: > On Mon, Feb 20, 2012 at 7:05 AM, Colin Walters wrote: > > On Sat, 2012-02-18 at 23:36 +, Richard Purdie wrote: > >> As soon as the child starts trying to remove > >> things from memory, we lose the benefits of CoW and USS and PSS rise. >

[OE-core] Heads up: basichash being enabled for poky by default

2012-02-21 Thread Richard Purdie
This is just to warn people that I'm going to push a change making basichash the default for DISTRO=poky as of tomorrow. This change has been brewing for a while and has seen plenty of discussion. Its time to throw the switch: http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?id=f65bbb41d6

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Steve Sakoman
On Tue, Feb 21, 2012 at 1:44 PM, Paul Eggleton wrote: > On Tuesday 21 February 2012 13:16:11 Steve Sakoman wrote: >> Since Poky doesn't have x11 in DISTRO_FEATURES, cairo builds without >> xlib support by default. > > If you're referring to the default configuration, I can assure you Poky does > h

Re: [OE-core] [PATCH] libxml2: add missing dependency on binutils

2012-02-21 Thread Richard Purdie
On Tue, 2012-02-21 at 11:07 -0800, Steve Sakoman wrote: > Otherwise build fails with following error: > > | In file included from libxml.h:36:0, > | from xmlmemory.c:8: > | ./include/libxml/xmlversion.h:396:22: fatal error: ansidecl.h: No such file > or directory > > Signed-off-

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Phil Blundell
On Tue, 2012-02-21 at 13:39 -0800, Steve Sakoman wrote: > Well, this is an image for a headless system, so neither directfb nor > x11 will be used! I'm not really sure what package is causing gtk+ to > be built. Ah. Well, gtk+ 2.x requires you to choose exactly one of either x11 or directfb as t

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Paul Eggleton
On Tuesday 21 February 2012 13:16:11 Steve Sakoman wrote: > Since Poky doesn't have x11 in DISTRO_FEATURES, cairo builds without > xlib support by default. If you're referring to the default configuration, I can assure you Poky does have x11 in DISTRO_FEATURES. Cheers, Paul -- Paul Eggleton I

Re: [OE-core] [PATCH 1/3] lsbtest: Add recipe for LSB tests and automate test

2012-02-21 Thread Phil Blundell
On Tue, 2012-02-21 at 13:02 -0800, Khem Raj wrote: > On Tue, Feb 21, 2012 at 12:09 PM, Saul Wold wrote: > > I think you need to have a RDEPENDS on at a minimum for this lsbtest recipe > > since it relies on RPM to install the packages. > > > > RDEPENDS = "rpm" > > > > > > that wont fly if someone

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Steve Sakoman
On Tue, Feb 21, 2012 at 1:33 PM, Phil Blundell wrote: > On Tue, 2012-02-21 at 13:16 -0800, Steve Sakoman wrote: >> On Tue, Feb 21, 2012 at 1:07 PM, Khem Raj wrote: >> > On Tue, Feb 21, 2012 at 11:25 AM, Steve Sakoman wrote: >> >> >> >> | configure: error: Package requirements (cairo-xlib >= 1.6)

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Phil Blundell
On Tue, 2012-02-21 at 13:16 -0800, Steve Sakoman wrote: > On Tue, Feb 21, 2012 at 1:07 PM, Khem Raj wrote: > > On Tue, Feb 21, 2012 at 11:25 AM, Steve Sakoman wrote: > >> > >> | configure: error: Package requirements (cairo-xlib >= 1.6) were not met: > >> | > >> | No package 'cairo-xlib' found >

Re: [OE-core] [PATCH 1/3] lsbtest: Add recipe for LSB tests and automate test

2012-02-21 Thread Mark Hatle
On 2/21/12 3:02 PM, Khem Raj wrote: On Tue, Feb 21, 2012 at 12:09 PM, Saul Wold wrote: I think you need to have a RDEPENDS on at a minimum for this lsbtest recipe since it relies on RPM to install the packages. RDEPENDS = "rpm" that wont fly if someone is using opkg or dpkg Unfortunately

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Steve Sakoman
On Tue, Feb 21, 2012 at 1:07 PM, Khem Raj wrote: > On Tue, Feb 21, 2012 at 11:25 AM, Steve Sakoman wrote: >> >> | configure: error: Package requirements (cairo-xlib >= 1.6) were not met: >> | >> | No package 'cairo-xlib' found > > Add DEPENDS += "cairo" Nope, cairo is already in the DEPENDS list

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Khem Raj
On Tue, Feb 21, 2012 at 11:25 AM, Steve Sakoman wrote: > > | configure: error: Package requirements (cairo-xlib >= 1.6) were not met: > | > | No package 'cairo-xlib' found Add DEPENDS += "cairo" > > I won't have time to look into this until this evening or tomorrow > morning, but will send a pat

Re: [OE-core] [PATCH 1/3] lsbtest: Add recipe for LSB tests and automate test

2012-02-21 Thread Koen Kooi
Op 21 feb. 2012, om 21:09 heeft Saul Wold het volgende geschreven: > On 02/16/2012 10:02 PM, Yi Zhao wrote: >> The recipe is used for LSB tests. The script LSB_Test.sh does the >> following things: >> - setup LSB testing environment >> - download LSB rpm packages with list file packages_list from

Re: [OE-core] [PATCH 1/3] lsbtest: Add recipe for LSB tests and automate test

2012-02-21 Thread Khem Raj
On Tue, Feb 21, 2012 at 12:09 PM, Saul Wold wrote: > I think you need to have a RDEPENDS on at a minimum for this lsbtest recipe > since it relies on RPM to install the packages. > > RDEPENDS = "rpm" > > that wont fly if someone is using opkg or dpkg _

Re: [OE-core] [PATCH] pulseaudio: realy disable orc support

2012-02-21 Thread Saul Wold
On 02/20/2012 08:19 AM, Khem Raj wrote: Hi Eric On Sun, Feb 19, 2012 at 11:57 PM, Eric Bénard wrote: else if orc is detected the compilation fails with missing headers which should have been generated by orc (using meta-angstrom + meta-openembedded and and armv7 target) some typos in summary

Re: [OE-core] [PATCH 1/3] lsbtest: Add recipe for LSB tests and automate test

2012-02-21 Thread Saul Wold
On 02/16/2012 10:02 PM, Yi Zhao wrote: The recipe is used for LSB tests. The script LSB_Test.sh does the following things: - setup LSB testing environment - download LSB rpm packages with list file packages_list from remote - install the packages - execute LSB testing with profile file session -

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Steve Sakoman
On Mon, Feb 13, 2012 at 7:40 AM, Martin Jansa wrote: > Signed-off-by: Martin Jansa >  meta/recipes-gnome/gtk+/gtk+_2.24.8.bb             |    2 +- The rebuild of gtk+ triggered by this commit fails on my quad core build machine: | configure: error: Package requirements (cairo-xlib >= 1.6) were

Re: [OE-core] [PATCH 0/1] Fixing guile cross configure failure

2012-02-21 Thread Saul Wold
On 02/09/2012 11:37 PM, Lianhao Lu wrote: This patch fixed the cross configure failure of guile, as for yocto bug #1978. The following changes since commit 4ef5e70f531f48cef90805402c16ec02ad3f2b92: Christopher Larson (1): tcmode-default: add preference for gdb/gdbserver are availabl

Re: [OE-core] [PATCH] consolekit: depend on libx11

2012-02-21 Thread Saul Wold
On 02/10/2012 02:04 PM, Andreas Oberritter wrote: * Fixes the following error at configure time: |checking for TOOLS... no |configure: error: Package requirements (x11>= 1.0.0 | glib-2.0>= 2.14 |) were not met: | |No package 'x11' found Signed-off-by: Andreas Oberritter --- * Note that I didn'

[OE-core] [PATCH] libxml2: add missing dependency on binutils

2012-02-21 Thread Steve Sakoman
Otherwise build fails with following error: | In file included from libxml.h:36:0, | from xmlmemory.c:8: | ./include/libxml/xmlversion.h:396:22: fatal error: ansidecl.h: No such file or directory Signed-off-by: Steve Sakoman --- meta/recipes-core/libxml/libxml2.inc |2 +-

Re: [OE-core] [PATCH 0/1] eds-tools: Update it to fix the build error

2012-02-21 Thread Saul Wold
On 02/13/2012 11:56 PM, wenzong@windriver.com wrote: From: Wenzong Fan Get the latest updates to eds-tools for fixing the build error: * libedataserver/e-data-server-module.h: No such file or directory Also update its recipe file to reflect it has been converted to git repo and splict the g

Re: [OE-core] [PATCH 0/2] self-hosted-image: 2 new patches from Dexuan: Feb 14, 2012

2012-02-21 Thread Saul Wold
On 02/14/2012 06:51 AM, Dexuan Cui wrote: The following changes since commit 41a83ccfe50ec69425a4828fb5836d38d3f99e67: guile: fix cross configure failure (2012-02-10 17:01:42 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/self-hosted-v8 http://

Re: [OE-core] [PATCH 0/1] gcc: Exclude DATE/SRCDATE variable from do_patch dependency

2012-02-21 Thread Saul Wold
On 02/13/2012 07:09 PM, Lianhao Lu wrote: This patch excludes the variable DATE/SRCDATE from calculation of do_patch task hash value. The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: Lianhao Lu (1): guile: fix cross configure failure are available in the

Re: [OE-core] [oe-core][PATCH 4/4] recipes: bump PR to rebuild .la files without libz.la

2012-02-21 Thread Steve Sakoman
On Mon, Feb 13, 2012 at 7:40 AM, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- >  meta/recipes-core/libxml/libxml2_2.7.8.bb          |    2 +- The rebuild of libxml2 triggered by this commit fails on my 8 core machine: | In file included from libxml.h:36:0, | from x

Re: [OE-core] [PATCH] Add sanity checks for eglibc locale

2012-02-21 Thread Saul Wold
On 02/15/2012 12:49 AM, Ken Werner wrote: Add sanity checks that test for the existance of folders. This allows to use an external binary toolchain that doesn't have localization support. --- meta/recipes-core/eglibc/eglibc-locale.inc | 20 +++- meta/recipes-core/eglibc/egli

Re: [OE-core] [oe-core][PATCHv2] libsdl: add fix for new _XGetRequest symbol backported to libx11

2012-02-21 Thread Saul Wold
On 02/15/2012 10:45 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa --- .../libsdl-1.2.14/add.XGetRequest.symbol.patch | 70 meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |3 +- 2 files changed, 72 insertions(+), 1 deletions(-) create mode 100644 met

Re: [OE-core] [PATCH 0/7] buildhistory fixes

2012-02-21 Thread Saul Wold
On 02/14/2012 05:40 AM, Paul Eggleton wrote: Analysis of the recent output from buildhistory on the Yocto Project and Angstrom autobuilders showed a few anomalies and annoyances; this set of patches addresses all of the ones I noticed. The following changes since commit e5ad03093dfc4364d1407183f

Re: [OE-core] [oe-core][PATCH 0/4] PR bumps for missing libz.la, resent gdb python support with fix

2012-02-21 Thread Saul Wold
On 02/13/2012 07:40 AM, Martin Jansa wrote: The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: guile: fix cross configure failure (2012-02-10 13:38:16 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull

Re: [OE-core] Fwd: [oe] Source Archiver Class

2012-02-21 Thread Saul Wold
On 02/19/2012 10:40 PM, Xiaofeng Yan wrote: On 2012年02月18日 07:52, Saul Wold wrote: Xiaofeng & Community: We had a chat with Chris Larson and Mark Hatle here at ELC. We focused this issue down to a fewer number of options that meet the needs of the licenses. Please review this and let us know

[OE-core] [RFC PATCH 1/1] conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL

2012-02-21 Thread Paul Eggleton
When introducing new items to DISTRO_FEATURES that control functionality that is already enabled, in order to leave existing distro configuration unchanged we need a way to "backfill" these new feature items onto the existing DISTRO_FEATURES value. This introduces a DISTRO_FEATURES_BACKFILL variab

[OE-core] [RFC PATCH 0/1] DISTRO_FEATURES_BACKFILL implementation

2012-02-21 Thread Paul Eggleton
Implements DISTRO_FEATURES_BACKFILL to allow introducing new DISTRO_FEATURES that control existing functionality without breaking existing distro configuration, as discussed in the following thread: http://article.gmane.org/gmane.comp.handhelds.openembedded.core/13033 Please review the following

[OE-core] [RFC PATCH 0/2] psplash improvements v2

2012-02-21 Thread Paul Eggleton
Implements the psplash changes as discussed on the mailing list [1] and by the TSC [2]. [1] http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg13800.html [2] http://lists.linuxtogo.org/pipermail/tsc/2012-January/000330.html Since v1 I've done away with the additional script

[OE-core] [RFC PATCH 2/2] psplash: allow building multiple splash executables

2012-02-21 Thread Paul Eggleton
Adds a SPLASH_IMAGES variable which you can set to include one or more images (listed in URI form as they would appear in SRC_URI), and an executable will be built for each one, with each executable packaged separately and managed at runtime using the alternatives system. An optional "outsuffix" pa

[OE-core] [PATCH] python-native: distutils: don't use libdir, remove dead code path

2012-02-21 Thread Andreas Oberritter
* Use sys.lib instead of libdir's suffix. * While at it, simplify redundant if/and-statments. Signed-off-by: Andreas Oberritter --- Coming from OE-classic it was surprising that python-native suddenly required 'libdir' to be exported. Otherwise autoconf would fail to detect python libraries. This

Re: [OE-core] [PATCH 0/4] Misc tidy-ups

2012-02-21 Thread Richard Purdie
On Tue, 2012-02-14 at 13:22 +, Paul Eggleton wrote: > The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: > > guile: fix cross configure failure (2012-02-10 13:38:16 +) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-

Re: [OE-core] [PATCH 0/4] combo-layer improvements

2012-02-21 Thread Richard Purdie
On Tue, 2012-02-14 at 13:44 +, Paul Eggleton wrote: > Allow updating only a single component, fix a couple of minor bugs and > update the example config file. > > The following changes since commit e5ad03093dfc4364d1407183f458df79f347c7a1: > > guile: fix cross configure failure (2012-02-10

Re: [OE-core] [PATCH 0/7] buildhistory fixes

2012-02-21 Thread Paul Eggleton
On Friday 17 February 2012 11:36:37 Paul Eggleton wrote: > I've got one more patch to add to this, please ignore this set as v2 is on > its way. Actually scratch that, as mentioned in another thread I got stuck on a pseudo issue; please merge this series. Cheers, Paul -- Paul Eggleton Intel O

[OE-core] [PATCH] ppp: Fix rp-pppoe plugin compilation

2012-02-21 Thread Yauhen Kharuzhy
rp-pppoe plugin was broken due linux headers changes: pppd has own copy of if_pppol2tp.h file which is included from . Add patch from Debian for struct pppol2tpv3_addr definition. Signed-off-by: Yauhen Kharuzhy --- .../ppp/ppp-2.4.5/update_if_pppol2tp.patch | 54

Re: [OE-core] fri2-noemgd build breakage with extra layers enabled

2012-02-21 Thread Andrea Adami
On Tue, Feb 21, 2012 at 1:18 PM, Koen Kooi wrote: > [posting this to oe-core since it involves a ton of non-'yocto' layers] > > Hi, > > I tried to build systemd-image for fri2-noemgd yesterday and the build failed > in kexectools-klibc: > > NOTE: package kexec-tools-klibc-2.0.2-r4.0: task do_fetc

Re: [OE-core] bitbake parsing of IMAGE_INSTALL += # tslib mtd-utils" extremely user unfriendly.

2012-02-21 Thread Richard Purdie
On Mon, 2012-02-20 at 23:00 +0100, Leon Woestenberg wrote: > Hello all, > > bitbake can really braindump on us when we insert typo's. The result > of bitbake 1.14 parsing this one wasn't pleasant: > > IMAGE_INSTALL += # tslib mtd-utils" > > (Yes, it's a typo. No, I wouldn't expect bitbake to gi

[OE-core] fri2-noemgd build breakage with extra layers enabled

2012-02-21 Thread Koen Kooi
[posting this to oe-core since it involves a ton of non-'yocto' layers] Hi, I tried to build systemd-image for fri2-noemgd yesterday and the build failed in kexectools-klibc: NOTE: package kexec-tools-klibc-2.0.2-r4.0: task do_fetch: Started ERROR: Function failed: Fetcher failure for URL: 'fi