[OE-core] [PATCH 5/5] linux-yocto: fri2: use emgd-1.10

2012-02-04 Thread Bruce Ashfield
Updating meta for the following change: fri2: use emgd-1.10 Use the yocto/emgd-1.10 branch in place of yocto/emgd. Signed-off-by: Tom Zanussi Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.2.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions

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

2012-02-04 Thread Bruce Ashfield
2012-02-03 17:23:34 +) 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 (5): linux-yocto: locate and use out of tree features specified on the SRC_URI linux-y

[OE-core] [PATCH 2/5] linux-yocto: meta updates for sys940x and cleanup

2012-02-04 Thread Bruce Ashfield
-off-by: Darren Hart ] Signed-off-by: Darren Hart 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

Re: [OE-core] [PATCH 5/5] linux-yocto: fri2: use emgd-1.10

2012-02-07 Thread Bruce Ashfield
On Sun, Feb 5, 2012 at 1:31 AM, Bruce Ashfield wrote: > Updating meta for the following change: > >    fri2: use emgd-1.10 > >    Use the yocto/emgd-1.10 branch in place of yocto/emgd. > > Signed-off-by: Tom Zanussi > Signed-off-by: Bruce Ashfield > --- >  m

[OE-core] [PATCH 0/1] linux-yocto: improve checkout error handling and reporting

2012-02-23 Thread Bruce Ashfield
i2html: Fix for multilib (2012-02-22 23:03:16 +) 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: improve checkout error handling and reporti

[OE-core] [PATCH 1/1] linux-yocto: improve checkout error handling and reporting

2012-02-23 Thread Bruce Ashfield
ated for remote branches. Enabling a better workflow in the WORKDIR kernel repository. This has been tested with linux-yocto remote upstreams, local bare and non-bare respositories. All builds succeed or fail with clear error messages. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread Bruce Ashfield
On Fri, Feb 24, 2012 at 7:55 AM, Richard Purdie wrote: > Someone recently asked me about using external source trees with > OE-Core. I was aware of srctree.bbclass in OE-Classic and did start > looking at it but it has various elements I wasn't so keen on. I > therefore wondered if I could improve

[OE-core] [PATCH 1/3] linux-yocto: update 3.0 kernel to v3.0.22

2012-02-27 Thread Bruce Ashfield
bumping the revision of the 3.0 kernel to the latest -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.0.bb | 18

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

2012-02-27 Thread Bruce Ashfield
he 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: update 3.0 kernel to v3.0.22 linux-yocto: update 3.2 kernel to v3.2.7 linux-yocto: allow non-branched repositories to chec

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

2012-02-27 Thread Bruce Ashfield
Updating the 3.2 kernel recipe to the latest -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9 + meta/recipes-kernel/linux/linux-yocto_3.2.bb| 19 ++- 2 files changed, 15 insertions(+), 13 deletions(-) diff

[OE-core] [PATCH 3/3] linux-yocto: allow non-branched repositories to check out

2012-02-27 Thread Bruce Ashfield
Not all users of the checkout phase of linux-yocto have all branches present. This is normal, and should be supported. By checking for an empty KBRANCH we can avoid validating a branch that isn't supposed to exist. [YOCTO #2032] Signed-off-by: Bruce Ashfield --- meta/classes/k

[OE-core] [PATCH 1/3] linux-yocto: make kernel_checkout reentrant

2012-02-28 Thread Bruce Ashfield
point. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass | 33 - 1 files changed, 20 insertions(+), 13 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 5f3cb63..187e3cc 100644 --- a/meta/classes

[OE-core] [PATCH 0/3] linux-yocto: revision bump + pvr + checkout fix

2012-02-28 Thread Bruce Ashfield
rib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): linux-yocto: make kernel_checkout reentrant linux-yocto/meta: add pvr feature description linux-yocto: update to v3.2.8 meta/classes/kernel-yocto.bbclass | 33 +++

[OE-core] [PATCH 2/3] linux-yocto/meta: add pvr feature description

2012-02-28 Thread Bruce Ashfield
Updating the 3.0 and 3.2 kernel SRCREVS to make the PVR feature description available to machines with the appropriate hardware. Signed-off-by: Kishore Bodke Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto

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

2012-02-28 Thread Bruce Ashfield
3.2.8 was released and contains a floating point fix for x86 32 bit and some x86-64 fixes. So it's worth picking up right away. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.2.bb|

