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

2011-06-09 Thread Koen Kooi
You're not getting new devicenodes even with devtmpfs mounted? Op 9 jun. 2011 om 03:08 heeft Dongxiao Xu dongxiao...@intel.com het volgende geschreven: Hi Saul, This commit fixes the udevd launch issue after system second boot. [YOCTO #1146]. Without udevd daemon, device nodes will not

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

2011-06-09 Thread Koen Kooi
Op 9 jun 2011, om 06:32 heeft Saul Wold het volgende geschreven: On 06/04/2011 02:21 AM, Koen Kooi wrote: A proper fix for [YOCTO ##1131] Koen, Hate to ask this, but what kind of testing did you do with sysvinit_inittab recipe? I have been chasing down a problem with it failing,

[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

[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: k...@dominion.thruhere.net --- .../recipes-core/sysvinit/sysvinit-inittab/inittab | 30 ++ .../sysvinit/sysvinit-inittab_2.88dsf.bb | 59 meta/recipes-core/sysvinit/sysvinit/inittab| 30

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've got a

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: k...@dominion.thruhere.net --- .../recipes-core/sysvinit/sysvinit-inittab/COPYING | 339 .../recipes-core/sysvinit/sysvinit-inittab/inittab | 30 ++ .../sysvinit/sysvinit-inittab_2.88dsf.bb | 58

[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-introspection\*

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\*

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 ~/shr-core $

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

2011-06-09 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- .../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

[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 k...@dominion.thruhere.net --- 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

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 helpful.

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. If

[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

[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

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 if

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 time to

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 is a long

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

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 place

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 k...@dominion.thruhere.net --- .../recipes-support/consolekit/consolekit_0.4.4.bb | 26 .../recipes-support/consolekit/consolekit_0.4.5.bb | 25 +++ 2 files changed, 25

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 k...@dominion.thruhere.net --- 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

[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

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 packages

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

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

2011-06-09 Thread Frans Meulenbroeks
2011/6/9 Mark Hatle mark.ha...@windriver.com 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

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 mark.ha...@windriver.com mailto:mark.ha...@windriver.com 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

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 paul.eggle...@linux.intel.com 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

[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

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 verified by

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

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 Hatlemark.ha...@windriver.com --- scripts/create-pull-request |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/scripts/create-pull-request

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 Kooik...@dominion.thruhere.net --- meta/recipes-connectivity/avahi/avahi.inc | 23 +++ meta/recipes-connectivity/avahi/avahi_0.6.30.bb |9 + 2 files changed, 16 insertions(+), 16 deletions(-)

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

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

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 scott.a.gar...@intel.com ---

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

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 custom user and

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

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:

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 Priority: P3;

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 dexuan@intel.com --- 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

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

2011-06-09 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- 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

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 Kaikai.k...@windriver.com [Yocto 1132] libxml-simple-perl should not refer to native perl libs modules, update EXTRA_PERLFLAGS to fix the failure. Signed-off-by: Kang Kaikai.k...@windriver.com --- .../perl/libxml-simple-perl_2.18.bb

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 Rajraj.k...@gmail.com --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

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] [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 Kaikai.k...@windriver.com 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 Kaikai.k...@windriver.com ---

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 Kaikai.k...@windriver.com 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 Kaikai.k...@windriver.com ---

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 Rajraj.k...@gmail.com --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

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 Rajraj.k...@gmail.com --- meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- 1 files changed, 2

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 Kaikai.k...@windriver.com [Yocto 1132] libxml-simple-perl should not refer to native perl libs modules, update EXTRA_PERLFLAGS to fix the failure. Signed-off-by: Kang Kaikai.k...@windriver.com ---