[OE-core] [PATCH 0/1] add mesa-demos to sato-sdk to fix bug 1112

2011-06-09 Thread Yu Ke
The following changes since commit c412674cf818e77e35857fb93353e392e7ac9e53: Khem Raj (1): package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0" are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3/bug1112 http://git.pokylinux.org/cgit.cgi/

[OE-core] [PATCH 1/1] sato-sdk: add mesa-demos application

2011-06-09 Thread Yu Ke
Q/A requires more demo applications to test graphics. This patch add x11-demos feature category, and add it to sato-sdk. Currently mesa-demos is the only recips in x11-demos, and this can be extended in the future when more demo apps are added Fix [YOCTO #1112] Signed-off-by: Yu Ke --- meta/cla

[OE-core] [PATCH v2] sysvinit: split inittab into it's own recipe

2011-06-09 Thread Koen Kooi
A proper fix for [YOCTO ##1131] Signed-off-by: --- .../recipes-core/sysvinit/sysvinit-inittab/inittab | 30 ++ .../sysvinit/sysvinit-inittab_2.88dsf.bb | 59 meta/recipes-core/sysvinit/sysvinit/inittab| 30 -- meta/recipes-core/sysvin

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-02 at 09:55 -0700, Tom Rini wrote: > On 06/02/2011 09:35 AM, Richard Purdie wrote: > > On Thu, 2011-06-02 at 09:28 -0700, Tom Rini wrote: > >> Even if we're using the sstate > >> cache from /foo/oecore/tmp over in /bar/oecore/tmp (and /foo/oecore/tmp > >> is rm -rf'd) ? Since we'

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 09:04 +0100, Richard Purdie wrote: > On Thu, 2011-06-02 at 09:55 -0700, Tom Rini wrote: > > On 06/02/2011 09:35 AM, Richard Purdie wrote: > > > On Thu, 2011-06-02 at 09:28 -0700, Tom Rini wrote: > > >> Even if we're using the sstate > > >> cache from /foo/oecore/tmp over in

[OE-core] [PATCH v3] sysvinit: split inittab into it's own recipe

2011-06-09 Thread Koen Kooi
A proper fix for [YOCTO ##1131] Signed-off-by: --- .../recipes-core/sysvinit/sysvinit-inittab/COPYING | 339 .../recipes-core/sysvinit/sysvinit-inittab/inittab | 30 ++ .../sysvinit/sysvinit-inittab_2.88dsf.bb | 58 meta/recipes-core/sysvinit/sysvinit/in

[OE-core] LOCALCOUNT increased twice when there are 2 layers with same git recipe

2011-06-09 Thread Martin Jansa
Hi, I was wondering why I see gobject-introspection built on every image build and it's because LOCALCOUNT is changing all the time. OE om-gta02@shr ~/shr-core $ find openembedded-core/ -name gobject-introspection\* openembedded-core/meta/recipes-gnome/gnome/gobject-introspection_git.bb SRCREV =

Re: [OE-core] LOCALCOUNT increased twice when there are 2 layers with same git recipe

2011-06-09 Thread Koen Kooi
Op 9 jun 2011, om 10:38 heeft Martin Jansa het volgende geschreven: > Hi, > > I was wondering why I see gobject-introspection built on every image > build and it's because LOCALCOUNT is changing all the time. > > OE om-gta02@shr ~/shr-core $ find openembedded-core/ -name > gobject-introspectio

Re: [OE-core] LOCALCOUNT increased twice when there are 2 layers with same git recipe

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 10:38 +0200, Martin Jansa wrote: > Hi, > > I was wondering why I see gobject-introspection built on every image > build and it's because LOCALCOUNT is changing all the time. > > OE om-gta02@shr ~/shr-core $ find openembedded-core/ -name > gobject-introspection\* > openembed

Re: [OE-core] LOCALCOUNT increased twice when there are 2 layers with same git recipe

2011-06-09 Thread Martin Jansa
On Thu, Jun 09, 2011 at 10:58:58AM +0200, Koen Kooi wrote: > > Op 9 jun 2011, om 10:38 heeft Martin Jansa het volgende geschreven: > > > Hi, > > > > I was wondering why I see gobject-introspection built on every image > > build and it's because LOCALCOUNT is changing all the time. > > > > OE om

Re: [OE-core] LOCALCOUNT increased twice when there are 2 layers with same git recipe

2011-06-09 Thread Martin Jansa
On Thu, Jun 09, 2011 at 10:24:59AM +0100, Richard Purdie wrote: > On Thu, 2011-06-09 at 10:38 +0200, Martin Jansa wrote: > > Hi, > > > > I was wondering why I see gobject-introspection built on every image > > build and it's because LOCALCOUNT is changing all the time. > > > > OE om-gta02@shr ~/s

[OE-core] Moving oe-core GNOME recipes over to meta-gnome

2011-06-09 Thread Koen Kooi
Hi, There are a number of non-sato GNOME recipes still in oe-core that should be moved over to meta-gnome. Metacity is one of those. Could the yocto people please draw up a list of the recipes they want to keep in oe-core and I will send patches to remove the others. regards, Koen ___

[OE-core] [PATCH] consolekit: update to 0.4.5

2011-06-09 Thread Koen Kooi
Signed-off-by: Koen Kooi --- .../recipes-support/consolekit/consolekit_0.4.4.bb | 26 .../recipes-support/consolekit/consolekit_0.4.5.bb | 25 +++ 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-support/consolekit/consol

[OE-core] [PATCH] metacity 2.30.3: fix build on GNOME-less hosts and fix packaging

2011-06-09 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-gnome/gnome/metacity_2.30.3.bb | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb b/meta/recipes-gnome/gnome/metacity_2.30.3.bb index 18105f2..44e21c9 100644 --- a/meta/recipes

Re: [OE-core] [poky] Question about apply eglibc configurability to create minimal image

2011-06-09 Thread Koen Kooi
These things need to get posted to the oe-core list, not the poky list Op 9 jun 2011, om 12:57 heeft Kang Kai het volgende geschreven: > Hi Mark, > > I am focus on eglibc itself compilation with disabling all the configurable > options, right now eglibc can be compiled with disable all the co

Re: [OE-core] Tell me your build error message annoyances!

2011-06-09 Thread Phil Blundell
On Tue, 2011-05-31 at 15:26 -0700, Scott Garman wrote: > I'd like to collect some feedback on error messages while building that > you find confusing/annoying/unhelpful. I'm going to be working on trying > to improve the situation and would like to hear from you about what > could be more helpfu

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-09 Thread Phil Blundell
On Wed, 2011-06-08 at 16:35 +0100, Richard Purdie wrote: > I'm not sure how this would reduce performance of builds of a few > threads, it should just make better use of any available "spare" > processing capacity throughout the build. If I'm reading the patch right, it does involve a certain amou

Re: [OE-core] Tell me your build error message annoyances!

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 12:02 +0100, Phil Blundell wrote: > After I made a typo (mismatched quotes) in one of my recipes, my next > bitbake run printed: > > Loading cache: 100% > |###

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 12:14 +0100, Phil Blundell wrote: > On Wed, 2011-06-08 at 16:35 +0100, Richard Purdie wrote: > > I'm not sure how this would reduce performance of builds of a few > > threads, it should just make better use of any available "spare" > > processing capacity throughout the build.

[OE-core] [PATCH] librsvg 2.32.1: fix loader packaging when using gtk >2.20

2011-06-09 Thread Koen Kooi
When using the gtk+ from OE-core you would get: WARNING: the following files were installed but not shipped in any package: WARNING: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so Signed-off-by: Koen Kooi --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |7 --- 1 files

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-09 Thread Phil Blundell
On Thu, 2011-06-09 at 12:29 +0100, Richard Purdie wrote: > As you can see, eglibc do_package takes about 14 minutes which is about > 14% of our build time. That is a long time to block pretty much all > packaging activity, particularly if you have access to something with > several cores. When it d

[OE-core] [PATCH] kexec-tools: don't depend on virtual/kernel

2011-06-09 Thread Phil Blundell
There doesn't appear to be any terribly good reason for kexec-tools to depend on the kernel. (I verified that kexec-tools is buildable in a clean TMPDIR without having previously built virtual/kernel.) Having this dependency in place is a nuisance because it makes it awkward to put kexec into a

[OE-core] [PATCH 0/1] Fix "ip route get" v2

2011-06-09 Thread Paul Eggleton
The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c: distro tracking: Manual Updates (2011-06-06 23:51:26 -0700) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/iproute-2.6.38 http://cgit.openembedded.org/cgit.cgi/o

[OE-core] [PATCH 1/1] iproute2: update to 2.6.38

2011-06-09 Thread Paul Eggleton
Fixes "ip route get" not producing any output (a regression in 2.6.35). See http://marc.info/?l=linux-netdev&m=129442470405398&w=2 and http://marc.info/?l=linux-netdev&m=130038222321440&w=2 for a list of other changes since 2.6.35. Fixes [YOCTO #1006] (reopened) Signed-off-by: Paul Eggleton ---

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 12:43 +0100, Phil Blundell wrote: > On Thu, 2011-06-09 at 12:29 +0100, Richard Purdie wrote: > > As you can see, eglibc do_package takes about 14 minutes which is about > > 14% of our build time. That is a long time to block pretty much all > > packaging activity, particularly

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-09 Thread Cui, Dexuan
Richard Purdie wrote: > On Thu, 2011-06-09 at 09:04 +0100, Richard Purdie wrote: >> On Thu, 2011-06-02 at 09:55 -0700, Tom Rini wrote: >>> On 06/02/2011 09:35 AM, Richard Purdie wrote: On Thu, 2011-06-02 at 09:28 -0700, Tom Rini wrote: > Even if we're using the sstate > cache from /f

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 14:15 +0100, Richard Purdie wrote: > On Thu, 2011-06-09 at 12:43 +0100, Phil Blundell wrote: > > On Thu, 2011-06-09 at 12:29 +0100, Richard Purdie wrote: > > > As you can see, eglibc do_package takes about 14 minutes which is about > > > 14% of our build time. That is a long t

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-09 Thread Koen Kooi
Op 9 jun 2011, om 15:15 heeft Richard Purdie het volgende geschreven: > On Thu, 2011-06-09 at 12:43 +0100, Phil Blundell wrote: >> On Thu, 2011-06-09 at 12:29 +0100, Richard Purdie wrote: >>> As you can see, eglibc do_package takes about 14 minutes which is about >>> 14% of our build time. That i

Re: [OE-core] [PATCH 1/1] libc-locale: split locale handling from libc recipe.

2011-06-09 Thread Phil Blundell
On Thu, 2011-06-09 at 15:53 +0200, Koen Kooi wrote: > Does cross localegen obey parallel make or does it only do a single locale at > a time? Just one at a time. It's run out of Python code in libc-package, not by make, so there is no completely straightforward way to get it to respect PARALLEL_

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 21:51 +0800, Cui, Dexuan wrote: > Richard Purdie wrote: > > On Thu, 2011-06-09 at 09:04 +0100, Richard Purdie wrote: > >> I suspect you've asking for some partial sstate cache to be shared > >> between two builds? > >> > >> Put simpler, you probably want: > >> > >> in tmp0

Re: [OE-core] [PATCH 0/1] Fix "ip route get" v2

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 13:53 +0100, Paul Eggleton wrote: > The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c: > > distro tracking: Manual Updates (2011-06-06 23:51:26 -0700) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-con

Re: [OE-core] [PATCH] kexec-tools: don't depend on virtual/kernel

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 12:58 +0100, Phil Blundell wrote: > There doesn't appear to be any terribly good reason for kexec-tools to > depend on the kernel. (I verified that kexec-tools is buildable in a > clean TMPDIR without having previously built virtual/kernel.) > > Having this dependency in p

Re: [OE-core] [PATCH] librsvg 2.32.1: fix loader packaging when using gtk >2.20

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 13:29 +0200, Koen Kooi wrote: > When using the gtk+ from OE-core you would get: > > WARNING: the following files were installed but not shipped in any package: > WARNING: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so > > Signed-off-by: Koen Kooi > --- > m

Re: [OE-core] [PATCH] consolekit: update to 0.4.5

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 12:53 +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > .../recipes-support/consolekit/consolekit_0.4.4.bb | 26 > > .../recipes-support/consolekit/consolekit_0.4.5.bb | 25 +++ > 2 files changed, 25 insertions(+), 26 deleti

Re: [OE-core] [PATCH v3] sysvinit: split inittab into it's own recipe

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 10:16 +0200, Koen Kooi wrote: > A proper fix for > > [YOCTO ##1131] > > Signed-off-by: > --- > .../recipes-core/sysvinit/sysvinit-inittab/COPYING | 339 > > .../recipes-core/sysvinit/sysvinit-inittab/inittab | 30 ++ > .../sysvinit/sysvinit-inittab

Re: [OE-core] [PATCH] metacity 2.30.3: fix build on GNOME-less hosts and fix packaging

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 12:54 +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta/recipes-gnome/gnome/metacity_2.30.3.bb | 13 - > 1 files changed, 8 insertions(+), 5 deletions(-) > > diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb > b/meta/recipes-gnome/gnome/m

Re: [OE-core] Tell me your build error message annoyances!

2011-06-09 Thread Scott Garman
On 05/31/2011 03:26 PM, Scott Garman wrote: Hey folks, I'd like to collect some feedback on error messages while building that you find confusing/annoying/unhelpful. I'm going to be working on trying to improve the situation and would like to hear from you about what could be more helpful. Tha

[OE-core] List of bbappends without matching recipes

2011-06-09 Thread Koen Kooi
Hey, I ran bitbake layers on a stock angstrom setup and it reported a lot of 'broken' bbappends: meta-intel: /OE/tentacle/sources/meta-intel/meta-sugarbay/../common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend /OE/tentacle/sources/meta-intel/meta-crownbay/../common/recipe

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-09 Thread Mark Hatle
On 6/9/11 5:57 AM, Kang Kai wrote: > Hi Mark, > > I am focus on eglibc itself compilation with disabling all the > configurable options, right now eglibc can be compiled with disable all > the configurable options. > > But when I build core-image-minimal in a clear new directory, some > packag

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Bruce Ashfield
On Thu, Jun 9, 2011 at 11:15 AM, Koen Kooi wrote: > Hey, > > I ran bitbake layers on a stock angstrom setup and it reported a lot of > 'broken' bbappends: > > meta-intel: >  /OE/tentacle/sources/meta-intel/meta-sugarbay/../common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend >  /

Re: [OE-core] bitbake -s broken?

2011-06-09 Thread Scott Garman
On 06/08/2011 03:20 AM, Koen Kooi wrote: Hi, Apart from -b being broken as I reported earlier -s seems to be broken as well now: koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe/recipes-gnome$ MACHINE=beagleboard bitbake -s | head -n10 Loading cache...done. Loaded 1622 entries fr

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Phil Blundell
On Thu, 2011-06-09 at 17:15 +0200, Koen Kooi wrote: > meta-intel: > > /OE/tentacle/sources/meta-intel/meta-sugarbay/../common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend > > /OE/tentacle/sources/meta-intel/meta-crownbay/../common/recipes-core/initrdscripts/initramfs-live-in

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Paul Eggleton
On Thursday 09 June 2011 16:15:49 Koen Kooi wrote: > I ran bitbake layers on a stock angstrom setup and it reported a lot of > 'broken' bbappends: I've recently submitted a patch to bitbake-devel which fixes bitbake-layers' handling of skipped recipes so that it doesn't report them as missing. I

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Koen Kooi
Op 9 jun 2011, om 17:24 heeft Bruce Ashfield het volgende geschreven: > On Thu, Jun 9, 2011 at 11:15 AM, Koen Kooi wrote: >> Hey, >> >> I ran bitbake layers on a stock angstrom setup and it reported a lot of >> 'broken' bbappends: >> >> meta-intel: >> >> /OE/tentacle/sources/meta-intel/meta

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-09 Thread Frans Meulenbroeks
2011/6/9 Mark Hatle > On 6/9/11 5:57 AM, Kang Kai wrote: > > Hi Mark, > > > > I am focus on eglibc itself compilation with disabling all the > > configurable options, right now eglibc can be compiled with disable all > > the configurable options. > > > > But when I build core-image-minimal in a c

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-09 Thread Mark Hatle
On 6/9/11 10:34 AM, Frans Meulenbroeks wrote: > > > 2011/6/9 Mark Hatle > > > On 6/9/11 5:57 AM, Kang Kai wrote: > > Hi Mark, > > > > I am focus on eglibc itself compilation with disabling all the > > configurable options, right now eglibc ca

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Paul Eggleton
On Thursday 09 June 2011 16:31:48 Paul Eggleton wrote: > I've recently submitted a patch to bitbake-devel which fixes > bitbake-layers' handling of skipped recipes so that it doesn't report them > as missing. I don't think skipped recipes can account for that entire list > however. OK so those pat

[OE-core] [PATCH] busybox: backport distro-features handling from oe master

2011-06-09 Thread Phil Blundell
This is a backport from oe master of the code which adjusts the busybox config according to DISTRO_FEATURES etc. Signed-off-by: Phil Blundell --- meta/recipes-core/busybox/busybox.inc | 80 ++- meta/recipes-core/busybox/busybox_1.18.4.bb |2 +- 2 files changed

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Martin Jansa
On Thu, Jun 09, 2011 at 04:54:57PM +0100, Paul Eggleton wrote: > On Thursday 09 June 2011 16:31:48 Paul Eggleton wrote: > > I've recently submitted a patch to bitbake-devel which fixes > > bitbake-layers' handling of skipped recipes so that it doesn't report them > > as missing. I don't think skipp

Re: [OE-core] List of bbappends without matching recipes

2011-06-09 Thread Chris Larson
On Thu, Jun 9, 2011 at 8:54 AM, Paul Eggleton wrote: > On Thursday 09 June 2011 16:31:48 Paul Eggleton wrote: >> I've recently submitted a patch to bitbake-devel which fixes >> bitbake-layers' handling of skipped recipes so that it doesn't report them >> as missing. I don't think skipped recipes c

[OE-core] [PATCH 0/1] Fix realpath issue in pseudo

2011-06-09 Thread Mark Hatle
When pseudo is running in disabled mode (most of the time in oe-core), the realpath function can fail on system systems. This was discovered by some problems found in Qt MOC and qmake. The change is from upstream, and has been verified by the person who originally found the issue. The following

[OE-core] [PATCH 1/1] pseudo: Fix problem related to realpath

2011-06-09 Thread Mark Hatle
When pseudo is disabled, certain programs that call realpath may not work properly. This was discovered when using the Qt MOC tool when certain qmake project features are used. [YOCTO #1150] Signed-off-by: Mark Hatle --- .../pseudo/pseudo/realpath_fix.patch | 165 +++

Re: [OE-core] [PATCH 0/1] Fix realpath issue in pseudo

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 12:15 -0500, Mark Hatle wrote: > When pseudo is running in disabled mode (most of the time in oe-core), the > realpath function can fail on system systems. This was discovered by some > problems found in Qt MOC and qmake. > > The change is from upstream, and has been verifie

Re: [OE-core] [PATCH 0/1] add mesa-demos to sato-sdk to fix bug 1112

2011-06-09 Thread Saul Wold
On 06/09/2011 12:03 AM, Yu Ke wrote: The following changes since commit c412674cf818e77e35857fb93353e392e7ac9e53: Khem Raj (1): package.bbclass,prserv.bbclass: Compare USE_PR_SERV with "1" or "0" are available in the git repository at: git://git.pokylinux.org/poky-contrib kyu3/bu

Re: [OE-core] [PATCH 2/2] distro_tracking_fields.inc: add pseudo

2011-06-09 Thread Saul Wold
On 06/06/2011 05:19 PM, Mark Hatle wrote: Add pseudo to tracking, with me as the maintainer. Signed-off-by: Mark Hatle --- .../conf/distro/include/distro_tracking_fields.inc |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_

Re: [OE-core] [PATCH 3/3] create-pull-request: Add URL documentation

2011-06-09 Thread Saul Wold
On 06/06/2011 05:21 PM, Mark Hatle wrote: If we can't find the URL, tell the user how to correct the issue. Signed-off-by: Mark Hatle --- scripts/create-pull-request |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-re

Re: [OE-core] [PATCH] avahi: fix dbus system-service packaging and move more things to .inc

2011-06-09 Thread Saul Wold
On 06/08/2011 05:06 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/recipes-connectivity/avahi/avahi.inc | 23 +++ meta/recipes-connectivity/avahi/avahi_0.6.30.bb |9 + 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH] initramfs-live-install: remove allarch inherit

2011-06-09 Thread Saul Wold
On 06/08/2011 06:48 AM, Tom Zanussi wrote: initramfs-live-install is only compatible with i.86|x86_64 so shouldn't inherit 'allarch'. This removes it. More specifically, commit 52295fa3deef3b0374b99829626d524cefae6001 (Improve handling of 'all' architecture recipes and their interaction with ss

Re: [OE-core] [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V3

2011-06-09 Thread Saul Wold
On 06/08/2011 11:48 AM, Mark Hatle wrote: Hopefully third and final version. The patch that is part of this has been contribed to and reviewed upstream. (Not yet accepted upstream) V3 fixes an issue with building on a 32-bit host. The following changes since commit 30101d4153aa8e116892063933b

Re: [OE-core] [PATCH 0/1]distro_tracking_fields.inc: Fix a date issue

2011-06-09 Thread Saul Wold
On 06/08/2011 10:01 PM, Mei Lei wrote: Hi Saul, This patch fix a little date issue in distro_tracking_fields.inc. Thanks Lei The following changes since commit a702c3dbf5fdc88eefdadd1f6c4cd6e04811c1e1: Richard Purdie (1): bitbake-layers: Fixup after recent server changes ar

Re: [OE-core] [PATCH 0/1][PULL] Fix udevd launch issue

2011-06-09 Thread Saul Wold
On 06/08/2011 06:08 PM, Dongxiao Xu wrote: Hi Saul, This commit fixes the udevd launch issue after system second boot. [YOCTO #1146]. Without udevd daemon, device nodes will not be created if dynamically insert a kernel module. Please help to review and pull. The following changes since comm

Re: [OE-core] [PATCH 3/7] base-passwd: populate the target sysroot with passwd/group/login.defs

2011-06-09 Thread Koen Kooi
Op 3 jun 2011, om 01:50 heeft Scott Garman het volgende geschreven: > The passwd, group, and login.defs files in the target sysroot will > be used when recipes create custom user and group permissions in > their packages. > > Signed-off-by: Scott Garman > --- > .../base-passwd/base-passwd-3.5.2

Re: [OE-core] [PATCH 3/7] base-passwd: populate the target sysroot with passwd/group/login.defs

2011-06-09 Thread Scott Garman
On 06/09/2011 01:50 PM, Koen Kooi wrote: Op 3 jun 2011, om 01:50 heeft Scott Garman het volgende geschreven: The passwd, group, and login.defs files in the target sysroot will be used when recipes create custom user and group permissions in their packages. Signed-off-by: Scott Garman --- .../

Re: [OE-core] [PATCH 3/7] base-passwd: populate the target sysroot with passwd/group/login.defs

2011-06-09 Thread Koen Kooi
Op 9 jun 2011, om 23:23 heeft Scott Garman het volgende geschreven: > On 06/09/2011 01:50 PM, Koen Kooi wrote: >> >> Op 3 jun 2011, om 01:50 heeft Scott Garman het volgende geschreven: >> >>> The passwd, group, and login.defs files in the target sysroot will >>> be used when recipes create cust

Re: [OE-core] [PATCH 3/7] base-passwd: populate the target sysroot with passwd/group/login.defs

2011-06-09 Thread Scott Garman
On 06/09/2011 02:25 PM, Koen Kooi wrote: Op 9 jun 2011, om 23:23 heeft Scott Garman het volgende geschreven: On 06/09/2011 01:50 PM, Koen Kooi wrote: Op 3 jun 2011, om 01:50 heeft Scott Garman het volgende geschreven: The passwd, group, and login.defs files in the target sysroot will be us

Re: [OE-core] [Yocto] The design document for ccache-native

2011-06-09 Thread Saul Wold
On 06/02/2011 08:11 PM, wenzong fan wrote: Hi Folks, Please help me to review the design document for ccache-native, and I also have two questions about it, any answers or suggestions are appreciated. * Feature name: ccache-native Priority: P3; M2 Owner: Wenzong Fan Summary: Integra

[OE-core] [PATCHFIX 0/1] fix a patch application error

2011-06-09 Thread nitin . a . kamble
From: Nitin A Kamble The patch was getting rejected for me on a clean master tree. The error was parts of the patch was previously applied, so rebased the patch to avoid the error. The following changes since commit 7a086abc257ed433fda7a8a21c23a23199dc7cd5: scripts/bitbake: Only build tar-re

Re: [OE-core] [Yocto] The design document for ccache-native

2011-06-09 Thread Tom Rini
On 06/09/2011 03:40 PM, Saul Wold wrote: > On 06/02/2011 08:11 PM, wenzong fan wrote: >> Hi Folks, >> >> Please help me to review the design document for ccache-native, and >> I also have two questions about it, any answers or suggestions are >> appreciated. >> >> * Feature name: ccache-native >>

Re: [OE-core] [RFC v1 PATCH 07/16] git: should depend on perl-native-runtime rather than perl-native

2011-06-09 Thread Joshua Lock
On Wed, 2011-06-01 at 21:18 +0800, Dexuan Cui wrote: > Signed-off-by: Dexuan Cui > --- > meta/recipes-devtools/git/git.inc|4 ++-- > meta/recipes-devtools/git/git_1.7.5.1.bb |2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-devtools/git/git.i

[OE-core] [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums

2011-06-09 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb index 04d99d9..d5c9e49 100644 --- a/m

[OE-core] [PATCH 2/2] sysklogd.inc: Check for package-management in IMAGE_FEATURES

2011-06-09 Thread Khem Raj
ONLINE_PACKAGE_MANAGEMENT does not exist on oe-core Signed-off-by: Khem Raj --- meta/recipes-extended/sysklogd/sysklogd.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc index f

Re: [OE-core] [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums

2011-06-09 Thread Saul Wold
On 06/09/2011 05:57 PM, Khem Raj wrote: Signed-off-by: Khem Raj --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipes-connectivity/openssh/openssh_5.8

Re: [OE-core] [PATCH 2/2] libxml-simple-perl: update EXTRA_PERLFLAGS

2011-06-09 Thread Saul Wold
On 06/08/2011 03:49 AM, Kang Kai wrote: From: Kang Kai [Yocto 1132] libxml-simple-perl should not refer to native perl libs modules, update EXTRA_PERLFLAGS to fix the failure. Signed-off-by: Kang Kai --- .../perl/libxml-simple-perl_2.18.bb|4 ++-- 1 files changed, 2 inse

Re: [OE-core] [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums

2011-06-09 Thread Khem Raj
On 06/09/2011 06:18 PM, Saul Wold wrote: On 06/09/2011 05:57 PM, Khem Raj wrote: Signed-off-by: Khem Raj --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipe

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-09 Thread Kang Kai
Hi Mark, Thank you very much for your detailed comments. From the above, I'm pretty sure that "netbase" will require a lot of networking components, specifically adding things like libc-inet. So avoid netbase. It's possible that keyboard/keymaps may cause additional stuff to come in due to

Re: [OE-core] [Yocto] The design document for ccache-native

2011-06-09 Thread Khem Raj
On 06/09/2011 04:51 PM, Tom Rini wrote: On 06/09/2011 03:40 PM, Saul Wold wrote: On 06/02/2011 08:11 PM, wenzong fan wrote: Hi Folks, Please help me to review the design document for ccache-native, and I also have two questions about it, any answers or suggestions are appreciated. * Feature n

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-09 Thread Khem Raj
On 06/07/2011 10:56 PM, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf/local.extended.conf to d

Re: [OE-core] [PATCH 1/2] bitbake: add another local configuration file

2011-06-09 Thread Khem Raj
On 06/07/2011 10:56 PM, Kang Kai wrote: From: Kang Kai Add a new local configuration file local.extended.conf.sample, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai --- meta-yocto/conf/local.extended.conf.sample |5 + meta/conf/bitb

Re: [OE-core] [PATCH 1/2] bitbake: add another local configuration file

2011-06-09 Thread Saul Wold
On 06/07/2011 10:56 PM, Kang Kai wrote: From: Kang Kai Add a new local configuration file local.extended.conf.sample, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai --- meta-yocto/conf/local.extended.conf.sample |5 + meta/conf/bitb

Re: [OE-core] [PATCH 1/2] bitbake: add another local configuration file

2011-06-09 Thread Khem Raj
On 06/09/2011 08:17 PM, Saul Wold wrote: So please just submit a single file local.conf.extended. extended.local.conf.sample ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listin

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-09 Thread Kang Kai
Hi Khem, On 06/07/2011 10:56 PM, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf/local.extend

Re: [OE-core] [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums

2011-06-09 Thread Saul Wold
On 06/09/2011 07:44 PM, Khem Raj wrote: On 06/09/2011 06:18 PM, Saul Wold wrote: On 06/09/2011 05:57 PM, Khem Raj wrote: Signed-off-by: Khem Raj --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivi

Re: [OE-core] [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums

2011-06-09 Thread Khem Raj
On 06/09/2011 09:38 PM, Saul Wold wrote: On 06/09/2011 07:44 PM, Khem Raj wrote: On 06/09/2011 06:18 PM, Saul Wold wrote: On 06/09/2011 05:57 PM, Khem Raj wrote: Signed-off-by: Khem Raj --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletion

Re: [OE-core] [PATCH 2/2] libxml-simple-perl: update EXTRA_PERLFLAGS

2011-06-09 Thread Kang Kai
Hi Saul, On 06/08/2011 03:49 AM, Kang Kai wrote: From: Kang Kai [Yocto 1132] libxml-simple-perl should not refer to native perl libs modules, update EXTRA_PERLFLAGS to fix the failure. Signed-off-by: Kang Kai --- .../perl/libxml-simple-perl_2.18.bb|4 ++-- 1 files chan

Re: [OE-core] [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums

2011-06-09 Thread Saul Wold
On 06/09/2011 10:36 PM, Khem Raj wrote: On 06/09/2011 09:38 PM, Saul Wold wrote: On 06/09/2011 07:44 PM, Khem Raj wrote: On 06/09/2011 06:18 PM, Saul Wold wrote: On 06/09/2011 05:57 PM, Khem Raj wrote: Signed-off-by: Khem Raj --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- 1 f

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-09 Thread Cui, Dexuan
Richard Purdie wrote: > On Thu, 2011-06-09 at 21:51 +0800, Cui, Dexuan wrote: >> Richard Purdie wrote: >>> On Thu, 2011-06-09 at 09:04 +0100, Richard Purdie wrote: I suspect you've asking for some partial sstate cache to be shared between two builds? Put simpler, you probably

[OE-core] [CONSOLIDATED PULL 1/4] ghostscript: update SRC_URI

2011-06-09 Thread Saul Wold
From: Kang Kai Build ghostscript-native fails on a i686 machine because it can't get the source objarch.h and soobjarch.h, and .h files are not needed for native package, so update the SRC_URI to fix it. Signed-off-by: Kang Kai --- .../ghostscript/ghostscript_9.02.bb|7

[OE-core] [CONSOLIDATED PULL 0/4] 10-June

2011-06-09 Thread Saul Wold
Richard, This has the contiuation of the static library work (staticdev) along with some community contribtions. Thanks Sau! The following changes since commit f183c7cfe377fa6ed2777605c3590a9dda2060df: native/nativesdk: Clean up the depends ordering after bitbake override handling u

[OE-core] [CONSOLIDATED PULL 2/4] busybox: backport distro-features handling from oe master

2011-06-09 Thread Saul Wold
From: Phil Blundell This is a backport from oe master of the code which adjusts the busybox config according to DISTRO_FEATURES etc. Signed-off-by: Phil Blundell --- meta/recipes-core/busybox/busybox.inc | 80 ++- meta/recipes-core/busybox/busybox_1.18.4.bb |

[OE-core] [CONSOLIDATED PULL 4/4] multiple recipes converted to -staticdev packages

2011-06-09 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-bsp/pciutils/pciutils_3.1.7.bb|7 - .../wireless-tools/wireless-tools_29.bb|9 +-- meta/recipes-core/eglibc/eglibc-package.inc|8 -- meta/recipes-core/eglibc/eglibc_2.12.bb|2 +- meta/rec

[OE-core] [junk] test posting

2011-06-09 Thread Robert Yang
Just for testing whether I can post to this mailing list. -- Thanks Robert ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 2/2] sysklogd.inc: Check for package-management in IMAGE_FEATURES

2011-06-09 Thread Koen Kooi
Op 10 jun 2011, om 02:57 heeft Khem Raj het volgende geschreven: > ONLINE_PACKAGE_MANAGEMENT does not exist on oe-core > > Signed-off-by: Khem Raj > --- > meta/recipes-extended/sysklogd/sysklogd.inc |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-exte

Re: [OE-core] [Yocto] The design document for ccache-native

2011-06-09 Thread Richard Purdie
On Thu, 2011-06-09 at 15:40 -0700, Saul Wold wrote: > On 06/02/2011 08:11 PM, wenzong fan wrote: > > Hi Folks, > > > > Please help me to review the design document for ccache-native, and > > I also have two questions about it, any answers or suggestions are > > appreciated. > > > > * Feature name:

Re: [OE-core] [Yocto] The design document for ccache-native

2011-06-09 Thread wenzong fan
On 06/10/2011 06:40 AM, Saul Wold wrote: On 06/02/2011 08:11 PM, wenzong fan wrote: Hi Folks, Please help me to review the design document for ccache-native, and I also have two questions about it, any answers or suggestions are appreciated. * Feature name: ccache-native Priority: P3; M2