[OE-core] [PATCH 0/1] linux-libc-headers-yocto: bump to 3.22 and fix validation

2012-02-29 Thread Bruce Ashfield
able in the git repository at: git://git.pokylinux.org/poky-contrib zedd/yocto-libc-headers http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/yocto-libc-headers Bruce Ashfield (1): linux-libc-headers-yocto: bump to v3.2.8 .../linux-libc-headers-yocto_git.bb

[OE-core] [PATCH 1/1] linux-libc-headers-yocto: bump to v3.2.8

2012-02-29 Thread Bruce Ashfield
Making two changes for BSPs that prefer linux-libc-headers-yocto: - bumping to v3.2.8 headers - stubbing out unecessary linux-yocto functions when headers are being built [YOCTO #2032] Acked-by: Darren Hart Signed-off-by: Bruce Ashfield --- .../linux-libc-headers-yocto_git.bb

[OE-core] [PATCH 3/3] linux-yocto: v3.2.9, v3.0.23 + fixes and updates

2012-03-04 Thread Bruce Ashfield
- linux-yocto/rt: update to 3.2.9-rt15 These have been built for all qemu targets, and built for the appropriate hardware platforms. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9

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

2012-03-04 Thread Bruce Ashfield
machine.conf to add SOC_FAMILY to MACHINEOVERRIDE (2012-03-04 05:41:11 -0800) 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 (3): linux-yocto: respect FILESPATH

[OE-core] [PATCH 1/3] linux-yocto: respect FILESPATH directories

2012-03-04 Thread Bruce Ashfield
patch.bbclass and return both the absolute directory of the patch and the subdirectory as it was specified on the src_uri. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass | 30 ++ 1 files changed, 26 insertions(+), 4 deletions(-) diff --git a/meta

[OE-core] [PATCH 2/3] linux-yocto: use bareclone option

2012-03-04 Thread Bruce Ashfield
: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |4 ++-- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb |4 ++-- meta/recipes-kernel/linux/linux-yocto_2.6.37.bb |4 ++-- meta/recipes-kernel/linux/linux

[OE-core] [PATCH 1/2] linux-yocto/meta: fix incorrect config references

2012-03-06 Thread Bruce Ashfield
Updating the meta SRCREV to pickup the following fixes: a9ffedb meta/fri2/sys940x: fix incorrect cfg includes 3d1a678 meta/sys940x: fix incorrect emgd branch merge During the merge of the 3.0 BSPs forward to 3.2, a few moved config fragments were missed. Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 0/2] linux-yocto/3.2: minor -rt increment and fixes

2012-03-06 Thread Bruce Ashfield
.23 + fixes and updates (2012-03-06 10:18:11 -0500) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel-3.2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-3.2 Bruce Ashfield (2): linux-yocto/meta: fix incorrect config references

[OE-core] [PATCH 2/2] linux-yocto/rt: udpate SRCREVs to 3.2.9-rt16

2012-03-06 Thread Bruce Ashfield
Bumping the -rt kernel to pickup the incremental update to -rt16. No major changes from -rt15, except for a bug fix that we want to pick up. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.2.bb|2

Re: [OE-core] [PATCH 6/6] linux-yocto-tiny: add dependency on xz-native

2012-03-14 Thread Bruce Ashfield
On Wed, Mar 14, 2012 at 4:32 AM, Paul Eggleton wrote: > On Wednesday 14 March 2012 09:21:06 Koen Kooi wrote: >> Op 14 mrt. 2012, om 01:36 heeft Paul Eggleton het volgende geschreven: >> > The kernel configuration requires lzma to compress the kernel image >> > (CONFIG_KERNEL_LZMA=y), so add a depe

Re: [OE-core] [PATCH 6/6] linux-yocto-tiny: add dependency on xz-native

2012-03-14 Thread Bruce Ashfield
On Wed, Mar 14, 2012 at 8:39 AM, Paul Eggleton wrote: > Hi Bruce, > > On Wednesday 14 March 2012 08:29:20 Bruce Ashfield wrote: >> In this case, you wouldn't go through the fragments, you'd just add one that >> turns it on when you want it. Don't audit a def

Re: [OE-core] [PATCH 6/6] linux-yocto-tiny: add dependency on xz-native

2012-03-14 Thread Bruce Ashfield
On Wed, Mar 14, 2012 at 9:03 AM, Paul Eggleton wrote: > On Wednesday 14 March 2012 08:59:34 Bruce Ashfield wrote: >> You could audit the constructed .config as well, since that's the final word >> on whether it actually makes it into the kernel build, but also not rea

