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

2012-01-23 Thread Bruce Ashfield
://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|2

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
by adding a dependency of PCNET32 to the qemuppc configuration, which allows us to build ethernet directly into the image. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.0.bb|2

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 bruce.ashfi...@gmail.com wrote: On Sat, Jan 21, 2012 at 9:29 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Sat, Jan 21, 2012 at 6:48 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-01-20 at 23:12 -0500, Bruce

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

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

2012-01-30 Thread Bruce Ashfield
/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-kernel/linux/linux

[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 bruce.ashfi...@windriver.com --- .../kern-tools/kern-tools-native_git.bb|2 +- 1 files changed, 1 insertions(+), 1

[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 bruce.ashfi...@windriver.com --- 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

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

2012-01-30 Thread Bruce Ashfield
performed on all emulated targets (sato and core). Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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

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

2012-02-01 Thread Bruce Ashfield
. Additional filtering is left up to the caller of the routine. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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

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

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

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

2012-02-01 Thread Bruce Ashfield
be returned. Additional filtering within the non-patch category, is left up to the caller of the routine. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/patch.bbclass |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/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 raj.k...@gmail.com wrote: On Wed, Feb 1, 2012 at 1:55 PM,  nitin.a.kam...@intel.com 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

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 raj.k...@gmail.com wrote: On Wed, Feb 1, 2012 at 5:01 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Feb 1, 2012 at 5:14 PM, Khem Raj raj.k...@gmail.com wrote: On Wed, Feb 1, 2012 at 1:55 PM,  nitin.a.kam...@intel.com wrote: +SRC_URI

[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 bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta

[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 bruce.ashfi

[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
to the current tree. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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

[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 tom.zanu...@intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto_3.2.bb |2 +- 1

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

2012-02-04 Thread Bruce Ashfield
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-yocto: meta

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

2012-02-04 Thread Bruce Ashfield
/SYS940X_ECX.html Signed-off-by: Darren Hart dvh...@linux.intel.com Acked-by: Tom Zanussi tzanu...@intel.com Signed-off-by: Darren Hart dvh...@linux.intel.com ] Signed-off-by: Darren Hart dvh...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes

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 bruce.ashfi...@windriver.com 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 tom.zanu...@intel.com Signed-off-by: Bruce Ashfield

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

2012-02-23 Thread Bruce Ashfield
+) 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 reporting meta/classes/kernel-yocto.bbclass | 72

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

2012-02-23 Thread Bruce Ashfield
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 bruce.ashfi...@windriver.com --- meta/classes

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 richard.pur...@linuxfoundation.org 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

[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 bruce.ashfi...@windriver.com --- 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

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

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

[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 bruce.ashfi...@windriver.com

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

2012-02-28 Thread Bruce Ashfield
point. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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

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

2012-02-28 Thread Bruce Ashfield
/poky-contrib 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 kishore.k.bo...@intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb

[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 bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.2

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

2012-02-29 Thread Bruce Ashfield
are available 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 dvh...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi

[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 bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux

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

2012-03-04 Thread Bruce Ashfield
-family.inc: to be included in 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

[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 bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 30 ++ 1 files changed, 26 insertions(+), 4 deletions

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

2012-03-04 Thread Bruce Ashfield
-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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

[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
, v3.0.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 bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |6 +++--- meta/recipes-kernel/linux

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 paul.eggle...@linux.intel.com 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

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 paul.eggle...@linux.intel.com 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 really

[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 bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |2 +- meta/recipes-kernel

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

2012-03-16 Thread Bruce Ashfield
/kernel 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 dvh...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |2 +- meta/recipes-kernel

[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 bruce.ashfi...@windriver.com --- 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

[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 bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto

[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

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 rpj...@crashcourse.ca 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                #

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 rpj...@crashcourse.ca wrote: On Thu, 22 Mar 2012, Bruce Ashfield wrote: On Thu, Mar 22, 2012 at 7:05 AM, Robert P. J. Day rpj...@crashcourse.ca wrote:  perusing the file meta/classes/kernel-yocto.bbclass and saw the following snippet

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

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 bruce.ashfi...@windriver.com

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
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-libc-headers: set default LINUXLIBCVERSION

[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 bruce.ashfi...@windriver.com --- .../linux-libc-headers/linux-libc

[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 bruce.ashfi...@windriver.com --- 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

[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 bruce.ashfi...@windriver.com --- .../linux-libc-headers-yocto_git.bb| 64

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 k...@dominion.thruhere.net 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 so you can pick what you want

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 bruce.ashfi...@windriver.com 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

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 bruce.ashfi...@gmail.com wrote: On Fri, Mar 23, 2012 at 1:07 PM, Bruce Ashfield bruce.ashfi...@windriver.com 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

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 bruce.ashfi...@windriver.com 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 3.1

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

2012-03-26 Thread Bruce Ashfield
: documentation/poky-ref-manual/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

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

2012-03-26 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.2.bb|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/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
}/.scmversion Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com 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

[OE-core] [PATCH 1/1] linux-yocto: support externalsrc builds

2012-03-27 Thread Bruce Ashfield
There are a few extra task that modify the source tree that should be removed when externalsrc is inherited by a recipe that uses a linux-yocto tree. Adding those tasks to SRCTREECOVEREDTASKS means that they are skipped and externalsrc works as intended. Signed-off-by: Bruce Ashfield bruce.ashfi

[OE-core] [PATCH 0/1] linux-yocto: fix externalsrc builds

2012-03-27 Thread Bruce Ashfield
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: support externalsrc builds meta/classes/kernel-yocto.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) -- 1.7.5.4

Re: [OE-core] [oe-core][PATCH 1/2] kernel.bbclass: merge uboot_mkimage improvements from meta-oe

2012-03-29 Thread Bruce Ashfield
On Thu, Mar 29, 2012 at 2:24 AM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com ---  meta/classes/kernel.bbclass |   39 +++  1 files changed, 23 insertions(+), 16 deletions(-) diff --git

Re: [OE-core] [oe-core][PATCHv2 1/2] kernel.bbclass: merge uboot_mkimage improvements from meta-oe

2012-03-29 Thread Bruce Ashfield
no objections. Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com Cheers, Bruce Signed-off-by: Martin Jansamartin.ja...@gmail.com --- meta/classes/kernel.bbclass | 41 + 1 files changed, 25 insertions(+), 16 deletions(-) diff --git a/meta/classes

Re: [OE-core] Fetch time optimization (svn : gcc/eglibc - git : linux-yocto)

2012-03-29 Thread Bruce Ashfield
On Thu, Mar 29, 2012 at 6:03 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-03-29 at 22:53 +0200, Eric Bénard wrote: I noticed in from scratch builds for qemuarm that the longest time is taken in fetching sources, especially those fetched using git (linux-yocto for

Re: [OE-core] Fetch time optimization (svn : gcc/eglibc - git : linux-yocto)

2012-03-30 Thread Bruce Ashfield
On Fri, Mar 30, 2012 at 11:24 AM, Eric Bénard e...@eukrea.com wrote: Le Fri, 30 Mar 2012 16:12:44 +0100, Richard Purdie richard.pur...@linuxfoundation.org a écrit : On Fri, 2012-03-30 at 10:50 +0200, Eric Bénard wrote: the default configuration seems to fetch from source control systems as

Re: [OE-core] Fetch time optimization (svn : gcc/eglibc - git : linux-yocto)

2012-03-30 Thread Bruce Ashfield
On Fri, Mar 30, 2012 at 12:17 PM, Eric Bénard e...@eukrea.com wrote: Le Fri, 30 Mar 2012 17:02:24 +0100, Richard Purdie richard.pur...@linuxfoundation.org a écrit : The linux-yocto kernel recipe heavily uses the SCM to do things so whilst it does have a higher download cost, it as adds value

[OE-core] [PATCH 1/1] linux-yocto: update tiny meta and configuration for kernel 3.2

2012-03-31 Thread Bruce Ashfield
...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.2.bb|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2

[OE-core] [PATCH 0/1] linux-yocto: update tiny configuration for 3.2

2012-03-31 Thread Bruce Ashfield
8691a588267472eb5a32b978a0eb9ddfd0c91733: cross-canadian.bbclass: fix rpath for sdk executables (2012-03-31 18:00:59 +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

Re: [OE-core] [PATCH 0/1] tiny: Update linux-yocto-tiny to 3.2

2012-04-01 Thread Bruce Ashfield
On 12-04-01 3:19 AM, Darren Hart wrote: The following changes since commit c97f7f4e4ecd6c431712059c34ebc17b68b055ae: cross-canadian.bbclass: fix rpath for sdk executables (2012-03-31 18:00:36 +0100) Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com are available in the git

Re: [OE-core] [PATCH] linux-libc-headers: updated to 3.4.3

2012-07-18 Thread Bruce Ashfield
On Wed, Jul 18, 2012 at 9:17 AM, Marinescu, Bogdan A bogdan.a.marine...@intel.com wrote: On Wed, Jul 18, 2012 at 4:03 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, Bogdan A bogdan.a.marine...@intel.com wrote: On Tue, Jul 17, 2012 at 7:54 PM

Re: [OE-core] [PATCH] linux-libc-headers: updated to 3.4.3

2012-07-18 Thread Bruce Ashfield
On Wed, Jul 18, 2012 at 9:23 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2012-07-18 at 09:03 -0400, Bruce Ashfield wrote: On Wed, Jul 18, 2012 at 7:30 AM, Marinescu, Bogdan A bogdan.a.marine...@intel.com wrote: On Tue, Jul 17, 2012 at 7:54 PM, Khem Raj raj.k

Re: [OE-core] any easy way to run kern-tools verbosely?

2012-07-18 Thread Bruce Ashfield
On Wed, Jul 18, 2012 at 2:29 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Wed, 18 Jul 2012, Bruce Ashfield wrote: On Wed, Jul 18, 2012 at 2:02 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: if there's a way to do this, i'm going to be so embarrassed. perusing kernel

Re: [OE-core] possible typo in kgit-checkpoint

2012-07-19 Thread Bruce Ashfield
On Thu, Jul 19, 2012 at 12:16 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: if [ -n $check_refs ]; then checkpoint_branch=`echo $check_refs | cut -d- -f2` verify_branch=`git show-ref $checkpoint_branch` checkpoint_tag_name=$check_refs if [ -z verify_branch ]; then

Re: [OE-core] what are the major phases of do_patch() for the kernel?

2012-07-19 Thread Bruce Ashfield
On Thu, Jul 19, 2012 at 5:50 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: short version: what happens during each major processing step of the do_patch function for the kernel? longer version: i'm stepping through what happens when i do a bitbake linux-yocto, and documenting what

Re: [OE-core] [PATCH] kernel bbclass: recreate uImage unless KEEPUIMAGE is set

2012-07-20 Thread Bruce Ashfield
to regenerate uImage can set this to be empty Fine with me, either with the existing test or the 1 as suggested Koen. Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Koen Kooi k...@dominion.thruhere.net Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/kernel.bbclass

[OE-core] [PATCH 1/3] kernel-yocto.bbclass: Fix some obvious typoes in comments.

2012-07-20 Thread Bruce Ashfield
From: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/kernel

[OE-core] [PATCH 2/3] kernel-yocto.bbclass: Delete superfluous creation of ${S}/.git directory

2012-07-20 Thread Bruce Ashfield
no functional change here, it's just less confusing. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel

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

2012-07-20 Thread Bruce Ashfield
/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (1): linux-yocto/3.4: emgd, mtd nand and kmemcheck fixes Robert P. J. Day (2): kernel-yocto.bbclass: Fix some obvious typoes in comments. kernel-yocto.bbclass: Delete superfluous creation of ${S}/.git

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

2012-07-20 Thread Bruce Ashfield
On 12-07-20 11:34 AM, Kamble, Nitin A wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, July 20, 2012 8:49 PM To: richard.pur...@linuxfoundation.org Cc: Wold, Saul; Zanussi, Tom; Kamble, Nitin A; andrea.ad...@gmail.com; rpj

Re: [OE-core] what's the point of the defconfig arg to check_branch?

2012-07-21 Thread Bruce Ashfield
On Sat, Jul 21, 2012 at 9:44 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: in the createme() kern-tools utility: # checks and creates the branch that was indicated when creatme was # called. This branch is what is expected to contain the kernel content # being built check_branch() {

Re: [OE-core] what are the major phases of do_patch() for the kernel?

2012-07-21 Thread Bruce Ashfield
On Sat, Jul 21, 2012 at 6:50 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 19 Jul 2012, Bruce Ashfield wrote: On Thu, Jul 19, 2012 at 5:50 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: short version: what happens during each major processing step of the do_patch

Re: [OE-core] what's the point of the defconfig arg to check_branch?

2012-07-21 Thread Bruce Ashfield
On Sat, Jul 21, 2012 at 10:10 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Sat, 21 Jul 2012, Bruce Ashfield wrote: On Sat, Jul 21, 2012 at 9:44 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: in the createme() kern-tools utility: # checks and creates the branch

Re: [OE-core] what are the major phases of do_patch() for the kernel?

2012-07-21 Thread Bruce Ashfield
On Sat, Jul 21, 2012 at 12:34 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Sat, 21 Jul 2012, Bruce Ashfield wrote: ... snip ... Sure ... but I'll point out that you are going into architectural details that are under the covers, and that are written from the point of view of a kernel

Re: [OE-core] [oe-commits] Bruce Ashfield : kern-tools: add buildall and robustness fixes

2012-07-23 Thread Bruce Ashfield
On Mon, Jul 23, 2012 at 4:49 AM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Jun 29, 2012 at 09:04:54AM -0400, Bruce Ashfield wrote: On Fri, Jun 29, 2012 at 2:00 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jun 28, 2012 at 07:31:45PM -0400, Bruce Ashfield wrote: On Thu, Jun

[OE-core] [PATCH 1/1] linux-yocto/3.4: 3.4.6 and 3.4.x-rt14

2012-07-23 Thread Bruce Ashfield
Updating the 3.4 kernel to the latest -stable release and updating preempt-rt to 3.4.4-rt14. Tested on qemu* Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto_3.4.bb| 16

[OE-core] [PATCH 0/1] linux-yocto/3.4: -stable and -rt updates

2012-07-23 Thread Bruce Ashfield
(2012-07-22 14:20:57 +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/3.4: 3.4.6 and 3.4.x-rt14 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb

[OE-core] [PATCH 1/1] linux-yocto/rt: update BSP preempt-rt.scc files to enable live boot

2012-07-25 Thread Bruce Ashfield
default preempt-rt policy ffbb5ea romley: Append default preempt-rt policy 5fe5f68 cedartrail: Append default preempt-rt policy 85bee0c atom-pc: Append default preempt-rt policy Signed-off-by: Darren Hart dvh...@linux.intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta

[OE-core] [PATCH 0/1] linux-yocto/rt: update BSP preempt-rt.scc files to enable live boot

2012-07-25 Thread Bruce Ashfield
commit 246570852170f316aebedabff48bce84de0b95dc: linux-yocto/3.4: 3.4.6 and 3.4.x-rt14 (2012-07-25 08:52:17 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel-rt http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-rt Bruce Ashfield (1

[OE-core] [PATCH 1/1] kernel.bbclass: remove default module_autoload and module_conf values

2012-07-26 Thread Bruce Ashfield
-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel.bbclass | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index ab984e3..c647e9b 100644 --- a/meta/classes/kernel.bbclass

[OE-core] [RFC PATCH 0/1] kernel.bbclass: remove default module_autoload and module_conf values

2012-07-26 Thread Bruce Ashfield
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-rfc Bruce Ashfield (1): kernel.bbclass: remove default module_autoload and module_conf values meta/classes/kernel.bbclass | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) -- 1.7.5.4

Re: [OE-core] Package recipes change proposal (system-wide) - name wise

2012-07-26 Thread Bruce Ashfield
On Wed, Jul 25, 2012 at 6:09 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 25 July 2012 07:23:31 Iorga, Cristian wrote: For me, having the version number contained in the name of package recipe is a little bit puzzling. For example: libpcre/libpcre_8.31.bb Is there a

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