Re: [OE-core] [PATCH 1/1] perl-native_5.12.2.bb: Fix compliation on ubuntu 11.04-alpha

2011-03-23 Thread Richard Purdie
On Mon, 2011-03-21 at 14:40 -0700, Tom Rini wrote: On 03/21/2011 11:23 AM, Khem Raj wrote: Ubuntu has moved eglibc to /usr/lib/${arch}-linux-gnu and /lib/${arch}-linux-gnu so we need that to be added to glibpth in Configure. Currently we set LD=ld in environment for recipes inheriting

Re: [OE-core] [RFC] recipes-efl inside meta-oe or meta-efl next to meta-oe?

2011-03-23 Thread Richard Purdie
On Wed, 2011-03-23 at 12:49 +0100, Koen Kooi wrote: I'd like to import the EFL recipes Martin did from meta-shr into the meta-openembedded repo. Before I go bothering Martin about it, what would be the best place to put them? Inside meta-oe: meta-openembedded/ meta-oe/

Re: [OE-core] [PATCH 0/7] Consistent MIRROR usage

2011-03-23 Thread Richard Purdie
On Tue, 2011-03-22 at 15:07 -0700, Tom Rini wrote: The following series updates the recipes in oe-core that fetch from a site we have a MIRROR variable for (gnu.org, sourceforge, etc) but were fetching directly rather than via the mirror variable. Part of this is making use of

Re: [OE-core] [PATCH 0/2] coreutils-native and gettext fixes

2011-03-23 Thread Richard Purdie
On Tue, 2011-03-22 at 11:21 -0700, Tom Rini wrote: They following changes do two things. First up, this re-syncs coreutils-native with the changes I just made in openembedded.master to opt out of gmp-native rather than DEPEND on it (oe.master had neither previously). The second change was

Re: [OE-core] [RFC] recipes-efl inside meta-oe or meta-efl next to meta-oe?

2011-03-23 Thread Richard Purdie
On Wed, 2011-03-23 at 15:40 +, Graeme Gregory wrote: On Wed, Mar 23, 2011 at 08:19:31AM -0700, Khem Raj wrote: On Wed, Mar 23, 2011 at 4:49 AM, Koen Kooi k...@dominion.thruhere.net wrote: Hi, I'd like to import the EFL recipes Martin did from meta-shr into the

Re: [OE-core] [RFC] recipes-efl inside meta-oe or meta-efl next to meta-oe?

2011-03-23 Thread Richard Purdie
On Wed, 2011-03-23 at 17:52 +, Graeme Gregory wrote: On Wed, Mar 23, 2011 at 04:03:04PM +, Joshua Lock wrote: On Wed, 2011-03-23 at 15:40 +, Graeme Gregory wrote: On Wed, Mar 23, 2011 at 08:19:31AM -0700, Khem Raj wrote: On Wed, Mar 23, 2011 at 4:49 AM, Koen Kooi

Re: [OE-core] [PATCH] sstate: use only unique set of SSTATETASK

2011-03-23 Thread Richard Purdie
On Thu, 2011-03-24 at 00:05 +0100, Martin Jansa wrote: * otherwise strange error like this: ERROR: Logfile of failure stored in: /OE/shr-core/tmp/work/armv7a-oe-linux-gnueabi/libtool-cross-2.4-r1/temp/log.do_package_write_ipk.25551 Log data follows: | ERROR: Package already staged

Re: [OE-core] [PATCH] gnutls: add BBCLASSEXTEND = native

2011-03-25 Thread Richard Purdie
On Thu, 2011-03-24 at 10:36 +0100, k...@dominion.thruhere.net wrote: From: Koen Kooi k...@dominion.thruhere.net This is needed for the native recipes in meta-efl Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-support/gnutls/gnutls.inc |2 ++ 1 files changed, 2

Re: [OE-core] [PATCH 0/2] Split IMAGE* variables into a separate class

2011-03-25 Thread Richard Purdie
On Thu, 2011-03-24 at 14:49 +, Richard Purdie wrote: From: Richard Purdie richard.pur...@linuxfoundation.org These patches split the IMAGE* variables out into a separate class to improve readabilty. The patch descriptions themselves have the details. Pull URL: git

Re: [OE-core] staging using kernel headers

2011-03-25 Thread Richard Purdie
On Fri, 2011-03-25 at 15:14 +0100, Michael Jones wrote: On 03/25/2011 02:38 PM, Richard Purdie wrote: On Fri, 2011-03-18 at 10:55 +0100, Koen Kooi wrote: CC:ing oe-core since we have kernel.bbclass patches there as well. Op 18 mrt 2011, om 10:49 heeft Michael Jones het volgende geschreven

Re: [OE-core] [PATCH 02/46] classes: Use virtual/libintl instead of gettext

