Re: [OE-core] [RFC][PATCH] sysvinit: make pidof usuable in a standalone setting

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 10:27 +0200, Koen Kooi wrote: No comments at all? Patience ;-). It was a US/UK holiday yesterday and lots of people have been taking a long weekend. Personally, whilst I did merge a few things yesterday, this one didn't look that urgent so its on today's to look at and

[OE-core] all architecture packages

2011-05-31 Thread Richard Purdie
Hi, There have been various comments on the list and in the bugzilla about issues with all architecture recipes. To start cleaning this up I've merged: http://git.openembedded.net/cgit.cgi/openembedded-core/commit/?id=26e5e5feb695864b11e47e24017e254c28f14494 which creates an allarch class and

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 12:51 -0700, Scott Garman wrote: On 05/31/2011 12:06 PM, Saul Wold wrote: On 05/31/2011 11:45 AM, Koen Kooi wrote: Shouldn't patches like this be sent to the oe-core list? It wouldn't have saved me from the selinux bug in shadow, though :) Scott, I would agree

Re: [OE-core] [FIX] update mtd-utils to 1.4.4

2011-06-01 Thread Richard Purdie
On Wed, 2011-06-01 at 13:30 +0200, Andrea Adami wrote: On Fri, Apr 22, 2011 at 10:44 AM, Andrea Adami andrea.ad...@gmail.com wrote: Hello, mtd-utils_1.4.1 is broken, in fact whole 1.4.X serie was plagued by mtd alignment bug until 1.4.4. See:

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

2011-06-01 Thread Richard Purdie
Hi Dexuan, On Wed, 2011-06-01 at 21:18 +0800, Dexuan Cui wrote: Currently both perl-native (a.k.a. ${STAGING_BINDIR_NATIVE}/perl )and perl-native-runtime(a.k.a. the system perl, or /usr/bin/perl) appear in the PATH when bitbake is running. This can cause some race conditions: many places

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

2011-06-01 Thread Richard Purdie
On Wed, 2011-06-01 at 16:06 +0100, Phil Blundell wrote: 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

Re: [OE-core] [CONSOLIDATED PULL 00/32] 1-June-2011 Request

2011-06-01 Thread Richard Purdie
On Tue, 2011-05-31 at 23:21 -0700, Saul Wold wrote: This contains a few patches from the community, along with a batch of updates and bug fixes from me. This includes the patch I submitted for the beagleboard qt4-x11-free failure. This has been built via world. The following changes

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

2011-06-01 Thread Richard Purdie
On Wed, 2011-06-01 at 10:17 -0700, Tom Rini wrote: On 06/01/2011 06:18 AM, Dexuan Cui wrote: Currently both perl-native (a.k.a. ${STAGING_BINDIR_NATIVE}/perl )and perl-native-runtime(a.k.a. the system perl, or /usr/bin/perl) appear in the PATH when bitbake is running. This can cause some

Re: [OE-core] [PATCH 3/3] gnutls: link against 'dl' library

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 08:31 +0200, Martin Jansa wrote: what do you have in configlog for LIBDL? here it's all empty LIBDL='' LIBDL_PREFIX='' LTLIBDL='' if I add + --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \ +

Re: [OE-core] [CONSOLIDATED PULL 00/12] 2-June-2011

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 01:04 -0700, Saul Wold wrote: Pulling a number of patches and updates from the list, they have been built on the autobuild. This has the gcc fix for qt4-x11-free in the form of a gcc patch The following changes since commit 0a496df0209c93fd00ea929b5f27faa1a6e600c0:

Re: [OE-core] [PATCH 0/2] Upstream-status -- Upstream-Status and a fix to send-pull-request

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 16:17 +0800, Dexuan Cui wrote: Upstream-status -- Upstream-Status: As a keyword, it's case sensitive, so let's fix the lowercase s here. The fix to send-pull-request: I don't know why othes doesn't complain about this, but without this patch, the script can't run

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 10:48 +0100, Phil Blundell wrote: Update override naming (_native - _virtclass-native) to disable perl and python bindings when building native rpm, and adjust the DEPENDS to match. Perl bindings were, in fact, already disabled for both native and target builds so it's

