[OE-core] RFC: Layer tooling brainstorming

2011-04-18 Thread Richard Purdie
Layer Tooling for OpenEmbedded == As we move forward with encouraging the use of metadata layers, a number of issues are appearing which imply the need for either infrastructure improvements to the layer construction, or better tools to handle the layers. The OS TSC

Re: [OE-core] RFC: Layer tooling brainstorming

2011-04-18 Thread Martin Jansa
On Mon, Apr 18, 2011 at 07:17:01AM +0100, Richard Purdie wrote: Layer Tooling for OpenEmbedded == As we move forward with encouraging the use of metadata layers, a number of issues are appearing which imply the need for either infrastructure improvements to the

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-04-18 Thread Richard Purdie
On Mon, 2011-04-18 at 13:43 +0800, Cui, Dexuan wrote: Richard Purdie wrote: On Fri, 2011-04-15 at 23:54 -0700, Saul Wold wrote: @@ -3,12 +3,14 @@ DESCRIPTION = Tool that installs the GNU config.guess / config.sub into a direc SECTION = devel LICENSE = GPLv1+ LIC_FILES_CHKSUM =

Re: [OE-core] [PATCH 1/3] distutils-common-base.bbclass: Prepend STAGING_LIBDIR to linker library search path.

2011-04-18 Thread Richard Purdie
On Mon, 2011-04-18 at 07:54 +0200, Martin Jansa wrote: On Thu, Mar 31, 2011 at 03:26:39PM +0100, Richard Purdie wrote: On Thu, 2011-03-31 at 12:40 +0200, Martin Jansa wrote: * This was done generically in bitbake.conf this should be done on demand and distutils based recipes seem to

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Paul Eggleton
On Saturday 16 April 2011 00:01:30 Darren Hart wrote: On 04/15/2011 03:43 PM, Gary Thomas wrote: eth1 yes, but doesn't the BeagleBoard xM have eth0? No. The onboard device is usb0. Looks like we're not the only ones confused by this: https://bugs.launchpad.net/linux-linaro/+bug/622429 --

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Paul Eggleton
On Friday 15 April 2011 19:26:43 Saul Wold wrote: There was some initial discussion at ELC this last week about what goes where and how layers are going to work moving forward. I know that we are committed to the qemu* machines in oe-core (meta), and that currently meta-yocto contains a set

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Koen Kooi
Op 18 apr 2011, om 11:53 heeft Richard Purdie het volgende geschreven: On Mon, 2011-04-18 at 11:30 +0200, Koen Kooi wrote: Op 18 apr 2011, om 11:17 heeft Paul Eggleton het volgende geschreven: On Friday 15 April 2011 19:26:43 Saul Wold wrote: There was some initial discussion at ELC this

[OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-04-18 Thread Koen Kooi
Hi, Martin did some Xorg cleanup in meta-oe today and we're seeing some strange behaviour. The recipe in question: koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe$ cat recipes-graphics/xorg-lib/libxrender_0.9.6.bbappend BBCLASSEXTEND = native nativesdk

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Koen Kooi
Op 18 apr 2011, om 13:04 heeft Richard Purdie het volgende geschreven: On Mon, 2011-04-18 at 12:48 +0200, Koen Kooi wrote: Op 18 apr 2011, om 11:53 heeft Richard Purdie het volgende geschreven: On Mon, 2011-04-18 at 11:30 +0200, Koen Kooi wrote: Op 18 apr 2011, om 11:17 heeft Paul Eggleton

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-04-18 Thread Richard Purdie
On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote: Martin did some Xorg cleanup in meta-oe today and we're seeing some strange behaviour. The recipe in question: koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe$ cat recipes-graphics/xorg-lib/libxrender_0.9.6.bbappend

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-04-18 Thread Koen Kooi
Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven: On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote: Martin did some Xorg cleanup in meta-oe today and we're seeing some strange behaviour. The recipe in question:

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-04-18 Thread Gary Thomas
On 04/18/2011 05:34 AM, Koen Kooi wrote: Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven: On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote: Martin did some Xorg cleanup in meta-oe today and we're seeing some strange behaviour. The recipe in question:

[OE-core] [RFC][PATCH] git: use DESTDIR=$D instead prefixing all variables by $D

2011-04-18 Thread Martin Jansa
* with git-native and rm_work enabled I've noticed git fetcher errors like: warning: templates not found /OE/shr-core/tmp/work/x86_64-linux/git-native-1.7.3.4-r0/image/OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/git-core/templates fatal: Unable to find remote helper for 'http' for every

Re: [OE-core] RFC: Layer tooling brainstorming

2011-04-18 Thread Paul Eggleton
Some of the ideas I've been thinking of for layer tools, other than what's been mentioned already: * Show easily which recipes are being used and which are overridden. We have bitbake-layers, but this clearly needs some extension. I think long term we would want to be able to analyse overrides

Re: [OE-core] [PATCH 37/58] gnu-config-native: add dependency on perl-native

2011-04-18 Thread Cui, Dexuan
Richard Purdie wrote: On Mon, 2011-04-18 at 13:43 +0800, Cui, Dexuan wrote: Richard Purdie wrote: On Fri, 2011-04-15 at 23:54 -0700, Saul Wold wrote: @@ -3,12 +3,14 @@ DESCRIPTION = Tool that installs the GNU config.guess / config.sub into a direc SECTION = devel LICENSE = GPLv1+

Re: [OE-core] [poky] [PATCH 2/3] netbase: automatically bring up usb0 on beagleboard

2011-04-18 Thread Darren Hart
On 04/18/2011 02:12 AM, Paul Eggleton wrote: On Saturday 16 April 2011 00:01:30 Darren Hart wrote: On 04/15/2011 03:43 PM, Gary Thomas wrote: eth1 yes, but doesn't the BeagleBoard xM have eth0? No. The onboard device is usb0. Looks like we're not the only ones confused by this:

[OE-core] gcc 4.6 recipes naming

2011-04-18 Thread Khem Raj
Hi I have gcc 4.6 under progress here. As we know the current release is 4.6.0. I have been calling the recipes to omit the minor release number so the recipes are called recipes_4.6.bb based on my experiences with gcc releases over the years. Since the minor releases are bug fix releases and

Re: [OE-core] [PATCH 0/9] recipes upgrade V2

2011-04-18 Thread Saul Wold
On 04/14/2011 10:44 PM, Yu Ke wrote: From: Yu Keke...@intel.com This patch set upgrade the following recipes: libdrm xf86-input-synaptics xf86-input-vmmouse mesa evieext xf86-input-mouse pango xf86-input-keyboard xkbcomp changes since V1: add the upstream status tag. Pull

Re: [OE-core] [poky] [PATCH 0/9] upgrade recipes

2011-04-18 Thread Saul Wold
On 04/10/2011 06:28 PM, Yu Ke wrote: From: Yu Keke...@intel.com upgrade the following recipes to latest version: libdrm xf86-input-synaptics xf86-input-vmmouse mesa evieext xf86-input-mouse pango xf86-input-keyboard xkbcomp Pull URL: git://git.pokylinux.org/poky-contrib.git