2011-04-04 Thread Richard Purdie
Hi Khem, I have some comments about this patch. On Thu, 2011-03-31 at 21:28 -0700, Khem Raj wrote: uclibc can use a proxy-libintl to provide dummy gettext functionality so we need to make sure we operate on virtual/libintl gettext class is fixed so we can always use inherit gettext to

Re: [OE-core] [PATCH 01/46] sanity.bbclass: Use SSTATE_MANIFESTS instead of hard coding sstate-control

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:28 -0700, Khem Raj wrote: This helps when SSTATE_MANIFESTS is overridden by external layers Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/sanity.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH 13/46] gettext_0.17.bb: Use linux-uclibceabi instead of linux-uclibcgnueabi

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:28 -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/gettext/gettext_0.17.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.17.bb

Re: [OE-core] [PATCH 20/46] alsa-utils_1.0.23.bb: Remove xmlto requirement

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:29 -0700, Khem Raj wrote: Patch imported from OE Use uclibceabi instead of uclibcgnueabi inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj raj.k...@gmail.com For OE-Core, there is a move towards generating manuals and

Re: [OE-core] [PATCH 24/46] elfutils_0.148.bb: Fix compilation issues on uclibc

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:29 -0700, Khem Raj wrote: * Add -luargp and -lintl to linker flags * __mempcpy is not there on uclibc so define it to mempcpy Signed-off-by: Khem Raj raj.k...@gmail.com --- .../elfutils/elfutils-0.148/mempcpy.patch | 14 ++

Re: [OE-core] [PATCH 23/46] flex.inc: inherit gettext class instead of adding gettext to DEPENDS directly

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:29 -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/flex/flex.inc |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc index

Re: [OE-core] [PATCH 26/46] perl_5.12.2.bb: By defualt undefine features not found in uclibc

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:29 -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/perl/perl-5.12.2/config.sh | 14 +++--- meta/recipes-devtools/perl/perl_5.12.2.bb| 10 ++ 2 files changed, 17 insertions(+), 7 deletions(-)

Re: [OE-core] [PATCH 25/46] gcc-runtime_4.5.1.bb: Do not filter out -feliminate-dwarf2-dups

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:29 -0700, Khem Raj wrote: This is already taken care by bitbake.conf Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gcc/gcc-runtime_4.5.1.bb |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git

Re: [OE-core] [PATCH 27/46] xorg-proto: inherit gettext class instead of adding gettext to DEPENDS directly

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:29 -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- .../xorg-proto/bigreqsproto_1.1.1.bb |2 -- meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb |2 -- .../xorg-proto/xcmiscproto_1.2.1.bb|2 --

Re: [OE-core] [PATCH 29/46] attr: Fix compilation on uclibc

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:29 -0700, Khem Raj wrote: It needs -lintl added to LDFLAGS for uclibc inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-support/attr/attr.inc |8

Re: [OE-core] [PATCH 45/46] libexif_0.6.16.bb: inherit gettext class instead of adding gettext to DEPENDS directly

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:30 -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-support/libexif/libexif_0.6.16.bb |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/libexif/libexif_0.6.16.bb

Re: [OE-core] [PATCH 46/46] linux-tools.inc: Dummify do_compile_perf and do_install_perf for uclibc

2011-04-04 Thread Richard Purdie
On Thu, 2011-03-31 at 21:30 -0700, Khem Raj wrote: Perf wants elfutils and elfutils on uclibc does not work due to its usage of obstack_printf functionality missing from uclibc. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-kernel/linux/linux-tools.inc | 12 1

Re: [OE-core] [PATCH 0/2] Bring in and use patchdir

2011-04-04 Thread Richard Purdie
On Fri, 2011-04-01 at 07:37 -0700, Tom Rini wrote: The following series brings in the 'patchdir' parameter from openembedded so that we can say that a patch needs to be applied in a subdir. This allows us to re-write the db change for how we apply the arm patch to be just ';subdir=..' and in

Re: [OE-core] [poky] Proposed Multilib Implementation Brainstorming

2011-04-06 Thread Richard Purdie
On Wed, 2011-04-06 at 09:08 +0200, Esben Haabendal wrote: Richard Purdie richard.pur...@linuxfoundation.org writes: One of the items on our post 1.0 schedule is multilib and we need a plan of implementation. I've been thinking about this for a while and at least have some ideas how some

Re: [OE-core] [poky] Proposed Multilib Implementation Brainstorming

2011-04-06 Thread Richard Purdie
On Wed, 2011-04-06 at 14:16 +0200, Esben Haabendal wrote: Richard Purdie richard.pur...@linuxfoundation.org writes: On Wed, 2011-04-06 at 09:08 +0200, Esben Haabendal wrote: Richard Purdie richard.pur...@linuxfoundation.org writes: One of the items on our post 1.0 schedule is multilib

