[OE-core] [PATCH 1/3] linux-yocto: bump version string to 3.0.1

2011-08-15 Thread Bruce Ashfield
There was some confusion around the 3.0 version string in the linux-yocto recipe when the merged version was 3.0.1. Bumping the version string should clarify what version will be fetched. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.0.bb |4 ++-- 1 files changed

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-08-15 Thread Bruce Ashfield
changes since commit a21ff559e7c93e9da61104f4a33e42e6004189fd: Fixup remaining bb.msg.domain users (2011-08-15 17:31:52 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): linux-yocto: bump ver

Re: [OE-core] kernels

2011-08-15 Thread Bruce Ashfield
On Thu, Jul 21, 2011 at 1:36 PM, Bruce Ashfield wrote: > On Thu, Jul 21, 2011 at 1:23 PM, Anders Darander > wrote: >> >> On 20 jul 2011, at 22:18, "Bruce Ashfield" wrote: >> >>> On Wed, Jul 20, 2011 at 11:45 AM, Koen Kooi >>> wrote: >>

[OE-core] [PATCH 3/3] linux-yocto: update SRCREVs for 3.0.3

2011-08-18 Thread Bruce Ashfield
Updating the SRCREVs to pickup the kernel.org -stable update for 3.0.3 Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.0.bb | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta

[OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-18 Thread Bruce Ashfield
dered in the future. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 44f1ebe..5d9871f 100644

[OE-core] [PATCH 2/3] linux-yocto: move more default values into linux-yocto.inc

2011-08-18 Thread Bruce Ashfield
cture. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto.inc|7 +++ meta/recipes-kernel/linux/linux-yocto_3.0.bb |5 - 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-08-18 Thread Bruce Ashfield
-contrib/log/?h=zedd/kernel-oe Bruce Ashfield (3): linux-yocto: restoring LINUX_VERSION ?= "3.0" linux-yocto: move more default values into linux-yocto.inc linux-yocto: update SRCREVs for 3.0.3 meta/recipes-kernel/linux/linux-yocto.inc|7 +++ meta/recipe

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Bruce Ashfield
On Fri, Aug 19, 2011 at 5:43 AM, Phil Blundell wrote: > On Fri, 2011-08-19 at 01:20 -0400, Bruce Ashfield wrote: >> diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb >> b/meta/recipes-kernel/linux/linux-yocto_3.0.bb >> index 44f1ebe..5d9871f 100644 >> ---

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Bruce Ashfield
On Fri, Aug 19, 2011 at 1:24 PM, Richard Purdie wrote: > On Fri, 2011-08-19 at 08:53 -0400, Bruce Ashfield wrote: >> On Fri, Aug 19, 2011 at 5:43 AM, Phil Blundell wrote: >> > On Fri, 2011-08-19 at 01:20 -0400, Bruce Ashfield wrote: >> >> diff --git a/meta/recipes-k

Re: [OE-core] [PATCH 1/3] linux-yocto: restoring LINUX_VERSION ?= "3.0"

2011-08-19 Thread Bruce Ashfield
On Fri, Aug 19, 2011 at 4:51 PM, Bruce Ashfield wrote: > On Fri, Aug 19, 2011 at 1:24 PM, Richard Purdie > wrote: >> On Fri, 2011-08-19 at 08:53 -0400, Bruce Ashfield wrote: >>> On Fri, Aug 19, 2011 at 5:43 AM, Phil Blundell wrote: >>> > On Fri, 2011-08-19 at

Re: [OE-core] [PATCH 3/8] kernel.bbclass: move uboot image generation to a specific class

2011-08-19 Thread Bruce Ashfield
On Sat, Aug 20, 2011 at 12:58 AM, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- >  meta/classes/kernel.bbclass |   39 +++ >  1 files changed, 23 insertions(+), 16 deletions(-) > > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bb

Re: [OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-08-19 Thread Bruce Ashfield
On Fri, Aug 19, 2011 at 1:20 AM, Bruce Ashfield wrote: > Richard/Saul, > > Here's a consolidated set of changes that I've been testing with > for the past few days. The patches are pretty much self explanitory. > > 1/3:  linux-yocto: restoring LINUX_VERSION ?= "

Re: [OE-core] [PATCH 3/8] kernel.bbclass: move uboot image generation to a specific class

2011-08-20 Thread Bruce Ashfield
On Sat, Aug 20, 2011 at 1:12 AM, Otavio Salvador wrote: > On Sat, Aug 20, 2011 at 02:07, Bruce Ashfield > wrote: >> These aren't equivalent. We should maintain what is already in kernel.bbclass >> and just move it over. If there already a uImage in the build tree, there&

[OE-core] [PATCH 1/4] kern-tools: allow flexible branch points

2011-08-24 Thread Bruce Ashfield
Updating the SRCREV to pickup a series of changes to the kern-tools that allow more flexible creation of trees from scratch. This functionality is not used by the normal kernel build process and has no impact on existing builds. Signed-off-by: Bruce Ashfield --- .../kern-tools/kern-tools

[OE-core] [PATCH 3/4] linux-yocto: update machines and default configuration

2011-08-24 Thread Bruce Ashfield
all child branches. The meta branch update adds a configuration item to support live image booting on qemux86. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.0.bb | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-kernel

[OE-core] [PATCH 4/4] linux-yocto/2.6.37: apmd + get time of day fixes

2011-08-24 Thread Bruce Ashfield
-by: Liming Wang ] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_2.6.37.bb | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb index

[OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Bruce Ashfield
le in the git repository at: git://git.pokylinux.org/poky-contrib kernel-oe http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe Bruce Ashfield (4): kern-tools: allow flexible branch points linux-yocto-rt: update qemuppc support and streamline variables linux-yocto: u

[OE-core] [PATCH 2/4] linux-yocto-rt: update qemuppc support and streamline variables

2011-08-24 Thread Bruce Ashfield
variables that are now in linux-yocto.inc and need not be defined by the kernel recipe itself, so we can safely remove them with no impact on the build. CC: Darren Hart Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 11 --- 1 files changed, 4 insertions

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Bruce Ashfield
On Wed, Aug 24, 2011 at 4:50 PM, Bruce Ashfield wrote: > Richard/Saul, > > Here's a consolidated kernel pull request that fixes a series > of bugs that have been around for a while and fixes some of the > remaining issues from the -rt work that completed last week. > >

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Bruce Ashfield
On Wed, Aug 24, 2011 at 7:08 PM, Richard Purdie wrote: > Hi Bruce, > > On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfield wrote: >> Here's a consolidated kernel pull request that fixes a series >> of bugs that have been around for a while and fixes some of the >> re

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated kernel pull request

2011-08-24 Thread Bruce Ashfield
On Wed, Aug 24, 2011 at 7:21 PM, Bruce Ashfield wrote: > On Wed, Aug 24, 2011 at 7:08 PM, Richard Purdie > wrote: >> Hi Bruce, >> >> On Wed, 2011-08-24 at 16:50 -0400, Bruce Ashfield wrote: >>> Here's a consolidated kernel pull request that fixes a series &

[OE-core] [PATCH 0/1] linux-yocto: sync meta and LINUX_VERSION

2011-08-24 Thread Bruce Ashfield
t.pokylinux.org/poky-contrib zedd/kernel-oe http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe Bruce Ashfield (1): linux-yocto: update meta SRCREV to sync version strings meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |4 ++-- meta/recipes-kernel/linux/linux-yocto_3

[OE-core] [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings

2011-08-24 Thread Bruce Ashfield
igurations. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |4 ++-- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-ke

[OE-core] [PATCH 0/1] linux-yocto-rt: fix qemumips boot

2011-08-25 Thread Bruce Ashfield
-0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel-oe http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe Bruce Ashfield (1): linux-yocto-rt: qemumips: fix boot panic meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |4 ++-- 1

[OE-core] [PATCH 1/1] linux-yocto-rt: qemumips: fix boot panic

2011-08-25 Thread Bruce Ashfield
uot; task has no been initialize and try_to_wake_up wakes up a NULL task. Signed-off-by: Liming Wang ] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yoct

Re: [OE-core] [PATCH 0/1] linux-yocto-rt: fix qemumips boot

2011-08-25 Thread Bruce Ashfield
On Thu, Aug 25, 2011 at 4:54 PM, Bruce Ashfield wrote: > Richard/Saul, > > Just a minor tweak of the -rt SRCREVs to pickup a fix > that we got overnight that enables qemumips to boot from the s/from/to/ But you knew what I meant. Bruce > prompt. > > > The follow

[OE-core] [PATCH 2/3] linux-yocto: update to v3.0.4

2011-09-02 Thread Bruce Ashfield
The v3.0.4 stable kernel is available and it can now be merged into linux-yocto. Build and boot tested on all qemu* machines. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.0.bb| 16

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-09-02 Thread Bruce Ashfield
3.0.x. The machine SRCREV updates represent the update to 3.0.4, while the meta branch update contains the following: Bruce Ashfield (3): meta/qemuppc: board description fixes meta: remove configuration warnings meta: update kver to v3.0.4 Saxena, Rahul (2): meta: remove dupl

[OE-core] [PATCH 1/3] linux-yocto: generalize kernel config search pattern

2011-09-02 Thread Bruce Ashfield
, this will cause the constructed config to not be found. By removing the version from the search string, we can still find out config and gracefully adapt to minor version skew. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass |2 +- .../kern-tools/kern

[OE-core] [PATCH 3/3] linux-yocto: clean configuration for v3.0.4

2011-09-02 Thread Bruce Ashfield
Fixes [YOCTO #940] Since v3.0.4 is likely the last stable update in the the release timeframe a configuration audit was performed. This updates the SRCREV to remove obselete, and improperly defined configuration items. With this, all qemu* BSPs configure with no warnings. Signed-off-by: Bruce

[OE-core] [PATCH 0/2] linux-yocto: re-enable systemtap and utrace

2011-09-06 Thread Bruce Ashfield
dbff56238e083d0110eb13c1f5a07716340fdfe4: icu-3.6: fix building with big make -j (2011-09-06 16:37:02 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel-oe http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe Bruce Ashfield (2): linux

[OE-core] [PATCH 2/2] linux-yocto: re-enable utrace

2011-09-06 Thread Bruce Ashfield
Upating the meta data and machine branch contents with the up to date merge of utrace. Signed-off-by: Tom Zanussi Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb| 14 +++--- 2 files changed

[OE-core] [PATCH 1/2] linux-yocto: re-enable systemtap

2011-09-06 Thread Bruce Ashfield
ned-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yo

[OE-core] [PATCH 2/3] linux-yocto: split e100 and e1000 support

2011-09-14 Thread Bruce Ashfield
Merging the following meta changes: 12574e5 meta: create seperate feature for 10/100 LAN support c8b37bf meta: Remove 10/100 LAN support. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2

[OE-core] [PATCH 1/3] linux-yocto: move common tasks to a common location

2011-09-14 Thread Bruce Ashfield
laced in the linux-yocto.inc file, and the rest of the recipes can be simplified as a result. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb |8 +--- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb|8 +--- meta/recipes-kernel/linux/

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2011-09-14 Thread Bruce Ashfield
MAGE variable (2011-09-14 01:29:30 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): linux-yocto: move common tasks to a common location linux-yocto: split e100

[OE-core] [PATCH 3/3] linux-yocto-rt: correct 3.0.3->3.0.4 mismerge for, stop_machine.c

2011-09-14 Thread Bruce Ashfield
els. Restore the move to non-static from commit 6857336c7fddaf460a13adc0c395698fcf9423ff. Reported-by: Kishore Bodke Signed-off-by: Darren Hart ] Signed-off-by: Darren Hart Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |4 ++-- 1 files changed

[OE-core] [PATCH 0/3] linux-yocto: kernel config updates

2011-09-21 Thread Bruce Ashfield
changes since commit bcfff457f63f43f53bcaf04f116e09bb2bba9bd6: Fix mercurial fetcher in fetch2 (2011-09-21 14:07:31 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): linux-yo

[OE-core] [PATCH 2/3] linux-yocto: add blktrace feature

2011-09-21 Thread Bruce Ashfield
dard' alongside similar tracing tool config. Signed-off-by: Tom Zanussi ] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 1/3] linux-yocto: simplify kernel configuration check expression

2011-09-21 Thread Bruce Ashfield
what branch was used to build the BSP. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 0f92267..2205686 100644 --- a/meta/cl

[OE-core] [PATCH 3/3] linux-yocto: kernel configuration cleanups

2011-09-21 Thread Bruce Ashfield
all kernel configuration warnings to the audit script - Updates the meta SRCREV for linux-yocto to get updated kernel configuration fragments that are warning-free. These are duplicated configs, and other changes that have a net result of no runtime changes. Signed-off-by: Bruce

Re: [OE-core] [PATCH 0/3] linux-yocto: kernel config updates

2011-09-21 Thread Bruce Ashfield
On 11-09-21 11:53 PM, Richard Purdie wrote: On Wed, 2011-09-21 at 15:25 -0400, Bruce Ashfield wrote: Richard/Saul, Here's another small series of kernel config updates from the linux-yocto tree. During some build/boot and regression testing I noticed that some configuration warnings we

Re: [OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-22 Thread Bruce Ashfield
On Thu, Sep 22, 2011 at 9:17 AM, Koen Kooi wrote: > > Op 22 sep. 2011, om 15:00 heeft Dmitry Eremin-Solenikov het volgende > geschreven: > >> On 09/22/2011 04:35 PM, Koen Kooi wrote: >>> >>> Op 22 sep. 2011, om 14:25 heeft Dmitry Eremin-Solenikov het volgende >>> geschreven: >>> On 09/18/20

Re: [OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-22 Thread Bruce Ashfield
On Thu, Sep 22, 2011 at 9:56 AM, Koen Kooi wrote: > > Op 22 sep. 2011, om 15:28 heeft Bruce Ashfield het volgende geschreven: > >> On Thu, Sep 22, 2011 at 9:17 AM, Koen Kooi >> wrote: >>> >>> Op 22 sep. 2011, om 15:00 heeft Dmitry Eremin-Solenikov het volg

[OE-core] [PATCH 1/1] linux-yocto/meta: eg20t and live boot config changes

2011-09-26 Thread Bruce Ashfield
: Tom Zanussi Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel

[OE-core] [PATCH 0/1] linux-yocto: eg20t and live boot config changes

2011-09-26 Thread Bruce Ashfield
x.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (1): linux-yocto/meta: eg20t and live boot config changes meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.

Re: [OE-core] [PATCH 3/5] kernel.bbclass: move uImage handling to separate task

2011-09-27 Thread Bruce Ashfield
On Sat, Sep 17, 2011 at 6:18 PM, Dmitry Eremin-Solenikov wrote: > As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to > separate task from do_deploy. The only major feature of oe-core's > version (not to recreate uImage if it exists) is retained in this patch. I'm getting aroun

Re: [OE-core] [PATCH 4/5] kernel.bbclass: handle .cis firmware

2011-09-27 Thread Bruce Ashfield
On Sat, Sep 17, 2011 at 6:18 PM, Dmitry Eremin-Solenikov wrote: > .cis firmware files are used by kernel to patch incorrect CIS fir PCMCIA > cards. Create respective packages. Looks fine to me. Acked-by: Bruce Ashfield > > Signed-off-by: Dmitry Eremin-Solenikov > ---

Re: [OE-core] [PATCH 5/5] kernel.bbclass: remove unshipped files in do_install

2011-09-27 Thread Bruce Ashfield
On Sat, Sep 17, 2011 at 6:18 PM, Dmitry Eremin-Solenikov wrote: > Drop two unsed files (modules.order and modules.builtin) in do_install > to stop the "unshipped files" warning. One less warning is a good thing! Looks good to me, I can add my vote to this one. Acked-by

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-09-27 Thread Bruce Ashfield
On Sat, Sep 17, 2011 at 6:18 PM, Dmitry Eremin-Solenikov wrote: > MACHINE_KERNEL_PR was introduced long ago in org.oe.dev. It's present in > meta-oe kernel.bbclass. Several machines depend on this functionality. I don' t have a big problem with this, since the change is obviously harmless if it d

[OE-core] [PATCH 3/3] linux-yocto: use src_patches for out of tree kernel feature support

2012-01-04 Thread Bruce Ashfield
her or not patches can be used in place, or need to be migrated and have re-usable kernel features created. The results are then fed to the existing infrastructure to be applied and commited to the tree. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbcl

[OE-core] [PATCH 1/3] kern-tools: import flexible branching support

2012-01-04 Thread Bruce Ashfield
included multiple times). The graphics driver branches used by some BSPs need this part of the change to properly handle graphics driver branches. Updating the SRCREV to pickup the associated kern-tools changes for this support. Signed-off-by: Bruce Ashfield --- .../kern-tools/kern-tools

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2012-01-04 Thread Bruce Ashfield
d: Fix for automake update (2012-01-04 16:04:08 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): kern-tools: import flexible branching support linux-yocto: b

[OE-core] [PATCH 2/3] linux-yocto: bump kernel version to v3.0.14

2012-01-04 Thread Bruce Ashfield
Updating the 3.0 kernel recipe to contain v3.0.14 -stable. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto_3.0.bb| 19 ++- 2 files changed, 14 insertions(+), 13 deletions(-) diff

Re: [OE-core] [CONSOLIDATED PULL 00/28] Build Fixes and Updates

2012-01-05 Thread Bruce Ashfield
; are available in the git repository at: >>   git://git.openembedded.org/openembedded-core-contrib sgw/stage >>   >> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage >> >> Bruce Ashfield (3): >>   kern-tools: import flexible branching

Re: [OE-core] [CONSOLIDATED PULL 00/28] Build Fixes and Updates

2012-01-05 Thread Bruce Ashfield
On Thu, Jan 5, 2012 at 10:05 AM, Richard Purdie wrote: > On Thu, 2012-01-05 at 09:10 -0500, Bruce Ashfield wrote: >> On Thu, Jan 5, 2012 at 6:30 AM, Richard Purdie >> wrote: >> > On Wed, 2012-01-04 at 22:30 -0800, Saul Wold wrote: >> >> Richard, >> &

[OE-core] [PATCH 1/3] kern-tools: import flexible branching support

2012-01-05 Thread Bruce Ashfield
included multiple times). The graphics driver branches used by some BSPs need this part of the change to properly handle graphics driver branches. Updating the SRCREV to pickup the associated kern-tools changes for this support. Signed-off-by: Bruce Ashfield --- .../kern-tools/kern-tools

[OE-core] [PATCH 3/3] linux-yocto: use src_patches for out of tree kernel feature support

2012-01-05 Thread Bruce Ashfield
her or not patches can be used in place, or need to be migrated and have re-usable kernel features created. The results are then fed to the existing infrastructure to be applied and commited to the tree. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbcl

[OE-core] [PATCH 2/3] linux-yocto: bump kernel version to v3.0.14

2012-01-05 Thread Bruce Ashfield
Updating the 3.0 kernel recipe to contain v3.0.14 -stable. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto_3.0.bb| 18 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git

[OE-core] [v2 PATCH 0/3] linux-yocto: consolidated pull request

2012-01-05 Thread Bruce Ashfield
/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): kern-tools: import flexible branching support linux-yocto: bump kernel version to v3.0.14 linux-yocto: use src_patches for out of tree kernel feature support meta/classes/k

Re: [OE-core] [PATCH] linux-yocto-3.0: Fix compile failure in perf

2012-01-05 Thread Bruce Ashfield
On Thu, Jan 5, 2012 at 3:06 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- >  ...Undef-before-redefining-__attribute_const.patch |   33 > >  meta/recipes-kernel/linux/linux-yocto_3.0.bb       |    4 ++- >  2 files changed, 36 insertions(+), 1 deletions(-) >  create mode

Re: [OE-core] [PATCH] linux-yocto-3.0: Fix compile failure in perf

2012-01-05 Thread Bruce Ashfield
On Thu, Jan 5, 2012 at 3:55 PM, Khem Raj wrote: > On Thu, Jan 5, 2012 at 12:13 PM, Bruce Ashfield > wrote: >> On Thu, Jan 5, 2012 at 3:06 PM, Khem Raj wrote: >>> Signed-off-by: Khem Raj >>> --- >>>  ...Undef-before-redefining-__attribute_const.patch |  

Re: [OE-core] [PATCH 0/4] qemuppc: replace emulation of qemuppc

2012-01-06 Thread Bruce Ashfield
On Thu, Jan 5, 2012 at 3:37 AM, Liming Wang wrote: > Hi Richard, > > These patches are aimed to replace emulation of qemuppc from prep to mac99. > With this new emulation, qemuppc now supports framebuffer and the network > works well. > > The kernel config also needs modification and I will let Br

Re: [OE-core] [PATCH] linux-yocto-3.0: Fix compile failure in perf

2012-01-06 Thread Bruce Ashfield
On Thu, Jan 5, 2012 at 4:20 PM, Khem Raj wrote: > On Thu, Jan 5, 2012 at 12:59 PM, Bruce Ashfield > wrote: >> On Thu, Jan 5, 2012 at 3:55 PM, Khem Raj wrote: >>> On Thu, Jan 5, 2012 at 12:13 PM, Bruce Ashfield >>> wrote: >>>> On Thu, Jan 5, 2012 at 3:0

Re: [OE-core] [PATCH] linux-yocto-3.0: Fix compile failure in perf

2012-01-06 Thread Bruce Ashfield
On Fri, Jan 6, 2012 at 12:04 PM, Saul Wold wrote: > On 01/06/2012 07:41 AM, Bruce Ashfield wrote: >> >> On Thu, Jan 5, 2012 at 4:20 PM, Khem Raj  wrote: >>> >>> On Thu, Jan 5, 2012 at 12:59 PM, Bruce Ashfield >>>  wrote: >>>> >>>&g

Re: [OE-core] [PATCH 0/4] qemuppc: replace emulation of qemuppc

2012-01-09 Thread Bruce Ashfield
On Fri, Jan 6, 2012 at 9:33 AM, Richard Purdie wrote: > On Fri, 2012-01-06 at 09:29 -0500, Bruce Ashfield wrote: >> On Thu, Jan 5, 2012 at 3:37 AM, Liming Wang >> wrote: >> > Hi Richard, >> > >> > These patches are aimed to replace emulation of qemu

[OE-core] [PATCH 4/5] tslib: enable big endian support for qemuppc

2012-01-11 Thread Bruce Ashfield
From: Liming Wang This enables wacom tablet/touchscreen support on qemuppc. Signed-off-by: Liming Wang --- meta/recipes-graphics/tslib/tslib_1.0.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/t

[OE-core] [PATCH 3/5] qemuppc: add machconfig

2012-01-11 Thread Bruce Ashfield
From: Liming Wang Signed-off-by: Liming Wang --- .../formfactor/files/qemuppc/machconfig| 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100755 meta/recipes-bsp/formfactor/files/qemuppc/machconfig diff --git a/meta/recipes-bsp/formfactor/files/qemup

[OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2012-01-11 Thread Bruce Ashfield
The following changes since commit 18c88fcec85f96d2495457928be913807971aea7: package.bbclass: per recipe PRSERV_HOST support (2012-01-11 10:37:43 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

[OE-core] [PATCH 5/5] linux-yocto: consolidated fix SRCREV updates

2012-01-11 Thread Bruce Ashfield
Updating the SRCREVs to include the following fixes from Khem Raj and Zumeng Chen. 6f5b118 compiler.h: Undef before redefining __attribute_const__ fe80c1e oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0

[OE-core] [PATCH 2/5] qemuppc: add pointercal file

2012-01-11 Thread Bruce Ashfield
From: Liming Wang This file is for tslib. Signed-off-by: Liming Wang --- .../pointercal/files/qemuppc/pointercal| Bin 0 -> 36 bytes 1 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-bsp/pointercal/files/qemuppc/pointercal diff --git a/meta/recipes

[OE-core] [PATCH 1/5] qemuppc: replace emulation of qemuppc from prep to mac99

2012-01-11 Thread Bruce Ashfield
From: Liming Wang With this new emulation, existing qemuppc functionality is maintained and other functionality such as framebuffer + sato and NFS boot are added. Signed-off-by: Liming Wang Signed-off-by: Bruce Ashfield --- meta/conf/machine/qemuppc.conf |2 +- meta

Re: [OE-core] [PATCH 0/1] V2 qemuppc/kernel: replace emulation of qemuppc

2012-01-12 Thread Bruce Ashfield
On 12-01-12 03:42 AM, Liming Wang wrote: v2 change log: - disable CONFIG_DEVTMPFS option to avoid /dev/console pointing to serial. Otherwise, keyboard doesn't work well on X-windows. This looks fine to me, but can you resend it as an incremental on top of: http://git.

Re: [OE-core] [PATCH 0/1] V2 qemuppc/kernel: replace emulation of qemuppc

2012-01-13 Thread Bruce Ashfield
On 12-01-13 12:52 AM, Liming Wang wrote: On 2012-1-12 21:45, Bruce Ashfield wrote: On 12-01-12 03:42 AM, Liming Wang wrote: v2 change log: - disable CONFIG_DEVTMPFS option to avoid /dev/console pointing to serial. Otherwise, keyboard doesn't work well on X-windows. This looks fine to me

Re: [OE-core] [CONSOLIDATED PULL 18/62] qemuppc: replace emulation of qemuppc from prep to mac99

2012-01-17 Thread Bruce Ashfield
r PPC reference boards at the same time. Liming and I had discussed this before, and we wanted to get this into the tree, and tweak it there. Liming: we can open a bug to track the update of the tuning .. just so we don't forget. Cheers, Bruce > >> Signed-off-by: Liming Wan

Re: [OE-core] [CONSOLIDATED PULL 18/62] qemuppc: replace emulation of qemuppc from prep to mac99

2012-01-18 Thread Bruce Ashfield
On Wed, Jan 18, 2012 at 5:02 AM, Liming Wang wrote: > On 2012-1-18 8:52, Bruce Ashfield wrote: >> >> On Tue, Jan 17, 2012 at 5:20 PM, Khem Raj  wrote: >>> >>> On Tue, Jan 17, 2012 at 12:32 AM, Saul Wold  wrote: >>>> >>>> From: Liming

[OE-core] [PATCH 0/1] linux-yocto: restore WORKDIR as a patch source directory

2012-01-18 Thread Bruce Ashfield
paces are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (1): linux-yocto: restore WORKDIR as a patch source directory meta/classes/kernel-yocto.bbclass |2 ++ 1

[OE-core] [PATCH 1/1] linux-yocto: restore WORKDIR as a patch source directory

2012-01-18 Thread Bruce Ashfield
In the switch to using src_patches and using patches in their source directory, the scanning of WORKDIR migrated items like config fragments was dropped. Adding WORKDIR back as a patch directory restores the old functionality. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass

Re: [OE-core] [PATCH 0/4] qemuppc: replace emulation of qemuppc

2012-01-20 Thread Bruce Ashfield
On Fri, Jan 20, 2012 at 10:50 PM, Saul Wold wrote: > On 01/05/2012 12:37 AM, Liming Wang wrote: >> >> Hi Richard, >> >> These patches are aimed to replace emulation of qemuppc from prep to >> mac99. >> With this new emulation, qemuppc now supports framebuffer and the network >> works well. >> > Is

Re: [OE-core] [PATCH 0/4] qemuppc: replace emulation of qemuppc

2012-01-21 Thread Bruce Ashfield
On Sat, Jan 21, 2012 at 6:48 AM, Richard Purdie wrote: > On Fri, 2012-01-20 at 23:12 -0500, Bruce Ashfield wrote: >> On Fri, Jan 20, 2012 at 10:50 PM, Saul Wold wrote: >> > On 01/05/2012 12:37 AM, Liming Wang wrote: >> >> >> >> Hi Richard, >> >&

Re: [OE-core] [PATCH 0/4] qemuppc: replace emulation of qemuppc

2012-01-23 Thread Bruce Ashfield
On Sat, Jan 21, 2012 at 9:29 AM, Bruce Ashfield wrote: > On Sat, Jan 21, 2012 at 6:48 AM, Richard Purdie > wrote: >> On Fri, 2012-01-20 at 23:12 -0500, Bruce Ashfield wrote: >>> On Fri, Jan 20, 2012 at 10:50 PM, Saul Wold wrote: >>> > On 01/05/2012 12:37 AM, Li

[OE-core] [PATCH 0/1] linux-yocto/qemuppc: fix console and ethernet

2012-01-23 Thread Bruce Ashfield
git://git.pokylinux.org/poky-contrib zedd/qemuppc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/qemuppc Bruce Ashfield (1): linux-yocto/qemuppc: fix console and ethernet meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|

Re: [OE-core] [PATCH 0/1] V2 qemuppc/kernel: replace emulation of qemuppc

2012-01-23 Thread Bruce Ashfield
On 12-01-13 12:52 AM, Liming Wang wrote: On 2012-1-12 21:45, Bruce Ashfield wrote: On 12-01-12 03:42 AM, Liming Wang wrote: v2 change log: - disable CONFIG_DEVTMPFS option to avoid /dev/console pointing to serial. Otherwise, keyboard doesn't work well on X-windows. This looks fine to me

[OE-core] [PATCH 1/1] linux-yocto/qemuppc: fix console and ethernet

2012-01-23 Thread Bruce Ashfield
adding a dependency of PCNET32 to the qemuppc configuration, which allows us to build ethernet directly into the image. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2 +- scripts/runqemu-internal

Re: [OE-core] [PATCH 0/4] qemuppc: replace emulation of qemuppc

2012-01-23 Thread Bruce Ashfield
On Mon, Jan 23, 2012 at 10:44 AM, Bruce Ashfield wrote: > On Sat, Jan 21, 2012 at 9:29 AM, Bruce Ashfield > wrote: >> On Sat, Jan 21, 2012 at 6:48 AM, Richard Purdie >> wrote: >>> On Fri, 2012-01-20 at 23:12 -0500, Bruce Ashfield wrote: >>>> On Fri, Jan

Re: [OE-core] [PATCH 1/1] linux-yocto/qemuppc: fix console and ethernet

2012-01-24 Thread Bruce Ashfield
On 12-01-24 06:02 AM, Richard Purdie wrote: On Mon, 2012-01-23 at 12:54 -0500, Bruce Ashfield wrote: Two issues are fixed with this commit, the ability to use the keyboard on a graphical qemu boot and enabling ethernet by default on a 3.0 kernel. The keyboard is fixed via the same method as

[OE-core] [PATCH 0/3] linux-yocto: 3.2.2 and 3.0.18 updates

2012-01-30 Thread Bruce Ashfield
ux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe Bruce Ashfield (3): kern-tools: import config audit and branch manipulation updates linux-yocto: add kernel 3.2.2 support linux-yocto: update to v3.0.18 + features .../kern-tools/kern-tools-native_git.bb|2 +- meta/recipes-ker

[OE-core] [PATCH 1/3] kern-tools: import config audit and branch manipulation updates

2012-01-30 Thread Bruce Ashfield
assumptions These are required to support the kernel configuration policy changes implemented in the yocto 3.2 kernel repository. Signed-off-by: Bruce Ashfield --- .../kern-tools/kern-tools-native_git.bb|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta

[OE-core] [PATCH 3/3] linux-yocto: update to v3.0.18 + features

2012-01-30 Thread Bruce Ashfield
to v3.0.18 0d5d0dd common-pc*: add SMP and virtio Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto_3.0.bb| 19 +-- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/meta

[OE-core] [PATCH 2/3] linux-yocto: add kernel 3.2.2 support

2012-01-30 Thread Bruce Ashfield
g has been performed on all emulated targets (sato and core). Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 37 meta/recipes-kernel/linux/linux-yocto_3.2.bb| 41 +++ 2 files changed, 78 insertions(+), 0 deletions(

[OE-core] [PATCH] classes/patch: return "other" elements found on the SRC_URI

2012-02-01 Thread Bruce Ashfield
ay be on the SRC_URI. Additional filtering is left up to the caller of the routine. Signed-off-by: Bruce Ashfield --- meta/classes/patch.bbclass | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index 1ea4bc5..

[OE-core] [RFC PATCH 0/1] classes/patch: return "other" elements found on the SRC_URI

2012-02-01 Thread Bruce Ashfield
Richard, When working with Tom on some BSP usability cases, he noted that it was nice that we can specify more complex features in the SRC_URI now that patch ordering and location is maintained by using the src_patches abstraction that Chris added to patch.bbclass. But .. there's always a but, you

Re: [OE-core] [PATCH] classes/patch: return "other" elements found on the SRC_URI

2012-02-01 Thread Bruce Ashfield
On 12-02-01 10:52 AM, Richard Purdie wrote: On Wed, 2012-02-01 at 09:42 -0500, Bruce Ashfield wrote: commit: patch.bbclass: abstract out logic that determines patches to apply gives the ability for other clases to emit series files for use outside of a build system, or even within the

[OE-core] [PATCH] classes/patch: optionally return non-patch sources

2012-02-01 Thread Bruce Ashfield
returned. Additional filtering within the non-patch category, is left up to the caller of the routine. Signed-off-by: Bruce Ashfield --- meta/classes/patch.bbclass |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta/classes/patch.bbclass b/meta/classes

[OE-core] [v2 PATCH 0/1] classes/patch: return non-patch source items

2012-02-01 Thread Bruce Ashfield
Richard, Here's v2 of this request. Changes since v1: - Changed the parameter to src_patches from 'type' to 'all, and make it a boolean versus a magic string - Changed the name of 'others' to 'sources in the collecting list. With the name 'all' as the parameter, you may think that

Re: [OE-core] [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2

2012-02-01 Thread Bruce Ashfield
On Wed, Feb 1, 2012 at 5:14 PM, Khem Raj wrote: > On Wed, Feb 1, 2012 at 1:55 PM,   wrote: >> +SRC_URI += " file://connector-msg-size-fix.patch" > > I happen to peek into this patch. It seems this patch should not be applied > since its specific to a wrs kernel and linux-yocto does not apply this

Re: [OE-core] [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2

2012-02-01 Thread Bruce Ashfield
On Thu, Feb 2, 2012 at 12:14 AM, Khem Raj wrote: > On Wed, Feb 1, 2012 at 5:01 PM, Bruce Ashfield > wrote: >> On Wed, Feb 1, 2012 at 5:14 PM, Khem Raj wrote: >>> On Wed, Feb 1, 2012 at 1:55 PM,   wrote: >>>> +SRC_URI += " file://connector-msg-size-fix.pat

[OE-core] [PATCH 3/5] linux-yocto: rt compiliation fix

2012-02-04 Thread Bruce Ashfield
Updating the meta SRCREC to pickup the following changes: 70e86dc meta/rt: update rt patch cache Without this change a 3.0 based -rt build will fail to patch. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux

[OE-core] [PATCH 4/5] kern-tools: remove explicit 'yocto' references from auto-bsp handling

2012-02-04 Thread Bruce Ashfield
To adapt to different branch names in a repository, removing explicit references to 'yocto' in automatically created BSPs ensures that they are consistent with the merged variants. Existing BSPs and auto BSPs are not impacted by this change. Signed-off-by: Bruce Ashfield --- .../kern-

[OE-core] [PATCH 1/5] linux-yocto: locate and use out of tree features specified on the SRC_URI

2012-02-04 Thread Bruce Ashfield
ly them to the current tree. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 7fdefcf..3130bf4 100644 --- a/me

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