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

2011-04-08 Thread Henning Heinold
Hi please adjust the commit-msg you are adding 1.4.6 and 1.4.12 Bye Henning ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] [PATCH 2/2] lsbsetup: Fix LIC_FILE_CHKSUM

2011-04-08 Thread Dexuan Cui
From: Dexuan Cui dexuan@intel.com Fix [YOCTO #961] Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-extended/lsb/lsbsetup_0.9.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb

Re: [OE-core] [PATCH 0/2] PULL: fixes to bug 961, 964

2011-04-08 Thread Cui, Dexuan
Dexuan Cui wrote: From: Dexuan Cui dexuan@intel.com [YOCTO #964]: A recent commit 25a6e5f9(sstate: use only unique set of SSTATETASK) breaks the ordered mapping between SSTATETASKS and SSTATETASKNAMES. As a result, in sstate_cleanall, the line taskname = tasks[namemap.index(name)]

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

Re: [OE-core] [poky] Early image startup

2011-04-08 Thread Gary Thomas
On 04/08/2011 08:01 AM, Gary Thomas wrote: On 04/08/2011 07:50 AM, Richard Purdie wrote: On Fri, 2011-04-08 at 15:30 +0200, Koen Kooi wrote: Op 8 apr 2011, om 15:20 heeft Gary Thomas het volgende geschreven: I have a Poky image which uses a number of kernel modules. For whatever reason, the

Re: [OE-core] [poky] Early image startup

2011-04-08 Thread Gary Thomas
On 04/08/2011 08:07 AM, Gary Thomas wrote: On 04/08/2011 08:01 AM, Gary Thomas wrote: On 04/08/2011 07:50 AM, Richard Purdie wrote: On Fri, 2011-04-08 at 15:30 +0200, Koen Kooi wrote: Op 8 apr 2011, om 15:20 heeft Gary Thomas het volgende geschreven: I have a Poky image which uses a number

Re: [OE-core] [poky] [PATCH] Control over when package init scripts are run

2011-04-08 Thread Koen Kooi
Something like this would be better: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=e124d03f532aad2ee22c60fda6824a8a1f2ef88f Op 8 apr 2011, om 17:05 heeft Gary Thomas het volgende geschreven: The script /etc/rcS.d/S98configure is run on the first boot only to process any

[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

[OE-core] [PATCH 1/2] keymaps: Fix MACHINE - MACHINE_ARCH

2011-04-08 Thread Saul Wold
From: Saul Wold s...@linux.intel.com Fixes [YOCTO #960] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-bsp/keymaps/keymaps_1.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb

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 at

Re: [OE-core] [poky] [PATCH 1/1] qt4: remove the option -feliminate-dwarf2-dups to fix the build

2011-04-08 Thread Gary Thomas
On 04/08/2011 12:18 PM, Saul Wold wrote: On 03/29/2011 04:43 AM, Cui, Dexuan wrote: Richard Purdie wrote: On Tue, 2011-03-29 at 16:52 +0800, Dexuan Cui wrote: From: Dexuan Cuidexuan@intel.com [YOCTO #932] After commit 5ea06dc295b657383fd97545c15255b294cf1a79(bitbake.conf: Prune global

Re: [OE-core] [poky] [PATCH 1/1] qt4: remove the option -feliminate-dwarf2-dups to fix the build

2011-04-08 Thread Saul Wold
On 03/29/2011 04:43 AM, Cui, Dexuan wrote: Richard Purdie wrote: On Tue, 2011-03-29 at 16:52 +0800, Dexuan Cui wrote: From: Dexuan Cuidexuan@intel.com [YOCTO #932] After commit 5ea06dc295b657383fd97545c15255b294cf1a79(bitbake.conf: Prune global OPTIMIZATION flags) that adds an option

Re: [OE-core] [poky] [PATCH 0/1] Update distro-tracking-fields.inc for recent qt4 changes

2011-04-08 Thread Saul Wold
On 04/07/2011 03:27 AM, Paul Eggleton wrote: From: Paul Eggletonpaul.eggle...@linux.intel.com Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: paule/disttf-update Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/disttf-update