Re: [OE-core] [poky] Proposed Multilib Implementation Brainstorming

2011-04-06 Thread Richard Purdie
On Wed, 2011-04-06 at 15:21 +0200, Esben Haabendal wrote: Richard Purdie richard.pur...@linuxfoundation.org writes: On Wed, 2011-04-06 at 14:16 +0200, Esben Haabendal wrote: I actually believe the core in OE is well suited to multilib support and using it will show off some of the power

Re: [OE-core] Proposed Multilib Implementation Brainstorming

2011-04-06 Thread Richard Purdie
On Wed, 2011-04-06 at 10:47 +0200, Frans Meulenbroeks wrote: I think most embedded systems would only use one lib. To take your lib/lib64 example: If I am developing for an embedded system I know whether it will run as 32 or 64 bit, so there is no need to have both. I agree that this is the

Re: [OE-core] [PATCH 0/1] Fix elfutils-native with GCC 4.6

2011-04-06 Thread Richard Purdie
On Wed, 2011-04-06 at 12:10 +0100, Joshua Lock wrote: From: Joshua Lock j...@linux.intel.com Unfortunately I'm currently unable to test this on a machine with GCC version other than 4.6 but thought it was worth getting this patch out there as I'll be in the air and travelling until next

Re: [OE-core] [PATCH 0/6] Consolidated Pull Request

2011-04-06 Thread Richard Purdie
On Tue, 2011-04-05 at 14:47 -0700, Saul Wold wrote: From: Saul Wold s...@linux.intel.com Richard, Here are a half dozen pull requests for oe-core and poky. Thanks Sau! Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: distro/oe-core Browse:

Re: [OE-core] [PATCH 2/6] gst-meta-base: Support http/https remote streams

2011-04-06 Thread Richard Purdie
On Wed, 2011-04-06 at 09:11 +0200, Koen Kooi wrote: Op 5 apr 2011, om 23:48 heeft Saul Wold het volgende geschreven: From: Dongxiao Xu dongxiao...@intel.com Add libgstsouphttpsrc library to support remote stream playing via http/https protocols. This solves the mp4 playing issue

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Richard Purdie
On Tue, 2011-04-05 at 23:18 -0700, Khem Raj wrote: On Tue, Apr 5, 2011 at 5:38 PM, Tom Rini tom_r...@mentor.com wrote: The previous 5.7 release was relatively close to 5.8 due to it bringing in a patch to sync with upstream work-in-progress. We skip over the 5.8 release and move to 5.9.

Re: [OE-core] Proposed Multilib Implementation Brainstorming

2011-04-06 Thread Richard Purdie
On Tue, 2011-04-05 at 16:28 -0700, Jeremy Puhlman wrote: To do this I'm thinking of a new set of include files of the form conf/machine/include/multilib-.inc, similar in nature to the tune-xxx.inc files. A given setup would include each of the multilibs it requred. Each multilib

Re: [OE-core] [poky] [PATCH 0/2] Update Qt4 to 4.7.2, security update

2011-04-06 Thread Richard Purdie
On Wed, 2011-04-06 at 15:57 +0100, Paul Eggleton wrote: From: Paul Eggleton paul.eggle...@linux.intel.com Move Qt 4.7.x from 4.7.1 to 4.7.2 and apply security patch from OE. Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: paule/qt-4.7.2 Browse:

Re: [OE-core] [PATCH 1/1] ncurses: Update to 5.9

2011-04-06 Thread Richard Purdie
On Wed, 2011-04-06 at 10:35 -0700, Tom Rini wrote: On 04/06/2011 10:26 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 10:10 AM, Tom Rini tom_r...@mentor.com wrote: On 04/06/2011 10:05 AM, Khem Raj wrote: On Wed, Apr 6, 2011 at 7:30 AM, Tom Rini tom_r...@mentor.com wrote: On 04/05/2011 11:18

Re: [OE-core] [PATCH 00/11] Recipe Update and Distro Tracking

2011-04-08 Thread Richard Purdie
On Thu, 2011-04-07 at 14:37 -0700, Saul Wold wrote: From: Saul Wold s...@linux.intel.com Richard, This is a bacth of recipe updates done by me since these do not have maintainers currently. I started adding Upstream-Status:. This also contains distro_tracking_fields.inc updates.

Re: [OE-core] [PATCH 02/11] directfb: Update to 1.4.6

2011-04-08 Thread Richard Purdie
On Fri, 2011-04-08 at 11:10 +0200, Henning Heinold wrote: Hi please adjust the commit-msg you are adding 1.4.6 and 1.4.12 Saul did fix this :) Cheers, Richard ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] Illustration of task latency