[OE-core] [PATCH 1/4] linux-yocto/3.0: update meta SRCREV

2012-03-16 Thread Bruce Ashfield
Bumping the meta branch for two changes: cac43c1 fri2: Update fri2.cfg for hardware specific support 892bd13 meta: Create scc file for pvr merge Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb

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

2012-03-16 Thread Bruce Ashfield
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (4): linux-yocto/3.0: update meta SRCREV linux-yocto/3.2: update fri2 configuration linux-yocto/3.2: update to v3.2.11 linux-yocto/3.0: update to v3.0.24 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |

[OE-core] [PATCH 2/4] linux-yocto/3.2: update fri2 configuration

2012-03-16 Thread Bruce Ashfield
. The latter is compiled as a module to avoid the need for an initrd containing the firmware blobs. Signed-off-by: Darren Hart Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.2.bb|2 +- 2 files

[OE-core] [PATCH 3/4] linux-yocto/3.2: update to v3.2.11

2012-03-16 Thread Bruce Ashfield
Updating the 3.2 meta and board branches to the latest 3.2-stable update. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |8 meta/recipes-kernel/linux/linux-yocto_3.2.bb| 18 +- 2 files changed, 13 insertions(+), 13 deletions

[OE-core] [PATCH 4/4] linux-yocto/3.0: update to v3.0.24

2012-03-16 Thread Bruce Ashfield
Updating the meta and machine branches to the latest 3.0 -stable release. To see the full changelog: git log v3.0.23..v3.0.24 Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb |6

[OE-core] [PATCH 0/1] lttng-2.0: fix compiliation error

2012-03-19 Thread Bruce Ashfield
Richard/Saul, Here's a fix for the recent lttng-2.0 modules build error that was reported. The recent -stable update created a collision with is_compat_task() that was already being defined as a fallback within lttng 2.0. I've made a patch fix, versus updating lttng-2.0 .. since churning this pac

[OE-core] [PATCH 1/1] lttng-modules: fix compliation error with 3.2.x -stable kernels

2012-03-19 Thread Bruce Ashfield
recent -stable kernels have their own fallback definition of is_compat_task #define is_compat_task() (0) To protect against this double definition of is_compat_task we can check to see if it is already defined, and skip the lttng variant. Signed-off-by: Bruce Ashfield --- ...ls-protect

Re: [OE-core] AUTOREV vs AUTOINC?

2012-03-22 Thread Bruce Ashfield
On Thu, Mar 22, 2012 at 7:05 AM, Robert P. J. Day wrote: > >  perusing the file meta/classes/kernel-yocto.bbclass and saw the > following snippet around line 287: > >        # nothing to do if SRCREV is AUTOREV >        if [ "${SRCREV_machine}" = "AUTOINC" ]; then >                # restore the br

Re: [OE-core] AUTOREV vs AUTOINC?

2012-03-22 Thread Bruce Ashfield
On Thu, Mar 22, 2012 at 9:10 AM, Robert P. J. Day wrote: > On Thu, 22 Mar 2012, Bruce Ashfield wrote: > >> On Thu, Mar 22, 2012 at 7:05 AM, Robert P. J. Day >> wrote: >> > >> >  perusing the file meta/classes/kernel-yocto.bbclass and saw the &g

Re: [OE-core] Syscall backporting and linux-libc-headers

2012-03-22 Thread Bruce Ashfield
On 12-03-22 11:12 AM, Koen Kooi wrote: Op 22 mrt. 2012, om 15:49 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-22 at 13:22 +0100, Koen Kooi wrote: In my never ending quest to get consolekit/polkit/etc working properly I've found that CONFIG_AUDITSYSCALL is really usefull (it's

Re: [OE-core] Syscall backporting and linux-libc-headers

2012-03-23 Thread Bruce Ashfield
On 12-03-23 08:35 AM, Richard Purdie wrote: On Thu, 2012-03-22 at 11:44 -0400, Bruce Ashfield wrote: On 12-03-22 11:12 AM, Koen Kooi wrote: Op 22 mrt. 2012, om 15:49 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-22 at 13:22 +0100, Koen Kooi wrote: In my never ending quest

Re: [OE-core] [oe-core][PATCH 4/6] kernel.bbclass: fix extra + in kernelrelease