Re: [OE-core] [PATCH] gnutls: add --with-libdl-prefix and --with-libpthread-prefix

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 13:00 +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-support/gnutls/gnutls.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc

Re: [OE-core] [PATCH] dbus: avoid dependency on x11 for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 10:15 +0100, Phil Blundell wrote: The native variant already configures --without-x so the X11 libs are redundant. Adjust the DEPENDS to match. Signed-off-by: Phil Blundell ph...@gnu.org --- meta/recipes-core/dbus/dbus.inc |7 +-- 1 files changed, 5

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

2011-06-02 Thread Richard Purdie
On Wed, 2011-06-01 at 13:59 -0700, Tom Rini wrote: On 06/01/2011 01:45 PM, Phil Blundell wrote: On Wed, 2011-06-01 at 13:42 -0700, Tom Rini wrote: What falls down in this case is that once perl-native is built (and in our PATH), if it's a different version than system-wide perl, stuff

Re: [OE-core] [CONSOLIDATED PULL 00/12] 2-June-2011

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 07:57 -0700, Saul Wold wrote: Not pulled as likely dependent on the above. bison: upgrade from 2.4.3 to 2.5 Likewise. Saul Wold (2): ghostscript: Fix up file locations and add i686 Why did this need the location fixups? Something sounds wrong here

Re: [OE-core] [PATCH] eglibc: fix mispackaging of libcidn

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 13:15 +0100, Phil Blundell wrote: The glob for libc_baselibs was too permissive, causing some of the libcidn symlinks to be placed in ${PN} rather than the intended subpackage. Worse, the .so itself was actually landing in ${PN}-dev, so the net effect was to make

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

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 09:28 -0700, Tom Rini wrote: On 06/02/2011 07:37 AM, Phil Blundell wrote: On Thu, 2011-06-02 at 07:25 -0700, Tom Rini wrote: But help2man is just the easy/common case. Heck, it _may_ blow up even with the host help2man instead of help2man-native, if a recipe uses

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-02 Thread Richard Purdie
On Wed, 2011-06-01 at 20:40 +, Otavio Salvador wrote: On Wed, Jun 1, 2011 at 20:37, Phil Blundell p...@pbcl.net wrote: On Wed, 2011-06-01 at 20:09 +, Otavio Salvador wrote: -# CONFIG_MDEV is not set +CONFIG_MDEV=y Per previous discussion, I am still uneasy about this change. I

Re: [OE-core] [PATCH 2/3] qmake_base.bbclass: fix lrelease/lupdate binary names

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 17:51 +0100, Paul Eggleton wrote: On Wednesday 01 June 2011 21:09:54 Otavio Salvador wrote: To support translation, qmake based projects usually call lrelease and lupdate however OE changes the binary names so this needs some mangle to work out of box.

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

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: From: Kang Kai kai.k...@windriver.com Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = and write what options you want to enable. If want

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote: Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven: On Thursday, June 02, 2011 09:37:41 AM Richard Purdie wrote: On Wed, 2011-06-01 at 20:40 +, Otavio Salvador wrote: On Wed, Jun 1, 2011 at 20:37, Phil Blundell p

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

2011-06-03 Thread Richard Purdie
On Thu, 2011-06-02 at 23:10 -0700, Darren Hart wrote: These are maybe a bit off topic, but I'll leave it to you to decide if they meet the criteria for this effort. o bb.debug messages are not logged anywhere nor do they appear on the console with -DDD during recipe parsing (while bb.note

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 10:59 +0200, Koen Kooi wrote: Op 3 jun 2011, om 10:24 heeft Richard Purdie het volgende geschreven: On Fri, 2011-06-03 at 08:37 +0200, Koen Kooi wrote: Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven: On Thursday, June 02, 2011 09:37:41 AM Richard

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

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 16:54 +0800, Kang Kai wrote: Hi Richard, Thanks for your comments. And I have one question: On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: From: Kang Kaikai.k...@windriver.com Migrate configurability from oe, try to shrink minimal image size The switch