2011-04-08 Thread Richard Purdie
We've done a lot of good work in optimising task execution and latency however I was looking at some of our build data and I think we still have work to do. The attached picture is a bootchart style picture showing the task execution at the start of a build. Each vertical division represents one

Re: [OE-core] [poky] Illustration of task latency

2011-04-08 Thread Richard Purdie
On Fri, 2011-04-08 at 08:41 -0700, Richard Purdie wrote: We've done a lot of good work in optimising task execution and latency however I was looking at some of our build data and I think we still have work to do. The attached picture is a bootchart style picture showing the task execution

Re: [OE-core] [poky] Illustration of task latency

2011-04-10 Thread Richard Purdie
On Sat, 2011-04-09 at 09:26 -0700, Richard Purdie wrote: I've dug into this a bit. When running a given task, it is parsing all bbclassextend variants again. I have a simple patch which fixes that which I'll cleanup and share. What I also noticed which was more odd was that the first

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

2011-04-17 Thread Richard Purdie
On Fri, 2011-04-15 at 23:54 -0700, Saul Wold wrote: From: Dexuan Cui dexuan@intel.com Fixes [YOCTO #968] Signed-off-by: Dexuan Cui dexuan@intel.com --- .../gnu-config/config-guess-uclibc.patch |2 ++ .../gnu-config/gnu-config_20080123.bb |6 --

Re: [OE-core] [PATCH 00/58] Consolidated Updates and Bug Fixes

2011-04-17 Thread Richard Purdie
On Fri, 2011-04-15 at 23:53 -0700, Saul Wold wrote: Folks have been busy while we were away at ELC! There are package updates, patch classifications, and bug fixes including some CVEs that need to be back ported to 1.0.1 I still don't have access to openembedded-core-contrib, so please

[OE-core] RFC: Layer tooling brainstorming

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

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

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

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

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

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

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

Re: [OE-core] gcc 4.6 recipes naming

2011-04-19 Thread Richard Purdie
Hi Khem, On Mon, 2011-04-18 at 12:18 -0700, Khem Raj wrote: I have gcc 4.6 under progress here. As we know the current release is 4.6.0. I have been calling the recipes to omit the minor release number so the recipes are called recipes_4.6.bb based on my experiences with gcc releases over

Re: [OE-core] [PATCH 0/2] kernel.bbclass fix and cleanup

2011-04-19 Thread Richard Purdie
On Tue, 2011-04-19 at 08:11 -0700, Darren Hart wrote: From: Darren Hart dvh...@linux.intel.com The following commit introduced a build bug and left some debug lying around. commit 3b49416fc7a7ee9bfe722f2e6089aa18df41dc58 Author: Darren Hart dvh...@linux.intel.com Date: Tue Mar 8

Re: [OE-core] gcc 4.6 recipes naming

2011-04-19 Thread Richard Purdie
On Tue, 2011-04-19 at 10:33 -0700, Khem Raj wrote: On Tue, Apr 19, 2011 at 8:01 AM, Richard Purdie I think this is just going to confuse people to be honest. I'm happy to stick to the 4.6.0 naming, then move to 4.6.1 and so forth over time. People expect to see the .X number else they just

Re: [OE-core] [PATCH] cronie 1.4.7: fix packaging

2011-04-21 Thread Richard Purdie
On Thu, 2011-04-21 at 11:24 +0200, Koen Kooi wrote: Syslog is full with entries like: /usr/sbin/crond[773]: (CRON) STAT FAILED (/etc/cron.d): No such file or directory Checking the package yields Package cronie (1.4.6-r0) is installed on root and has the following files:

Re: [OE-core] [RFC] meta-handheld

2011-04-21 Thread Richard Purdie
On Thu, 2011-04-21 at 19:27 +0200, Koen Kooi wrote: Op 21 apr 2011, om 18:57 heeft Graeme Gregory het volgende geschreven: On Thu, Apr 21, 2011 at 05:04:37PM +0100, Paul Eggleton wrote: Hi all, I've discussed the possibility with a few people on IRC of creating a meta- handheld layer

Re: [OE-core] [RFC] Working toward a GNOME layer

2011-04-21 Thread Richard Purdie
On Thu, 2011-04-21 at 09:40 -0700, Joshua Lock wrote: On Thu, 2011-04-21 at 16:05 +0100, Paul Eggleton wrote: On Thursday 21 April 2011 15:02:49 Koen Kooi wrote: and possibly more. I would like to create a meta-gnome layer in the meta-openembedded repository where new recipes get added

Re: [OE-core] [PATCH 1/1] pcmciautils: Upgrade 017 - 018

2011-04-21 Thread Richard Purdie
On Thu, 2011-04-21 at 11:59 -0700, Khem Raj wrote: version workaround is done in recipe itself by adding PV to CFLAGS Since we define LIBC and pcmciutils use it too which hinders build when we define LIBC in environment. Its not used in the builds anyway so we get rid of depending on it

Re: [OE-core] [PATCH 37/37] create-lsb-image:Rename creat-lsb-image and fix some bugs

2011-04-24 Thread Richard Purdie
On Fri, 2011-04-22 at 23:29 -0700, Saul Wold wrote: From: Xiaofeng Yan xiaofeng@windriver.com Rename creat-lsb-image to create-lsb-image Fix some fuctions for more practical Please in future make renames separate to commits so people can more easily see what changed. Cheers, Richard

Re: [OE-core] [PATCH 35/37] task-base: allow distribution to define apm provider

2011-04-24 Thread Richard Purdie
On Fri, 2011-04-22 at 23:29 -0700, Saul Wold wrote: From: Martin Jansa martin.ja...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/tasks/task-base.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH] task-base: allow distribution to define apm provider