2012-03-23 Thread Bruce Ashfield
On 12-03-23 08:56 AM, Martin Jansa wrote: * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-December/014308.html I was just looking at this in the past day or so and was wondering where it had gone. Saved me the effort! Acked-by: Bruce Ashfield Signed-off-by: Martin Jansa

Re: [OE-core] Syscall backporting and linux-libc-headers

2012-03-23 Thread Bruce Ashfield
On 12-03-23 08:35 AM, Richard Purdie wrote: On Thu, 2012-03-22 at 11:44 -0400, Bruce Ashfield wrote: On 12-03-22 11:12 AM, Koen Kooi wrote: Op 22 mrt. 2012, om 15:49 heeft Richard Purdie het volgende geschreven: On Thu, 2012-03-22 at 13:22 +0100, Koen Kooi wrote: In my never ending quest

[OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-23 Thread Bruce Ashfield
iles to avoid issues" are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/libc-headers-oe http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/libc-headers-oe Bruce Ashfield (3): linux-libc-headers: add 3.2 headers and remove 3.1 linux-

[OE-core] [PATCH 1/3] linux-libc-headers: add 3.2 headers and remove 3.1

2012-03-23 Thread Bruce Ashfield
The 3.1 kernel was never released or directly supported via oe-core. So as part of update the libc-headers to 3.2 we can take the opportunity to remove it. Built and booted on the qemu* targets. Signed-off-by: Bruce Ashfield --- .../linux-libc-headers/linux-libc-headers_3.1.bb |7

[OE-core] [PATCH 2/3] linux-libc-headers: set default LINUXLIBCVERSION to 3.2

2012-03-23 Thread Bruce Ashfield
Switch the default libc-headers to the 3.2 version. Signed-off-by: Bruce Ashfield --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc

[OE-core] [PATCH 3/3] linux-libc-headers-yocto: remove from oe-core

2012-03-23 Thread Bruce Ashfield
The linux-libc-headers-yocto is not required in oe-core, it can be moved to yocto specific layers. The linux-libc-headers_* recipes provide sufficient headers fore core users. Signed-off-by: Bruce Ashfield --- .../linux-libc-headers-yocto_git.bb| 64 1

Re: [OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-23 Thread Bruce Ashfield
On Fri, Mar 23, 2012 at 1:22 PM, Koen Kooi wrote: > > Op 23 mrt. 2012, om 18:07 heeft Bruce Ashfield het volgende geschreven: > >> Richard/Saul, >> >> As discussed on the mailing list here is a libc-headers series. I've kept it >> in >> three parts s

Re: [OE-core] [PATCH 2/3] linux-libc-headers: set default LINUXLIBCVERSION to 3.2

2012-03-23 Thread Bruce Ashfield
On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield wrote: > Switch the default libc-headers to the 3.2 version. I spoke to soon. I seeing a problem with iptables in the builds I left running. I know we looked at this just recently, so it may just be a matter of undoing that fix. I'm looki

Re: [OE-core] [PATCH 2/3] linux-libc-headers: set default LINUXLIBCVERSION to 3.2

2012-03-23 Thread Bruce Ashfield
On Fri, Mar 23, 2012 at 1:57 PM, Bruce Ashfield wrote: > On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield > wrote: >> Switch the default libc-headers to the 3.2 version. > > I spoke to soon. I seeing a problem with iptables in the builds I left > running. > I know we look

Re: [OE-core] [PATCH 0/3] linux-libc-headers: 3.2 and linux-libc-headers-yocto movement

2012-03-23 Thread Bruce Ashfield
On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield wrote: > Richard/Saul, > > As discussed on the mailing list here is a libc-headers series. I've kept it > in > three parts so you can pick what you want (except for the minor detail of > needing to split patch 1/1 to keep

[OE-core] [PATCH 0/1] linux-yocto: Add PCNET32 to the config

2012-03-26 Thread Bruce Ashfield
/development.xml: another env var clarification (2012-03-26 12:13:49 +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 (1): linux-yocto: common-pc: Add PCNET32 to

[OE-core] [PATCH 1/1] linux-yocto: common-pc: Add PCNET32 to the config

2012-03-26 Thread Bruce Ashfield
Updating the meta SRCREV to pick up this commit: [ common-pc: Add PCNET32 to the config Qemu and VM Ware both support PCNET32 and the latter requires it for 32 bit images. Signed-off-by: Darren Hart ] Signed-off-by: Darren Hart 5A Signed-off-by: Bruce Ashfield --- meta

Re: [OE-core] [oe-core][PATCH 4/6] kernel.bbclass: fix extra + in kernelrelease

2012-03-26 Thread Bruce Ashfield
On 12-03-26 12:02 PM, Martin Jansa wrote: On Fri, Mar 23, 2012 at 02:31:02PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:24:56AM -0400, Bruce Ashfield wrote: On 12-03-23 08:56 AM, Martin Jansa wrote: * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-December/014308

Re: [OE-core] [PATCH] kernel.bbclass: touch .scmversion also in ${S}

2012-03-26 Thread Bruce Ashfield
n Acked-by: Bruce Ashfield I had the same patch here, and was about to send it. I blame my slow builder :P Cheers, Bruce # Copy defconfig to .config if .config does not exist. This allows # recipes to manage the .config themselves in do_configur

[OE-core] [PATCH 0/1] linux-yocto: update live boot configuration

2011-10-04 Thread Bruce Ashfield
nel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (1): linux-yocto: update live boot configuration 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

[OE-core] [PATCH 1/1] linux-yocto: update live boot configuration

2011-10-04 Thread Bruce Ashfield
iso 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 --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b

[OE-core] [PATCH 0/1] linux-yocto: config cleanup and streamlining

2011-10-12 Thread Bruce Ashfield
e 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: config cleanup and streamlining meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/

[OE-core] [PATCH 1/1] linux-yocto: config cleanup and streamlining

2011-10-12 Thread Bruce Ashfield
meta: add vesafb feature 913facf features/drm-psb: add related config options 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

[OE-core] [PATCH 0/1] RFC: provide 3.0.x and 3.1 libc headers

2011-10-26 Thread Bruce Ashfield
perl upgrade are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/libc-headers http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/libc-headers Bruce Ashfield (1): linux-libc-headers: provide 3.0.x and 3.1 headers meta/conf/distro/include/tcmode-default.inc

[OE-core] [PATCH 1/1] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Bruce Ashfield
builds and boots. Signed-off-by: Bruce Ashfield --- meta/conf/distro/include/tcmode-default.inc|2 +- .../linux-libc-headers/linux-libc-headers.inc | 15 +- .../linux-libc-headers/linux-libc-headers_3.0.8.bb | 53 .../linux-libc-headers/linux-libc

Re: [OE-core] [PATCH 1/1] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Bruce Ashfield
On 11-10-26 04:25 PM, Richard Purdie wrote: On Wed, 2011-10-26 at 14:25 -0400, Bruce Ashfield wrote: This changes makes two different 3.x headers available to the toolchain. The latest 3.0.x and 3.1 tarballs. Compatibility is maintained with older 2.6 headers by creating a new variable that

[OE-core] [PATCH 0/2] RFC v2: provide 3.0.x and 3.1 libc headers

2011-10-26 Thread Bruce Ashfield
git://git.pokylinux.org/poky-contrib zedd/libc-headers-v2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/libc-headers-v2 Bruce Ashfield (2): linux-libc-headers: factor common code into linux-libc-headers.inc linux-libc-headers: provide 3.0.x and 3.1 headers meta/conf/distro/include/tcmod

[OE-core] [PATCH 1/2] linux-libc-headers: factor common code into linux-libc-headers.inc

2011-10-26 Thread Bruce Ashfield
Each time a new linux-libc-headers is created the same code is cloned. Placing the common functionality in the .inc file simplies each recipe and make maintenance easier. Signed-off-by: Bruce Ashfield --- .../linux-libc-headers/linux-libc-headers.inc | 44 ++ .../linux

[OE-core] [PATCH 2/2] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Bruce Ashfield
: Bruce Ashfield --- meta/conf/distro/include/tcmode-default.inc|2 +- .../linux-libc-headers/linux-libc-headers.inc | 17 ++--- .../linux-libc-headers/linux-libc-headers_3.0.8.bb |9 + .../linux-libc-headers/linux-libc-headers_3.1.bb |9 + 4

Re: [OE-core] [PATCH 1/1] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-26 Thread Bruce Ashfield
On Wed, Oct 26, 2011 at 5:01 PM, Richard Purdie wrote: > On Wed, 2011-10-26 at 14:25 -0400, Bruce Ashfield wrote: >> This changes makes two different 3.x headers available to the >> toolchain. The latest 3.0.x and 3.1 tarballs. Compatibility is >> maintained with older 2.6

[OE-core] [PATCH 0/3] RFC v3: provide 3.0.x and 3.1 libc headers

2011-10-27 Thread Bruce Ashfield
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/libc-headers-v3 Bruce Ashfield (3): linux-libc-headers: factor common code into linux-libc-headers.inc linux-libc-headers: provide 3.0.x and 3.1 headers linux-libc-headers: remove older recipes meta/conf/distro/include/tcmod

[OE-core] [PATCH 2/3] linux-libc-headers: provide 3.0.x and 3.1 headers

2011-10-27 Thread Bruce Ashfield
: Bruce Ashfield --- meta/conf/distro/include/tcmode-default.inc|2 +- .../linux-libc-headers/linux-libc-headers.inc | 17 + .../linux-libc-headers/linux-libc-headers_3.0.8.bb |7 +++ .../linux-libc-headers/linux-libc-headers_3.1.bb |7 +++ 4

[OE-core] [PATCH 3/3] linux-libc-headers: remove older recipes

2011-10-27 Thread Bruce Ashfield
The default libc-headers is v3.1 and building against the new headers but booting an older kernel has been shown to work. Older 2.6 based header builds can easily be reproduced, but having all the old recipe iterations available is not required. Signed-off-by: Bruce Ashfield --- .../linux-libc

[OE-core] [PATCH 1/3] linux-libc-headers: factor common code into linux-libc-headers.inc

2011-10-27 Thread Bruce Ashfield
Each time a new linux-libc-headers is created the same code is cloned. Placing the common functionality in the .inc file simplies each recipe and make maintenance easier. Signed-off-by: Bruce Ashfield --- .../linux-libc-headers/linux-libc-headers.inc | 47 +++ .../linux

Re: [OE-core] [PATCH 0/3] RFC v3: provide 3.0.x and 3.1 libc headers

2011-11-01 Thread Bruce Ashfield
On Thu, Oct 27, 2011 at 10:32 AM, Bruce Ashfield wrote: > Richard, > > Here's v3 of the series, the details are below. I see no comments on v3. So I'm just bumping the thread. Should I send a separate pull request for this, or is this sufficient ? Bruce p.s. yes, I reali

Re: [OE-core] [PATCH 0/3] RFC v3: provide 3.0.x and 3.1 libc headers

2011-11-01 Thread Bruce Ashfield
On 11-11-01 8:46 PM, Saul Wold wrote: On 11/01/2011 05:41 PM, Bruce Ashfield wrote: On Thu, Oct 27, 2011 at 10:32 AM, Bruce Ashfield wrote: Richard, Here's v3 of the series, the details are below. I see no comments on v3. So I'm just bumping the thread. Should I send a sep

[OE-core] [PATCH 1/1] linux-yocto_3.0: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
8948937 meta/sugarbay: use power/intel feature fcbc8a9 meta: add power feature 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| 18 +- 2 files changed, 10 insertions(+), 10 deletions

[OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
es since commit 9b76e6a2cfc5a4d779f3b06e3acc5ff7b8275470: meta: glib-2.0: don't apply qsort_r test removable patch for native version (2011-11-02 09:08:28 +) 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 A

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
On 11-11-03 06:22 AM, Darren Hart wrote: On 11/03/2011 10:11 AM, Bruce Ashfield wrote: Richard/Saul, Here's a bump to 3.0.8 for the 3.0 kernel, and some config changes from TomZ. These are destined for master and separate from any point updates to the 1.1 release. So typically we t

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
On Thu, Nov 3, 2011 at 1:22 PM, Koen Kooi wrote: > > Op 3 nov. 2011, om 18:11 heeft Bruce Ashfield het volgende geschreven: > >> Richard/Saul, >> >> Here's a bump to 3.0.8 for the 3.0 kernel, and some config changes from TomZ. >> These are destined for mast

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
On Thu, Nov 3, 2011 at 2:07 PM, Koen Kooi wrote: > > Op 3 nov. 2011, om 18:53 heeft Bruce Ashfield het volgende geschreven: > >> On Thu, Nov 3, 2011 at 1:22 PM, Koen Kooi wrote: >>> >>> Op 3 nov. 2011, om 18:11 heeft Bruce Ashfield het volgende geschreven: >&g

Re: [OE-core] [PATCH 0/1] linux-yocto: update base to v3.0.8 + meta config changes

2011-11-03 Thread Bruce Ashfield
On Thu, Nov 3, 2011 at 3:15 PM, Richard Purdie wrote: > On Thu, 2011-11-03 at 14:12 -0400, Bruce Ashfield wrote: >> On Thu, Nov 3, 2011 at 2:07 PM, Koen Kooi wrote: >> > >> > Op 3 nov. 2011, om 18:53 heeft Bruce Ashfield het volgende geschreven: >> > >&g

[OE-core] [PATCH 1/1] linux-yocto: config cleanups + romely rt support

2011-11-09 Thread Bruce Ashfield
: use power/intel feature ec949f5 meta/fishriver: use power/intel feature Signed-off-by: Tom Zanussi Signed-off-by: Kishore Bodke 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

[OE-core] [PATCH 0/1] linux-yocto: config cleanups + romely rt support

2011-11-09 Thread Bruce Ashfield
t.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (1): linux-yocto: config cleanups + romely rt support meta/recipes-kernel/linux/linux-yocto_3.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 1.7.4.1 ___ Openembedded-core ma

Re: [OE-core] Adding kernel patches using "git am"?

2011-11-30 Thread Bruce Ashfield
On 11-11-30 05:35 AM, Ulf Samuelsson wrote: Is there a reason for using "patch" instead of "git am" on let's say the kernel. If I want to do some modification, of the kernel, I can like Graeme description at http://www.slimlogic.co.uk/2011/05/openembeddedangstrom-kernel-workflow/ do bitbake -c c

[OE-core] linux-yocto: consolidated pull request

2011-11-30 Thread Bruce Ashfield
art The following changes since commit d7cd934376ae1edaf7055ec635eb3c85fdbf58b3: squashfs-tools: fix PR, those should start with 'r' (2011-11-30 23:37:44 +) 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=

Re: [OE-core] linux-yocto: consolidated pull request

2011-12-01 Thread Bruce Ashfield
On Thu, Dec 1, 2011 at 12:25 AM, Saul Wold wrote: > On 11/30/2011 04:36 PM, Bruce Ashfield wrote: >> >> Richard/Saul, >> >> FYI: I can't get git-send email to work over the hotel wifi, so >> I can't chain the patches to this email. If you want me to

Re: [OE-core] linux-yocto: consolidated pull request

2011-12-01 Thread Bruce Ashfield
On Thu, Dec 1, 2011 at 12:25 AM, Saul Wold wrote: > On 11/30/2011 04:36 PM, Bruce Ashfield wrote: >> >> Richard/Saul, >> >> FYI: I can't get git-send email to work over the hotel wifi, so >> I can't chain the patches to this email. If you want me to

Re: [OE-core] [PATCH 1/3] kernel-yocto: fix extra CR in do_kernel_checkout

2011-12-01 Thread Bruce Ashfield
On Thu, Dec 1, 2011 at 6:52 PM, Saul Wold wrote: > Signed-off-by: Saul Wold > --- >  meta/classes/kernel-yocto.bbclass |    3 +-- >  1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/meta/classes/kernel-yocto.bbclass > b/meta/classes/kernel-yocto.bbclass > index ad14aac..79f82e3

[OE-core] [PATCH 3/3] linux-yocto: update rt branches to 3.0.12 + rt30

2011-12-08 Thread Bruce Ashfield
Updating the SRCREVs to v3.0.12 and the rt30 patch. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux

[OE-core] [PATCH 2/3] linux-yocto: update META SRCREV for EFI changes

2011-12-08 Thread Bruce Ashfield
arate ensures basic boot can work with the fragments as defined. Signed-off-by: Darren Hart 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(-)

[OE-core] [PATCH 1/3] linux-yocto: v3.0.12 + EFI fixes

2011-12-08 Thread Bruce Ashfield
arren Hart Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.0.bb | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 4032567..ee2363c 1

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

2011-12-08 Thread Bruce Ashfield
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): linux-yocto: v3.0.12 + EFI fixes linux-yocto: update META SRCREV for EFI changes linux-yocto: update rt branches to 3.0.12 + rt30 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux

Re: [OE-core] [PATCH] kernel.bbclass: Allow do_compile_kernelmodules to use PARALLEL_MAKE

2011-12-09 Thread Bruce Ashfield
On 11-12-09 7:34 PM, Richard Purdie wrote: Without this we don't take advantage of any configured multiple CPU cores which seems a shame. Agreed. Acked-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index d0

Re: [OE-core] Kernel version has extra '+' when kernel is built from git

2011-12-12 Thread Bruce Ashfield
On Mon, Dec 12, 2011 at 3:58 AM, Martin Jansa wrote: > On Mon, Dec 12, 2011 at 09:53:47AM +0100, Koen Kooi wrote: >> >> Op 12 dec. 2011, om 09:47 heeft Martin Jansa het volgende geschreven: >> >> > On Mon, Dec 12, 2011 at 08:42:06AM +, g...@git.openembedded.org wrote: >> >> Module: meta-openem

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

2011-12-15 Thread Bruce Ashfield
On Thu, Dec 15, 2011 at 1:23 AM, Dmitry Eremin-Solenikov wrote: > On 12/15/2011 01:20 AM, Koen Kooi wrote: >> >> >> Op 13 dec. 2011, om 16:19 heeft Dmitry Eremin-Solenikov het volgende >> geschreven: >> >>> As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to >>> separate task fr

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-15 Thread Bruce Ashfield
On Thu, Dec 15, 2011 at 4:27 AM, Koen Kooi wrote: > > Op 14 dec. 2011, om 01:17 heeft Dmitry Eremin-Solenikov het volgende > geschreven: > >> On Wed, Dec 14, 2011 at 4:15 AM, Darren Hart wrote: >>> >>> >>> On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: There is no point in compiling

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

2011-12-15 Thread Bruce Ashfield
On Thu, Dec 15, 2011 at 2:09 PM, Tom Rini wrote: > On Thu, Dec 15, 2011 at 6:55 AM, Bruce Ashfield > wrote: > [snip] >> If no one minds the tiny bit of extra complexity, this was the approach that >> I >> was thinking about when reading this thread. >> >>

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

2011-12-18 Thread Bruce Ashfield
On Sun, Dec 18, 2011 at 3:13 PM, Koen Kooi wrote: > > Op 18 dec. 2011, om 20:47 heeft Dmitry Eremin-Solenikov het volgende > geschreven: > >> As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to >> separate task from do_deploy. This way the do_install task can also >> benefit fr

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

2011-12-18 Thread Bruce Ashfield
On Sun, Dec 18, 2011 at 4:19 PM, Koen Kooi wrote: > > Op 18 dec. 2011, om 21:27 heeft Bruce Ashfield het volgende geschreven: > >> On Sun, Dec 18, 2011 at 3:13 PM, Koen Kooi >> wrote: >>> >>> Op 18 dec. 2011, om 20:47 heeft Dmitry Eremin-Solenikov het vo

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

2011-12-18 Thread Bruce Ashfield
On Mon, Dec 19, 2011 at 12:06 AM, Khem Raj wrote: > On Sun, Dec 18, 2011 at 5:39 PM, Bruce Ashfield > wrote: >> On Sun, Dec 18, 2011 at 4:19 PM, Koen Kooi >> wrote: >>> >>> Op 18 dec. 2011, om 21:27 heeft Bruce Ashfield het volgende geschreven: >>&g

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2011-12-20 Thread Bruce Ashfield
On Tue, Dec 20, 2011 at 12:38 PM, Christopher Larson wrote: > This is needed by the copyleft_compliance class, so it can emit series files > for the patches, which greatly increases their usefulness to a user trying > to > reconstruct the sources outside of OE. .. or inside! As it turns out, I wa

[OE-core] [PATCH 1/4] linux-yocto: add cedartrail BSP support

2011-12-22 Thread Bruce Ashfield
Updating the meta branch to contain the board config and description for the cedartrail. Signed-off-by: Rahul Saxena 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

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

2011-12-22 Thread Bruce Ashfield
.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +) 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 (4): linux-yocto: add cedartrail BSP support linux-

[OE-core] [PATCH 3/4] kern-tools: update SRCREV to pickup git operation fixes

2011-12-22 Thread Bruce Ashfield
/email for commits. This is now detected by checking for a global user.name. If one is not found, a local user name of "Auto Configured" and email of "auto.configured" is created to allow git operations to succeed. ] Fixes [YOCTO #1838] Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 4/4] linux-yocto: use PATH to locate kconf_check

2011-12-22 Thread Bruce Ashfield
The changes made to prefer in-tree kernel tools forced the location of kconf_check prematurely. For maximum flexibility, locating it on the PATH is ideal, since the transition to in-tree tools will be completely transparent. Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass

[OE-core] [PATCH 2/4] linux-yocto: update hardware reference boards to 3.0.12

2011-12-22 Thread Bruce Ashfield
Updating the meta SRCREV to pickup 3.0.12 support for the remaining non-x86 boards (routerstation and pandaboard). 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

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