Re: [OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-03 Thread Richard Purdie
On Fri, 2011-06-03 at 12:32 +0100, Phil Blundell wrote: On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: If want to disable locale-code charsets or locales, you have to uncomment PACKAGE_NO_GCONV = 1 Because without this, it fails on package_do_split_gconvs in libc-package.bbclass

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 07:55 +0100, Phil Blundell wrote: On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: SECTION_${PN}-dev = devel ALLOW_EMPTY_${PN}-dev = 1 RDEPENDS_${PN}-dev = ${PN} (= ${EXTENDPKGV}) +FILES_${PN}-staticlibs = ${libdir}/*.a ${base_libdir}/*.a

Re: [OE-core] [PATCH 3/4] tar: upgrade to v1.26

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 09:00 +0100, Phil Blundell wrote: On Sun, 2011-06-05 at 21:49 -0700, Scott Garman wrote: SECTION = base +PRIORITY = optional Seeing this sort of thing makes me wonder whether SECTION and PRIORITY actually belong in the core metadata at all. It seems as though the

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 17:31 +, Otavio Salvador wrote: On Mon, Jun 6, 2011 at 16:50, Saul Wold s...@linux.intel.com wrote: ... As was pointed out earlier Fedora packages static libraries in a -static package, but this had other implications for OE due to -static already being in use

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 10:03 -0700, Khem Raj wrote: On Sun, Jun 5, 2011 at 11:44 PM, Saul Wold s...@linux.intel.com wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- meta/conf/bitbake.conf | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [CONSOLIDATED PULL 01/20] bitbake.conf: Create staticlibs pacakge for static libraries

2011-06-06 Thread Richard Purdie
On Mon, 2011-06-06 at 19:07 +, Otavio Salvador wrote: On Mon, Jun 6, 2011 at 19:00, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2011-06-06 at 17:31 +, Otavio Salvador wrote: I personally prefer -static. -staticlib seems redundant for me since we can end

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

2011-06-07 Thread Richard Purdie
On Mon, 2011-06-06 at 21:53 -0700, Darren Hart wrote: On 06/03/2011 08:47 AM, Chris Larson wrote: Heh, I used to have a personal branch where I dropped those, and also removed the unnecessary NOTE: prefix. I think its a given that something that doesn't indicate a warning or an error is

Re: [OE-core] Layer index wiki page

2011-06-07 Thread Richard Purdie
On Tue, 2011-06-07 at 14:58 -0400, Cliff Brake wrote: On Tue, Jun 7, 2011 at 12:12 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi all, I've created a wiki page to provide a central index of all layers that can be used with oe-core:

Re: [OE-core] [CONSOLIDATED PULL 00/13] 06-June-2011

2011-06-07 Thread Richard Purdie
On Tue, 2011-06-07 at 00:01 -0700, Saul Wold wrote: Updates for the kernel and lots of distro tracking updates for manual based updates checking. Sau! The following changes since commit 925de3b3e74d15547840a2edaceff437e135bddd: tzcode: Update to 2011g (2011-06-06 15:52:18 +0100)

Re: [OE-core] [PATCH] uclibc: remove PACKAGE_ARCH, fix compilation on i586

2011-06-07 Thread Richard Purdie
On Tue, 2011-06-07 at 10:36 +0100, Phil Blundell wrote: Ping? I'm not against this move at all but before this patch merges we should really have a cleanup which removes the *.machine configuration files from the uclibc recipe directory along with all the machine specific overrides that are in

Re: [OE-core] [CONSOLIDATED PULL 00/20] 05-June-2011

2011-06-07 Thread Richard Purdie
On Sun, 2011-06-05 at 23:44 -0700, Saul Wold wrote: This pulls together a set of changes from the later part of last week, these have been built. I have updated Nitin's comment about the License change (which was adding years). This also includes Scott's User Addition code. I did not

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

2011-06-08 Thread Richard Purdie
On Wed, 2011-06-08 at 10:36 +0100, Phil Blundell wrote: On Wed, 2011-06-08 at 17:08 +0800, Dongxiao Xu wrote: *libc's do_package will cost a lot of time due to the locale handing, which may delay the other recipe's do_package task and affect the build performance. This commit moves

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

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 /bar/oecore

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] 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

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] [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

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

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] [CONSOLIDATED PULL 0/4] 10-June

2011-06-10 Thread Richard Purdie
On Thu, 2011-06-09 at 23:26 -0700, Saul Wold wrote: Kang Kai (1): ghostscript: update SRC_URI Nitin A Kamble (1): gcc: rebase the patch to avoid patch rejection This was a disaster. It breaks the build and is huge, thereby clogging up the source control system web interface etc. I

Re: [OE-core] [PATCH 2/2] Share gcc work directories

2011-06-11 Thread Richard Purdie
On Sat, 2011-06-11 at 15:19 +0800, Robert Yang wrote: This patched is derived from Richard, make gcc use the shared source directory during the different building: 1) Make gcc-cross, gcc-cross-initial, gcc-cross-intermediate and gcc-runtime share the same source directory. 2) The

[OE-core] [PATCH 00/11] Various dependency tweaks + nastivesdk fixes

2011-06-13 Thread Richard Purdie
-contrib/log/?h=rpurdie/for-master Richard Purdie (11): pointercal: Inhibit toolchain dependencies as its just config files formfactor: Inhibit toolchain dependencies as its just config files keymaps: Inhibit toolchain dependencies as its just configuration files usbinit: Inherit allarch

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-13 Thread Richard Purdie
On Mon, 2011-06-13 at 15:10 -0700, Tom Rini wrote: On 06/13/2011 02:30 PM, Richard Purdie wrote: On Mon, 2011-06-13 at 22:36 +0200, Koen Kooi wrote: Op 13 jun 2011, om 22:28 heeft Saul Wold het volgende geschreven: On 06/13/2011 11:31 AM, Koen Kooi wrote: Hi, Khem was asking if I

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-13 Thread Richard Purdie
On Mon, 2011-06-13 at 15:44 -0700, Tom Rini wrote: On 06/13/2011 03:35 PM, Richard Purdie wrote: On Mon, 2011-06-13 at 15:10 -0700, Tom Rini wrote: On 06/13/2011 02:30 PM, Richard Purdie wrote: On Mon, 2011-06-13 at 22:36 +0200, Koen Kooi wrote: Op 13 jun 2011, om 22:28 heeft Saul Wold

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-13 Thread Richard Purdie
On Mon, 2011-06-13 at 23:17 +, Otavio Salvador wrote: On Mon, Jun 13, 2011 at 23:04, Richard Purdie richard.pur...@linuxfoundation.org wrote: ... So on the one hand I do understand your concern. I'm personally and Yocto are doing the best we can. On the other I'd suggest if testing

Re: [OE-core] Where is atom-pc.conf hiding?

2011-06-14 Thread Richard Purdie
On Tue, 2011-06-14 at 08:44 +0100, Phil Blundell wrote: On Mon, 2011-06-13 at 15:10 -0700, Tom Rini wrote: Until then, and even afterwards can we please get some testing of non-poky builds done? I know the autobuilder is full but can't we toss a few things onto a personal box and try that

Re: [OE-core] [CONSOLIDATED PULL 00/51] 14-June-2011

2011-06-14 Thread Richard Purdie
Hi Saul, I did a merge of the easy ones in this series. There are some I've left pending a little further review or feedback. On Tue, 2011-06-14 at 01:01 -0700, Saul Wold wrote: This has number fixes for various issues along with recipe updates. While the autobuidler does not look so great,

Re: [OE-core] [PATCH 0/1] Upgrade gcc 4.6.0 to latest on FSF 4.6 branch

2011-06-14 Thread Richard Purdie
On Tue, 2011-06-14 at 10:28 +0100, Phil Blundell wrote: On Mon, 2011-06-13 at 10:12 -0700, Khem Raj wrote: On Mon, Jun 13, 2011 at 1:51 AM, Phil Blundell p...@pbcl.net wrote: On Sun, 2011-06-12 at 21:03 -0700, Khem Raj wrote: This patch brings in new patches from gcc 4.6 FSF branch And

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-14 Thread Richard Purdie
On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/allarch.bbclass |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index e3ac392..b9ba28b

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-15 Thread Richard Purdie
On Wed, 2011-06-15 at 10:56 +0200, Koen Kooi wrote: Op 14 jun 2011, om 23:24 heeft Richard Purdie het volgende geschreven: On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/allarch.bbclass |5 +++-- 1 files changed, 3

Re: [OE-core] [PATCH 0/1] linux-yocto: update meta branch SRCREV

2011-06-15 Thread Richard Purdie
On Wed, 2011-06-15 at 00:05 -0400, Bruce Ashfield wrote: Richard/Saul, The patch really says it all, so I'm repeating it here: [ Updating the meta SRCREV to fix a bad commit which resulted in the tree being dirty after checkpoint, and hence a failure during the patch phase. The

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-15 Thread Richard Purdie
at 2:32 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 14 jun 2011, om 23:24 heeft Richard Purdie het volgende geschreven: On Tue, 2011-06-14 at 14:13 -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/allarch.bbclass |5 +++-- 1 files

Re: [OE-core] [PATCH V2] allarch.bbclass: Set FEED_ARCH to original value of BASE_PACKAGE_ARCH and then set BASE_PACKAGE_ARCH to 'all'

2011-06-15 Thread Richard Purdie
On Wed, 2011-06-15 at 12:37 +0200, Koen Kooi wrote: Op 15 jun 2011, om 12:22 heeft Richard Purdie het volgende geschreven: On Wed, 2011-06-15 at 12:15 +0200, Koen Kooi wrote: Op 15 jun 2011, om 12:07 heeft Richard Purdie het volgende geschreven: I know, but we have two choices

Re: [OE-core] [PATCH] eglibc_2.12.bb: Remove already upstreamed fix-for-make-3.82.diff

2011-06-15 Thread Richard Purdie
On Tue, 2011-06-14 at 11:53 -0700, Khem Raj wrote: This patch is already applied to eglibc 2.12 branch as seen here http://www.eglibc.org/cgi-bin/viewcvs.cgi/branches/eglibc-2_12/libc/manual/Makefile?rev=12230sortby=dater2=12230r1=10495 Signed-off-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [PATCH] eglibc: bump PR for SRCREV changes

2011-06-15 Thread Richard Purdie
On Tue, 2011-06-14 at 21:23 +0200, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/eglibc/eglibc_2.12.bb |2 +- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Applied to master, thanks.

Re: [OE-core] [patch] bind: adjust hardcoded install path references

2011-06-15 Thread Richard Purdie
On Wed, 2011-06-15 at 15:26 +0100, Phil Blundell wrote: Fixes do_install() on micro, which otherwise fails for obvious reasons. Signed-off-by: Phil Blundell ph...@gnu.org --- meta/recipes-connectivity/bind/bind_9.7.2-P3.bb | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-)

Re: [OE-core] 'elfutils' needed to build kernel (perf), but not listed in DEPENDS

2011-06-20 Thread Richard Purdie
On Mon, 2011-06-20 at 13:09 +0200, Koen Kooi wrote: Hi, I finally tracked down the heisenbug that was causing kernel builds to fail: kernel*bbclass has no DEPENDS on elfutils, but it still tries to build perf. While grepping I also stumbled accross this gem:

[OE-core] Multilib Development Update

2011-06-21 Thread Richard Purdie
We've been experimenting with multilib and I now feel it right to discuss the changes a bit further now there is something to discuss :). The work so far on this is available on the branch: http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rpurdie/ml There have been a few issues and some

Re: [OE-core] Multilib Development Update

2011-06-21 Thread Richard Purdie
On Tue, 2011-06-21 at 14:28 +0200, Koen Kooi wrote: Op 21 jun 2011, om 14:14 heeft Richard Purdie het volgende geschreven: We've been experimenting with multilib and I now feel it right to discuss the changes a bit further now there is something to discuss :). The work so far

Re: [OE-core] Using TCLIBC = uclibc in oe-core

2011-06-21 Thread Richard Purdie
On Tue, 2011-06-21 at 15:54 +0100, Phil Blundell wrote: On Tue, 2011-06-21 at 15:04 +0100, Tom Parkin wrote: The attached patch allows me to (at least) assemble the bitbake task list when TCLIBC = uclibc. I'm not sure whether this is the correct approach, though. Do you know why

Re: [OE-core] Multilib Development Update

2011-06-21 Thread Richard Purdie
On Tue, 2011-06-21 at 15:33 +0200, Eric BĂ©nard wrote: Hi, On 21/06/2011 15:30, Richard Purdie wrote: On Tue, 2011-06-21 at 15:02 +0200, Frans Meulenbroeks wrote: As I already asked before: what is the benefit having this in embedded systems? If I am doing an embedded system I know

Re: [OE-core] Directory permissions and ownership -- RFC

2011-06-21 Thread Richard Purdie
On Tue, 2011-06-21 at 14:12 -0500, Mark Hatle wrote: On 6/21/11 1:57 PM, Phil Blundell wrote: On Tue, 2011-06-21 at 11:43 -0500, Mark Hatle wrote: Adjust the umask to 022. This resolves the problem of dynamically generated directories (mkdir -p) and specific files (touch foo) having odd

[OE-core] Patterns in the hackery various classes need - Need API change?

2011-06-21 Thread Richard Purdie
I've spent quite a bit of time recently staring at the insanity that some of our core classes have. That code generally works so people like to leave it well alone but when you look at some of it, there is some nasty stuff going on. Taking cross.bbclass as an example: # Save PACKAGE_ARCH

Re: [OE-core] [PATCH] gnome-keyring 2.32.1: fix packaging

2011-06-22 Thread Richard Purdie
On Sun, 2011-06-19 at 14:26 +0200, Koen Kooi wrote: NOTE: package gnome-keyring-2.32.1-r1: task do_package: Started WARNING: the following files were installed but not shipped in any package: WARNING: /usr/share/gcr/ui/gcr-import-dialog.ui WARNING:

Re: [OE-core] [PATCH] glib-2.0 2.28.x: update to 2.28.8

2011-06-22 Thread Richard Purdie
On Mon, 2011-06-20 at 10:24 +0200, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...003-gatomic-proper-pointer-get-cast.patch.patch | 28 .../0005-glib-mkenums-interpreter.patch.patch | 25 +

Re: [OE-core] [PATCH] alsa-utils 1.0.24.2: fix packaging

2011-06-22 Thread Richard Purdie
On Wed, 2011-06-22 at 10:42 +0200, Koen Kooi wrote: Put the rules and scripts associated with alsactl in the alsactl subpackage Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Merged to master, thanks. Richard ___ Openembedded-core

Re: [OE-core] [PATCH 0/1] Remove obsolete gnome-vfs

2011-06-22 Thread Richard Purdie
On Tue, 2011-06-21 at 15:12 +0800, edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com This patch removed obsolete gnome-vfs in favor of GIO/GVFS. Pls. help to review. Thanks, edwin The following changes since commit 4ff7af11ef69849ef9c16f585eae58ac920b222b:

Re: [OE-core] [PATCH 0/4] uclibc and related fixes

2011-06-22 Thread Richard Purdie
On Tue, 2011-06-21 at 18:44 -0700, Khem Raj wrote: Fix uclibc build for x86_64 gettext compile failed on uclibc so fix it and additionally remove unused patches Add required support for systemd to function with uclibc Quash a parse warning where uclibc-initial and uclibc both provided

Re: [OE-core] [PATCH 1/1] ccache: Integrate ccache-native

2011-06-22 Thread Richard Purdie
On Fri, 2011-06-17 at 17:19 +0800, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com 1) Add ccache as a native tool, for getting it built automatically make it as the dependency of bzip2; Also, the ccache will be included by SDK images; 2) Set CCACHE on a per

Re: [OE-core] [PATCH 0/1] task-core-lsb: Add absent libraries and commands to task-core-lsb.bb

2011-06-22 Thread Richard Purdie
On Wed, 2011-06-22 at 14:43 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan xiaofeng@windriver.com tools-profile and tools-testapps which include three packages owl-video , sysprof and alsa-utils-amixer beside other packages were removed from variable EXTRA_IMAGE_FEATURES in

Re: [OE-core] [PATCH 0/4] eglibc 2.14 upgrade

2011-06-22 Thread Richard Purdie
On Tue, 2011-06-21 at 18:43 -0700, Khem Raj wrote: This patchset upgrades eglibc 2.13 - 2.14 Needed a binutils fix for x86_64 Package sotruss which is new in eglibc 2.14

Re: [OE-core] [PATCH V2 0/2] Change gcc 4.6 recipes to use svn in SRC_URI

2011-06-22 Thread Richard Purdie
On Tue, 2011-06-21 at 18:43 -0700, Khem Raj wrote: changes since V1 Separate out non gcc changes to a different pull request Patches are not attached inline due to sheer size of them as they might choke patchwork. The are only on the branch The following changes since commit

Re: [OE-core] [PATCH 0/4] uclibc and related fixes

2011-06-22 Thread Richard Purdie
On Wed, 2011-06-22 at 08:57 -0700, Khem Raj wrote: On 06/22/2011 08:42 AM, Richard Purdie wrote: On Tue, 2011-06-21 at 18:44 -0700, Khem Raj wrote: Fix uclibc build for x86_64 gettext compile failed on uclibc so fix it and additionally remove unused patches Add required support

Re: [OE-core] [PATCH 0/1] Fix for bitbake freeze due to git fetch during parse

2011-06-22 Thread Richard Purdie
On Tue, 2011-06-21 at 18:29 +0100, Paul Eggleton wrote: Addresses [YOCTO #1186]. See patch for further details. (Sending against poky-contrib since OE git is currently experiencing issues.) The following changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b: systemtap: remove

Re: [OE-core] [PATCH 1/1] clutter: Use new git repo

2011-06-22 Thread Richard Purdie
On Tue, 2011-06-21 at 20:22 +0800, edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com clutter move its git server from clutter-project.org to gnome.org [YOCTO #1040] got fixed Signed-off-by: Zhai Edwin edwin.z...@intel.com ---

Re: [OE-core] [PATCH 0/3] qt4-tools-nativesdk fixes

2011-06-22 Thread Richard Purdie
On Sat, 2011-06-18 at 19:56 +0100, Paul Eggleton wrote: Several fixes for qt4-tools-nativesdk. The following changes since commit 835d817f1ba7b99167743fdb86ba80f3a07bd82d: systemtap: remove non-core COMPATIBLE_MACHINES (2011-06-16 22:12:40 +0100) are available in the git repository at:

Re: [OE-core] [PATCH V2 0/2] Change gcc 4.6 recipes to use svn in SRC_URI

2011-06-22 Thread Richard Purdie
On Wed, 2011-06-22 at 17:05 +0100, Phil Blundell wrote: On Wed, 2011-06-22 at 17:00 +0100, Richard Purdie wrote: I'm afraid I don't like having gcc 4.6 being so publicly visible. Its fine for the recipe names but the PV itself really needs to be something like 4.6.2+svn. Well, er, gcc

Re: [OE-core] [PATCH 0/1] linux-yocto: bump SRCREVs for utrace

2011-06-22 Thread Richard Purdie
On Fri, 2011-06-17 at 00:38 -0400, Bruce Ashfield wrote: Richard/Saul, Updating the SRCREVs to take into acccount the utrace update from Tom. With this, the stage is set for systemtap support. Note: the pull branch also contains a change for meta-yocto, so grab the right one! The

Re: [OE-core] [PATCH 0/2] linux-yocto: consolidated merge request

2011-06-22 Thread Richard Purdie
On Wed, 2011-06-22 at 17:29 -0400, Bruce Ashfield wrote: Hi, This pull request contains the first iteration of the base configuration changes discussed on the list about two weeks ago, and a common USB fix that was identified during the beagleboard refresh. 94fa015 meta: add taskstats

Re: [OE-core] [PATCH 0/4] eglibc 2.14 upgrade

2011-06-22 Thread Richard Purdie
On Wed, 2011-06-22 at 15:31 -0700, Khem Raj wrote: On Wed, Jun 22, 2011 at 1:28 PM, Mark Hatle mark.ha...@windriver.com wrote: On 6/22/11 1:35 PM, Mark Hatle wrote: Since applying this update, I'm not longer getting an rpc/rpc.h file, which breaks various things like busybox mount. Is

Re: [OE-core] [PATCH V2 0/2] Change gcc 4.6 recipes to use svn in SRC_URI

2011-06-23 Thread Richard Purdie
On Thu, 2011-06-23 at 01:40 -0700, Khem Raj wrote: On Wed, Jun 22, 2011 at 9:08 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 22 jun 2011, om 18:00 heeft Richard Purdie het volgende geschreven: On Tue, 2011-06-21 at 18:43 -0700, Khem Raj wrote: changes since V1 Separate out non

Re: [OE-core] [PATCH 00/40] Various Recipe Fixes (v3)

2011-06-23 Thread Richard Purdie
On Wed, 2011-06-22 at 14:53 -0500, Mark Hatle wrote: V3 includes fixes to issues noticed by Phil Blundell --- version 2 below --- V2 only includes a change to patch 13, to resolve the issues mentioned by Koen. --- original comments below --- While working on the permissions and umask

[OE-core] [PATCH 3/4] classes/conf: Drop MULTIMACH_ARCH variable, it adds unused complexity and serves no useful purpose

2011-06-23 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/base.bbclass |8 +--- meta/classes/cross-canadian.bbclass | 14 +++--- meta/classes/sstate.bbclass |4 ++-- meta/conf/bitbake.conf |9 ++--- 4 files

[OE-core] [PATCH 4/4] base/glib-2.0: Simplify USE_NLS handling for glib-2.0

2011-06-23 Thread Richard Purdie
these days. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/base.bbclass |4 meta/conf/distro/include/tclibc-uclibc.inc |1 - meta/recipes-core/glib-2.0/glib-2.0.inc|6 -- meta/recipes-core/glib-2.0/glib.inc|3

[OE-core] [PATCH 1/4] base.bbclass: Drop old style SRCDATE handling, we have pn- overrides now

2011-06-23 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/base.bbclass |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 119b052..4681489 100644 --- a/meta/classes/base.bbclass +++ b

[OE-core] [PATCH 2/4] base.bbclass: Since we require python 2.6 which always contains hashlib we can drop this fallback code

2011-06-23 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/classes/base.bbclass | 10 -- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 4681489..f390f08 100644 --- a/meta/classes/base.bbclass

Re: [OE-core] [PATCH 1/1] libc-package.bbclass: Replace hard coded libdir.

2011-06-23 Thread Richard Purdie
On Thu, 2011-06-23 at 19:33 +0800, Lianhao Lu wrote: Replace the hard coded libdir for locale generating to meet the multilib requirement. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/libc-package.bbclass |7 --- 1 files changed, 4 insertions(+), 3 deletions(-)

Re: [OE-core] [PATCH 0/1] Use new git server for clutter, V2

2011-06-23 Thread Richard Purdie
On Thu, 2011-06-23 at 20:33 +0800, edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com This patch use new git server for clutter. Pls. pull. The following changes since commit b914de55a45029658116f729ffda3abead654c90: Revert eglibc: Upgrade recipes from 2.13 - 2.14

Re: [OE-core] [PATCH] kernel.bbclass: Stage System.map with KERNEL_VERSION suffix

2011-06-23 Thread Richard Purdie
On Wed, 2011-06-22 at 16:48 -0700, Tom Rini wrote: Without this, images will fail now that kernel-abiversion is back. Signed-off-by: Tom Rini tom_r...@mentor.com --- meta/classes/kernel.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Merged to master, thanks. Richard

Re: [OE-core] [PATCH 0/4] eglibc 2.14 upgrade

2011-06-23 Thread Richard Purdie
On Wed, 2011-06-22 at 16:22 -0700, Khem Raj wrote: On Wed, Jun 22, 2011 at 3:59 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-06-22 at 15:31 -0700, Khem Raj wrote: On Wed, Jun 22, 2011 at 1:28 PM, Mark Hatle mark.ha...@windriver.com wrote: On 6/22/11 1:35 PM

Re: [OE-core] sstate skips STAGING_DIR_KERNEL?

2011-06-23 Thread Richard Purdie
On Wed, 2011-06-22 at 17:20 -0700, Tom Rini wrote: As part of looking into the problem I had that I just posted a patch for I was going why isn't -c clean (or cleanall or cleansstate) knocking out STAGING_DIR_KERNEL contents? Answer, sstate is totally skipping that out. Is there some

<    1   2   3   4   5   6   7   8   9   10   >