2011-04-24 Thread Richard Purdie
On Mon, 2011-04-25 at 00:25 +0200, Martin Jansa wrote: * use VIRTUAL-RUNTIME_apm instead of apm directly Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/tasks/task-base.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) Merged to master, thanks.

Re: [OE-core] [PATCH 37/52] insane.bbclass: Move code to add function to tasks toward the end

2011-04-28 Thread Richard Purdie
On Wed, 2011-04-27 at 00:29 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Cosmetic change to make syntax highlighters happy Signed-off-by: Khem Raj raj.k...@gmail.com I'll take the patch but shouldn't someone fix the syntax highlighters as the syntax is obviously correct and

Re: [OE-core] [PATCH 03/52] gcc: Add recipes for 4.6.0

2011-04-28 Thread Richard Purdie
On Wed, 2011-04-27 at 00:29 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Hi This is initial set of patches for testing them out The patches need documentation is pending Some patches especially uclibc related are not needed they must be dropped. This is not the final

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-04-28 Thread Richard Purdie
On Wed, 2011-04-27 at 00:29 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Ensure gettext and gettext-native are removed from DEPENDS when not using NLS Use append instead of += to get gettext dependecies processed correctly in all cases Dont remove gettext-native for native

Re: [OE-core] [PATCH 38/52] insane.bbclass: Checking for NLS too when checking gettext dependency

2011-04-28 Thread Richard Purdie
On Wed, 2011-04-27 at 00:29 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Checking for gettext is not needed when --disable-nls is used Let user know what variant of gettext is missing e.g. gettext-native, gettext-nativesdk etc, reveals a bit more for user Check for

Re: [OE-core] [PATCH 44/52] util-linux.inc: remove virtual/libintl from DEPENDS

2011-04-28 Thread Richard Purdie
On Wed, 2011-04-27 at 00:30 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com inherit gettext should do it. Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/util-linux/util-linux.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] [PATCH 34/52] logging: add bb* logging mechanisms for bash recipe functions

2011-04-28 Thread Richard Purdie
Hi Darren, On Wed, 2011-04-27 at 00:29 -0700, Saul Wold wrote: The following logging mechanisms are to be used in bash functions of recipes. They are intended to map one to one in intention and output format with the python recipe logging functions of a similar naming convention: bb.plain(),

Re: [OE-core] [PATCH 00/52] Updated Consolidated pull

2011-04-28 Thread Richard Purdie
Hi Saul, On Wed, 2011-04-27 at 00:29 -0700, Saul Wold wrote: This has been reviewed and build on x86 and ARM, I have worked also to build full world, it's almost there, qemu on the target needs a few more tweaks, it's closer! Thanks, I merged apart from 3 patches which I've replied to with

Re: [OE-core] [PATCH 03/52] gcc: Add recipes for 4.6.0

2011-04-28 Thread Richard Purdie
On Wed, 2011-04-27 at 11:23 -0700, Saul Wold wrote: On 04/27/2011 01:17 AM, Antonio Ospite wrote: On Wed, 27 Apr 2011 0:29:21 -0700 Saul Wolds...@linux.intel.com wrote: From: Khem Rajraj.k...@gmail.com Hi This is initial set of patches for testing them out The patches need

Re: [OE-core] [PATCH 07/37] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-28 Thread Richard Purdie
On Tue, 2011-04-26 at 10:51 -0700, Khem Raj wrote: On Mon, Apr 25, 2011 at 10:47 PM, Darren Hart dvh...@linux.intel.com wrote: On 04/25/2011 10:14 AM, Gary Thomas wrote: Right, so for clarification, for 2.4 kernels, images should be built using just the modutils_2.4.27.bb recipe. For 2.6

Re: [OE-core] [PATCH]] python: Unbreak Python third-party extensions

2011-05-03 Thread Richard Purdie
On Fri, 2011-04-29 at 12:44 +0200, Michael Lippautz wrote: This fixes compilation/linking of Python 3rd party extensions. ${STAGING_LIBDIR}/pythonpyver/config/Makefile needs the correct INCDIR and LIBDIR settings to be used in cross compilation for the target. 3rd party module use

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-03 Thread Richard Purdie
On Fri, 2011-04-29 at 09:11 -0700, Khem Raj wrote: On Thu, Apr 28, 2011 at 2:01 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: We can make this simpler. We should just setVar(DEPENDS_GETTEXT, ) in the INHIBIT_DEFAULT_DEPS case. If anything is expanding the variables somewhere

Re: [OE-core] OpenEmbedded eV membership drive

2011-05-03 Thread Richard Purdie
On Tue, 2011-05-03 at 22:05 +0200, Frans Meulenbroeks wrote: 2011/5/3 Philip Balister phi...@balister.org [...] People ask me why they should join the eV. Besides being a good way to show your support for the OpenEmbedded project, the Technical Steering

Re: [OE-core] OpenEmbedded eV membership drive

2011-05-03 Thread Richard Purdie
On Tue, 2011-05-03 at 23:15 +0200, Frans Meulenbroeks wrote: 2011/5/3 Richard Purdie richard.pur...@linuxfoundation.org This was discussed at the last TSC meeting and we reviewed the TSC meeting minutes where it was recorded that: Election

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-03 Thread Richard Purdie
On Tue, 2011-05-03 at 11:04 -0700, Khem Raj wrote: This has the same problem It empties out DEPENDS_GETTEXT after they have have already been added to DEPENDS via virtclass e.g. when you build gcc-runtime-nativesdk it will report a dep loop since now it depends on virtual/gettext-nativesdk

Re: [OE-core] [PATCH 0/1] poky-default-revisions: move SRCREV to every recipe

2011-05-04 Thread Richard Purdie
On Wed, 2011-05-04 at 16:24 +0200, Frans Meulenbroeks wrote: Most of the time the SRCREV is before the PV, but not always (and sometimes separated with an empty line and sometimes not). Patches welcome... Also there is at least one error introduced: diff --git

Re: [OE-core] [PATCH 12/26] Remove machine-specific metadata for machines no longer in oe-core

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 00:57 -0700, Saul Wold wrote: From: Paul Eggleton paul.eggle...@linux.intel.com Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/base-files/base-files_3.0.14.bb | 19 +++ 1 files changed, 19 insertions(+), 0

Re: [OE-core] [PATCH 19/26] linux-yocto_git.bb: Backport upstream fix for gcc 4.6 compilation

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 00:57 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com --- .../perf-tool-Fix-gcc-4.6.0-issues.patch | 266 meta/recipes-kernel/linux/linux-yocto_git.bb |4 +- 2 files

Re: [OE-core] [PATCH 00/26] Consolidated Pull for 05-May-2011

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 00:55 -0700, Saul Wold wrote: This has some major updates for cleaning up machine and distro usage in oe-core, it also includes the SRC_REV removal. In addition, a updated set of kernel recipes and GCC4.6 fixes. There are also fixes that will be targeted for Bernard and

Re: [OE-core] [PATCH 0/1] poky-default-revisions: move SRCREV to every recipe

2011-05-05 Thread Richard Purdie
On Wed, 2011-05-04 at 11:39 -0400, Bruce Ashfield wrote: On Wed, May 4, 2011 at 10:05 AM, Yu Ke ke...@intel.com wrote: From: Yu Ke ke...@intel.com move the SRCREV from poky-default-revisions.inc to its corresponding recipe, in this case, those non poky distro can also use its SRCREV.

Re: [OE-core] [poky] [PATCH 1/3] Remove machine-specific metadata for machines no longer in oe-core

2011-05-05 Thread Richard Purdie
On Wed, 2011-05-04 at 16:21 +0100, Paul Eggleton wrote: On Wednesday 04 May 2011 16:07:17 Gary Thomas wrote: Perhaps it makes sense to always package netbase in ${MACHINE_ARCH} since it almost always will have machine specific data? I'll let someone else comment on this, I don't have a

Re: [OE-core] [poky] [PATCH 3/3] meta-yocto: add pieces removed from oe-core for beagleboard atom-pc

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 13:46 +0200, Koen Kooi wrote: Op 5 mei 2011, om 13:38 heeft Richard Purdie het volgende geschreven: Hi Paul, Great work in doing this, thanks. I was just looking at it with a view to making machine support cleaner and I think there are still things we can likely

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

2011-05-05 Thread Richard Purdie
On Thu, 2011-05-05 at 22:18 +0800, Cui, Dexuan wrote: (Sorry for my delay for the task as I was working on other bugs...) Recently I have been looking into it and I've made some commits (the top 5 small commits) in

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

2011-05-06 Thread Richard Purdie
On Fri, 2011-05-06 at 16:52 +0800, Cui, Dexuan wrote: Richard Purdie wrote: 3) In gnu-config_20080123.bb's do_install, I don't understand this lines: here the != should be =? if [ ${BUILD_ARCH} != ${TARGET_ARCH} ]; then sed -i -e 's,/usr/bin/env,${bindir}/env,g' ${D

Re: [OE-core] [PATCH] Add support for remote layering.

2011-05-06 Thread Richard Purdie
Hi Jeremy, Sorry for the delayed response, I took the opportunity to take some vacation for a change and its taken me a few days to catch up on email. Thanks for posting this. Whilst some of what I mention below may sound negative, its not meant this way and what you have gives a nice basis to

[OE-core] Unable to push to the repository?

2011-05-07 Thread Richard Purdie
Hi, It seems something on the server was broken and I'm unable to push to the repository: $ git push origin master:master Counting objects: 9, done. Delta compression using up to 2 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 490 bytes, done. Total 5 (delta 4),

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Richard Purdie
On Sat, 2011-05-07 at 01:21 -0700, Khem Raj wrote: On Sat, May 7, 2011 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Sat, May 7, 2011 at 1:08 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Hi, It seems something on the server was broken and I'm unable to push

Re: [OE-core] Unable to push to the repository?

2011-05-07 Thread Richard Purdie
On Sat, 2011-05-07 at 01:37 -0700, Khem Raj wrote: On Sat, May 7, 2011 at 1:24 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sat, 2011-05-07 at 01:21 -0700, Khem Raj wrote: On Sat, May 7, 2011 at 1:13 AM, Khem Raj raj.k...@gmail.com wrote: On Sat, May 7, 2011 at 1:08 AM

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Richard Purdie
On Sat, 2011-05-07 at 09:50 -0700, Darren Hart wrote: According to my discussion with RP, bb.note() is supposed to appear on the console. If it doesn't, that is a bug in bitbake, not the recipe logging. I used this information to document the intended use of the similarly named bbnote() in

Re: [OE-core] [PATCH 00/20] Consolidated Pull for 5/8/2011

2011-05-09 Thread Richard Purdie
On Sun, 2011-05-08 at 23:59 -0700, Saul Wold wrote: Here is a batch of changes from last week. This contains a fix for gnu-config that is a workaround for a Bernard Bug that we need to back port. I have test built for x86, arm and the toolchains Merged to master, thanks. Richard

Re: [OE-core] [PATCH 13/30] readline: update version

2011-05-10 Thread Richard Purdie
On Mon, 2011-05-09 at 22:26 -0700, Saul Wold wrote: From: Adrian Alonso aalo...@secretlab.ca * Readline new recipe version 6.2 Signed-off-by: Adrian Alonso aalo...@secretlab.ca --- meta/recipes-core/readline/readline_6.2.bb |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-)

Re: [OE-core] [PATCH 03/30] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-10 Thread Richard Purdie
On Mon, 2011-05-09 at 22:26 -0700, Saul Wold wrote: From: Khem Raj raj.k...@gmail.com Appending to BBPATH gives a definite order to BBLAYERS which means paths are preferred in order from left to right. [sgw: merged in comment] Signed-off-by: Khem Raj raj.k...@gmail.com Signed-off-by:

Re: [OE-core] [PATCH 00/30] Consolidated Pull Request for 5/10/2011

2011-05-10 Thread Richard Purdie
On Mon, 2011-05-09 at 22:26 -0700, Saul Wold wrote: There is a matching request to poky - master for the kernel recipe, please ensure you pull that one also. This contains support for the microblaze from Adrian and some uclibc from Khem, along with some changes from Otavio. I passed

[OE-core] [PATCH 2/6] bitbake.conf: Include the new default-providers.inc and default-versions.inc files

2011-05-10 Thread Richard Purdie
From: Richard Purdie richard.pur...@linuxfoundation.org These are the minimal defaults to allow OE-Core to function standalone with no distro set and are constucted such that the distro can either override values, or totally replace the include file entirely as needed. Signed-off-by: Richard

[OE-core] [PATCH 0/6] RFC Distro config changes

2011-05-10 Thread Richard Purdie
From: Richard Purdie richard.pur...@linuxfoundation.org As discussed, we want to make OE-Core usable with no distro set. This patch series makes some big steps towards that goal. I'd be interested in feedback on whether it does the right things and would be usable by others. The key

[OE-core] [PATCH 5/6] conf/distro/include/default-distrovars.inc: Create set of default 'distro' variable values

2011-05-10 Thread Richard Purdie
From: Richard Purdie richard.pur...@linuxfoundation.org Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- meta/conf/distro/defaultsetup.conf |1 + meta/conf/distro/include/default-distrovars.inc | 43 meta/conf/distro/poky.conf

[OE-core] [PATCH 1/6] Drop poky-floating-revisions.inc, poky-bleeding.conf and poky-lsb.conf

2011-05-10 Thread Richard Purdie
From: Richard Purdie richard.pur...@linuxfoundation.org Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- .../distro/include/poky-floating-revisions.inc | 83 meta/conf/distro/poky-bleeding.conf|8 -- meta/conf/distro/poky

[OE-core] [PATCH 3/6] distro: Add defaultsetup.conf, a set of default configuration providing sane overrridable default for commonly used options

2011-05-10 Thread Richard Purdie
From: Richard Purdie richard.pur...@linuxfoundation.org The intent is to allow distros to share common core config but still allow customisations. The core should work with no distro set but users can still customise in any ways needed. Signed-off-by: Richard Purdie richard.pur

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

2011-05-10 Thread Richard Purdie
On Tue, 2011-05-10 at 22:02 +0800, Cui, Dexuan wrote: or we hardcode to /usr/bin/perl. Since the perl-native binary won't be in the path for any of these, autodetecting and letting it hardcode is probably fine. It has the advantage that if there are any binary modules ever involved,

Re: [OE-core] [PATCH 03/30] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-10 Thread Richard Purdie
On Tue, 2011-05-10 at 10:56 -0700, Chris Larson wrote: On Tue, May 10, 2011 at 1:54 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Er, how about we actually fix metadata_scm.bbclass instead of making the world more complicated and fragile? :) I suspect metadata_scm could

Re: [OE-core] Pull request with misc changes

2011-05-10 Thread Richard Purdie
On Tue, 2011-05-10 at 16:15 -0300, Otavio Salvador wrote: On Tue, May 10, 2011 at 16:03, Richard Purdie richard.pur...@linuxfoundation.org wrote: Hmmm. I'm going to take a stab at making this a create-pull-request option... Martin/Tom: Serious question - why not use the contrib repo

Re: [OE-core] Pull request with misc changes

2011-05-11 Thread Richard Purdie
On Tue, 2011-05-10 at 22:24 +0200, Martin Jansa wrote: On Tue, May 10, 2011 at 08:03:57PM +0100, Richard Purdie wrote: Martin/Tom: Serious question - why not use the contrib repo for this? I have nothing against contrib repo and I'm using oe-core-contrib for oe-core stuff, but I had

Re: [OE-core] [PATCH 3/6] distro: Add defaultsetup.conf, a set of default configuration providing sane overrridable default for commonly used options

2011-05-11 Thread Richard Purdie
On Tue, 2011-05-10 at 16:31 +0200, Koen Kooi wrote: Op 10 mei 2011, om 16:00 heeft Richard Purdie het volgende geschreven: From: Richard Purdie richard.pur...@linuxfoundation.org The intent is to allow distros to share common core config but still allow customisations. The core should

Re: [OE-core] [PATCH 0/6] RFC Distro config changes

2011-05-11 Thread Richard Purdie
On Tue, 2011-05-10 at 17:58 +0200, Koen Kooi wrote: Op 10 mei 2011, om 16:00 heeft Richard Purdie het volgende geschreven: From: Richard Purdie richard.pur...@linuxfoundation.org As discussed, we want to make OE-Core usable with no distro set. This patch series makes some big steps

Re: [OE-core] [PATCH 0/6] RFC Distro config changes

2011-05-11 Thread Richard Purdie
On Wed, 2011-05-11 at 12:13 +0200, Koen Kooi wrote: Op 11 mei 2011, om 11:45 heeft Richard Purdie het volgende geschreven: For the uclibc bits, I'm proposing to add: +DEPLOY_DIR_append = -uclibc +STAGING_DIR_TARGET_append = -uclibc +STAGING_DIR_HOST_append = -uclibc

Re: [OE-core] [PATCH 2/6] bitbake.conf: Include the new default-providers.inc and default-versions.inc files

2011-05-11 Thread Richard Purdie
On Wed, 2011-05-11 at 12:08 +0200, Koen Kooi wrote: Op 11 mei 2011, om 11:09 heeft Richard Purdie het volgende geschreven: On Tue, 2011-05-10 at 16:20 +0200, Koen Kooi wrote: Op 10 mei 2011, om 16:00 heeft Richard Purdie het volgende geschreven: From: Richard Purdie richard.pur

  1   2   3   4   5   6   7   8   9   10   >