Re: [OE-core] [PATCH 1/4] gcc: Switch SRC_URI to use svn

2012-09-14 Thread Bruce Ashfield
On Fri, Sep 14, 2012 at 7:58 AM, Richard Purdie wrote: > On Thu, 2012-09-13 at 07:22 -0700, Chris Larson wrote: >> On Thu, Sep 13, 2012 at 6:06 AM, Otavio Salvador >> wrote: >> > On Thu, Sep 13, 2012 at 9:19 AM, Björn Stenberg wrote: >> >> Khem Raj wrote: >> >>> I agree but then 1.7 GB is notice

Re: [OE-core] [PATCH] qemux86: Support for KVM, paravirt and virtio added

2012-09-17 Thread Bruce Ashfield
On Mon, Sep 17, 2012 at 8:23 PM, Saul Wold wrote: > On 09/17/2012 04:53 AM, Cristian Iorga wrote: >> >> KVM, paravirtualization and virtio drivers are now activated >> in runqemu using the kvm option flag for qemux86. >> Host CPU features are also exported to guest OS (Yocto Linux). >> Usage examp

[OE-core] [PATCH 1/1] linux-yocto/3.4: use profiling and latencytop features in yocto bsps

2012-09-20 Thread Bruce Ashfield
Updating the meta SRCREVs to pickup the following configuration change: 594994c meta: use profiling and latencytop features in yocto bsps Signed-off-by: Tom Zanussi Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |2 +- meta/recipes-kernel/linux/linux

[OE-core] [PATCH 0/1] linux-yocto/3.4: latency/profiling option consistency

2012-09-20 Thread Bruce Ashfield
enable gtk+-native (2012-09-20 13:33:50 +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: use profiling and latencytop features in yocto bsps me

[OE-core] [PATCH 0/1] linux-yocto/3.4: Update fri2 and sys940x to emgd-1.14

2012-09-23 Thread Bruce Ashfield
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: Update fri2 and sys940x to emgd-1.14 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |3 ++- meta

[OE-core] [PATCH 1/1] linux-yocto/3.4: Update fri2 and sys940x to emgd-1.14

2012-09-23 Thread Bruce Ashfield
Bumping the meta SRCREV to pickup a newer emgd for the fri2 and sys940x. Signed-off-by: Darren Hart Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |3 ++- meta/recipes-kernel/linux/linux-yocto_3.4.bb|2 +- 2 files changed, 3 insertions(+), 2

[OE-core] [PATCH 1/2] linux-yocto/3.4: update kver to v3.4.11

2012-09-24 Thread Bruce Ashfield
Updating the machine and meta SRCREVs to the latest 3.4.x -stable release. See git whatchanged v3.4.10..v3.4.11 for the full changelog. Signed-off-by: Bruce Ashfield --- 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/2] linux-yocto/3.4: v3.4.11 and BSP updates

2012-09-24 Thread Bruce Ashfield
/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (2): linux-yocto/3.4: update kver to v3.4.11 linux-yocto/3.4: update beagleboard configs meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |9 - meta/recipes-kernel/linux/linux-yocto_3.4.bb| 16 2 files changed

[OE-core] [PATCH 2/2] linux-yocto/3.4: update beagleboard configs

2012-09-24 Thread Bruce Ashfield
Updating to pickup a couple of configuration tweaks that were done as part of a bump to the 3.4 linux-yocto tree for the beagleboard. In particular, this updates DVI and USB settings to enable the perhipherals out of the box. Signed-off-by: Liang Li Signed-off-by: Bruce Ashfield --- meta

Re: [OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-02 Thread Bruce Ashfield
On 12-10-03 12:36 AM, Darren Hart wrote: It is necessary to supply file://defconfig to the SRC_URI when using a defconfig (it is not implicitly understood as the commentary might currently suggest). Acked-by: Bruce Ashfield Signed-off-by: Darren Hart CC: Bruce Ashfield --- meta-skeleton

Re: [OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-03 Thread Bruce Ashfield
On Wed, Oct 3, 2012 at 8:10 AM, Andrea Adami wrote: > On Wed, Oct 3, 2012 at 6:38 AM, Bruce Ashfield > wrote: >> On 12-10-03 12:36 AM, Darren Hart wrote: >>> >>> It is necessary to supply file://defconfig to the SRC_URI when using >>> a defconfig

Re: [OE-core] [PATCH] linux-yocto-custom: Clarify defconfig usage

2012-10-03 Thread Bruce Ashfield
On Wed, Oct 3, 2012 at 10:07 AM, Andrea Adami wrote: > On Wed, Oct 3, 2012 at 2:33 PM, Bruce Ashfield > wrote: >> On Wed, Oct 3, 2012 at 8:10 AM, Andrea Adami wrote: >>> On Wed, Oct 3, 2012 at 6:38 AM, Bruce Ashfield >>> wrote: >>>> On 12-10-03 12:3

[OE-core] [PATCH 1/2] linux-yocto/3.4: fix kconfig warnings and unnecessary options

2012-10-07 Thread Bruce Ashfield
figuration warnings a907b82 meta: add CONFIG_SHMEM to standard kernel config Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-ke

[OE-core] [PATCH 2/2] linux-yocto/3.4: tiny: Add qemu KMACHINE to common-pc-tiny.scc

2012-10-07 Thread Bruce Ashfield
Updating the meta SRCREV to pickup the following change: Ensure the qemux86 machine is defined in common-pc-tiny as it is for -standard and -rt. Signed-off-by: Darren Hart Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.4.bb |2 +- 1 files changed, 1

[OE-core] [PATCH 0/2] linux-yocto: consolidated configuration update

2012-10-07 Thread Bruce Ashfield
rence BSPs to v3.4.11 (2012-10-07 22:50:59 -0400) 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 (2): linux-yocto/3.4: fix kconfig warnings and unnecessary options lin

[OE-core] [PATCH 0/1] linux-yocto-3.4: perf fixes

2012-10-08 Thread Bruce Ashfield
edacc: poky-tiny: Update the default kernel to linux-yocto-tiny_3.4 (2012-10-08 09:23: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:

[OE-core] [PATCH 1/1] linux-yocto/3.4: perf: parallel build and tools fixes

2012-10-08 Thread Bruce Ashfield
we need to accomplish the same thing using 'sed', which we do have. ] So we apply it to all BSP branches and kernel types. Signed-off-by: Tom Zanussi Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |6 +++--- meta/recipes-kernel/linux/linu

Re: [OE-core] [PATCH 1/1] lttng-modules: update SRCREV and remove is_compat_task patch

2012-10-12 Thread Bruce Ashfield
patch for lttng-syscalls.c to avoid do_patch errors, as recent versions of lttng-modules have added this check. Acked-by: Bruce Ashfield Signed-off-by: Tom Zanussi --- ...ls-protect-is_compat_task-from-redefiniti.patch | 41 -- .../lttng-2.0/lttng-modules_2.0.5.bb

Re: [OE-core] [PATCH 0/1] lttng-2.0 fixes

2012-10-12 Thread Bruce Ashfield
On 12-10-12 03:52 PM, tom.zanu...@intel.com wrote: From: Tom Zanussi When trying out the current lttng-2.0, I found that it didn't work in its current state. This patch makes it work again, or at least a a quick test on qemux86 works: Before: root@qemux86:~# lttng create Spawning a session da

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-18 Thread Bruce Ashfield
On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta wrote: > This is a /dev/crypto device driver, equivalent to those in OpenBSD or > FreeBSD. > The main idea is to access of existing ciphers in kernel space from userspace, > thus enabling re-use of a hardware implementation of a cipher. I always use

[OE-core] [PATCH 1/1] kernel.bbclass: remove explicit version.h target

2012-10-18 Thread Bruce Ashfield
27;t clear why the explicit build of version.h was originally required, but the prep phases of the kernel have changed significantly, so it should no longer be required. [YOCTO: #3293] Signed-off-by: Bruce Ashfield --- meta/classes/kernel.bbclass |1 - 1 files changed, 0 insertions(+), 1

[OE-core] [RFC PATCH 0/1] kernel.bbclass: remove explicit version.h target

2012-10-18 Thread Bruce Ashfield
g/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (1): kernel.bbclass: remove explicit version.h target meta/classes/kernel.bbclass |1 - 1 files changed, 0 insertions(+), 1 deletions(-) -- 1.7.5.4 ___ Openembedded-core

Re: [OE-core] [PATCH 1/1] kernel.bbclass: remove explicit version.h target

2012-10-18 Thread Bruce Ashfield
On 12-10-18 11:12 AM, Richard Purdie wrote: On Thu, 2012-10-18 at 10:47 -0400, Bruce Ashfield wrote: The compilation routine for the kernel has an explicit call to build version.h, which works fine for most kernels, but the location of it has recently changes. commit d183e6f5 [UAPI: Move linux

Re: [OE-core] [PATCH] cryptodev kernel module recipe

2012-10-31 Thread Bruce Ashfield
On Tue, Oct 30, 2012 at 2:50 PM, McClintock Matthew-B29882 < b29...@freescale.com> wrote: > On Thu, Oct 18, 2012 at 8:33 AM, Bruce Ashfield > wrote: > > On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta > > wrote: > >> This is a /dev/crypto device driver,

[OE-core] [PATCH 7/8] kern-tools: flexibility and usability enhancements

2012-11-14 Thread Bruce Ashfield
mon-pc/invalid.cfg This BSP sets config options that are not offered anywhere within this kernel Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/kern-tools/

[OE-core] [PATCH 3/8] linux-yocto/3.4: bump kver to v3.4.16

2012-11-14 Thread Bruce Ashfield
The -stable 3.4 kernel has updated versions, so we import 3.4.16 and make that our new baseline. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6 +++--- meta/recipes-kernel/linux/linux

[OE-core] [PATCH 2/8] linux-yocto/3.4: efi/mmc fixes and fri2 updates

2012-11-14 Thread Bruce Ashfield
-rt 2ec32d5 fri2: Add fri2-tiny support a7b9607 fri2: Required boot config for fri2 bed2080 fri2: Remove graphics options from the core fri2 description Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto

[OE-core] [PATCH 0/8] linux-yocto + kern tools consolidated pull request

2012-11-14 Thread Bruce Ashfield
e6d953bb: bitbake: print clear message for "bitbake -e ASSUME_PROVIDED" (2012-11-13 14:21: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 (8): l

[OE-core] [PATCH 8/8] guilt: change upstream tgz location

2012-11-14 Thread Bruce Ashfield
The kernel.org mirror of the guilt tarball has been missing for a while and the yocto mirrors have been keeping builds working. Switching to a debian upstream is better than solely relying on the yocto mirrors for serving the tgz. Signed-off-by: Bruce Ashfield --- meta/recipes-devtools/guilt

[OE-core] [PATCH 5/8] linux-yocto/3.2: update to v3.2.32 and 3.2.32-rt48

2012-11-14 Thread Bruce Ashfield
The 3.2 kernel was lagging behind on kernel.org -stable and -rt updates. Even though no 1.3 BSPs directly use this kernel, it should be updated for those that may use it. Sanity test on qemu* for -rt and standard builds. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto

[OE-core] [PATCH 1/8] linux-yocto/3.4: nfsd, pci, fishriver and rangely config changes

2012-11-14 Thread Bruce Ashfield
. 9c3a2b3 meta: fishriver: remove meta-data Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.4.bb |2 +- 3 files changed, 3 insertions(+), 3

[OE-core] [PATCH 6/8] kern-tools: kconf_check: fix find warning

2012-11-14 Thread Bruce Ashfield
: -path $oe-path/linux/ will not match anything because it ends with /. Using the proper variable removes the warning and make sure that we do actually search all relevant directories. Signed-off-by: Bruce Ashfield ] [YOCTO #3226] Signed-off-by: Bruce Ashfield --- meta/recipes

[OE-core] [PATCH 4/8] linux-yocto/3.4: v3.4.17, v3.4.18, -rt and config changes

2012-11-14 Thread Bruce Ashfield
smp support 1190856 rangeley: Add efi support b262e38 rangeley: Add PCI features 80c9084 rangeley: Add uio and hugetlb support Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6

Re: [OE-core] [PATCH 7/8] kern-tools: flexibility and usability enhancements

2012-11-14 Thread Bruce Ashfield
On 12-11-14 11:33 AM, Darren Hart wrote: On 11/14/2012 07:03 AM, Bruce Ashfield wrote: Updating the SRCREV to import the following changes. [updateme: find the board description with the highest score] This removes the requirement that a custom linux-yocto .scc file have define

Re: [OE-core] [PATCH 7/8] kern-tools: flexibility and usability enhancements

2012-11-14 Thread Bruce Ashfield
On 12-11-14 12:09 PM, Darren Hart wrote: On 11/14/2012 08:58 AM, Bruce Ashfield wrote: On 12-11-14 11:33 AM, Darren Hart wrote: On 11/14/2012 07:03 AM, Bruce Ashfield wrote: Updating the SRCREV to import the following changes. [updateme: find the board description with the highest

[OE-core] [PATCH 3/4] kernel-yocto: clarify KMETA branch comments

2012-11-21 Thread Bruce Ashfield
kernel repository even if it wasn't a bare clone. # If KMETA is defined, the branch must exist, but a machine branch # can be missing since it may be created later by the tools. [YOCTO #3422] Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass |5 +++-- 1 file chang

[OE-core] [PATCH 4/4] kern-tools: report missing config fragments by name

2012-11-21 Thread Bruce Ashfield
d not be created for branch yocto/standard/common-pc/atom-pc | ERROR. Could not locate meta series for atom-pc | ERROR. Could not apply patches for atom-pc. |Patch failures can be resolved in the devshell (bitbake -c devshell linux-yocto) [YOCTO #3473] Signed-off-by: Bruce Ashfiel

[OE-core] [PATCH 2/4] linux-yocto/3.4: uprobes: reinstate config options for 'uprobe' feature

2012-11-21 Thread Bruce Ashfield
ned-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.4.bb |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/l

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

2012-11-21 Thread Bruce Ashfield
16:56:04 +) 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 (4): linux-yocto/3.0: fix virtio configuration typo linux-yocto/3.4: uprobes: reinstate config options for

[OE-core] [PATCH 1/4] linux-yocto/3.0: fix virtio configuration typo

2012-11-21 Thread Bruce Ashfield
The recent tools updates in master exposed a typo that has existed in the 3.0 kernel meta data and that breaks the build for boards still using the 3.0 kernel. Bumping the meta SRCREV to pickup the following fix: [ commit fa9b8c24e84bb9d75d08d197c84c50ce4f99c424 Author: Bruce Ashfield

[OE-core] [PATCH 1/2] linux-yocto-3.4: gcc optimization config feature

2012-11-22 Thread Bruce Ashfield
feature for GCC optimizing Signed-off-by: Kishore Bodke Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4

[OE-core] [PATCH 0/2] linux-yocto/kern-tools (v2)

2012-11-22 Thread Bruce Ashfield
012-11-22 08:59:24 +) 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 (2): linux-yocto-3.4: gcc optimization config feature kern-tools: report missing config

[OE-core] [PATCH 2/2] kern-tools: report missing config fragments by name

2012-11-22 Thread Bruce Ashfield
d not be created for branch yocto/standard/common-pc/atom-pc | ERROR. Could not locate meta series for atom-pc | ERROR. Could not apply patches for atom-pc. |Patch failures can be resolved in the devshell (bitbake -c devshell linux-yocto) [YOCTO #3473] Signed-off-by: Bruce Ashfiel

Re: [OE-core] [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-11-26 Thread Bruce Ashfield
On Mon, Nov 26, 2012 at 7:37 AM, Martin Jansa wrote: > * so it will work look KERNEL_IMAGE > * also we were recreating modules.tgz with every kernel build, but > overwritting the same output file > > Signed-off-by: Martin Jansa > --- > meta/classes/kernel.bbclass | 7 ++- > 1 file changed,

Re: [OE-core] [PATCH] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-11-26 Thread Bruce Ashfield
On Mon, Nov 26, 2012 at 8:57 AM, Martin Jansa wrote: > On Mon, Nov 26, 2012 at 08:49:32AM -0500, Bruce Ashfield wrote: > > On Mon, Nov 26, 2012 at 7:37 AM, Martin Jansa >wrote: > > > > > * so it will work look KERNEL_IMAGE > > > * also we were recreating modu

Re: [OE-core] meta-cloud layer

2012-11-28 Thread Bruce Ashfield
On Wed, Nov 28, 2012 at 11:22 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2012-11-28 at 17:10 +0100, David Nyström wrote: > > Hello everyone, > > > > I'm working on getting a minimal Yocto/oe-core based OpenStack setup > > running with the meta-cloud layer, with bits

[OE-core] [PATCH 1/1] kernel-yocto: checkout known branch before leaving do_validate_branches

2012-11-29 Thread Bruce Ashfield
has been fixed in the tree construction scripts to not track these files, but a secondary fix is also required of not leaving the build on these branches, to allow arbitrary trees to be built. [YOCTO #3413] Signed-off-by: Bruce Ashfield --- meta/classes/kernel-yocto.bbclass |2 ++ 1 file

[OE-core] [PATCH 0/1 master/for-danny] kernel-yocto: validate branches fix

2012-11-29 Thread Bruce Ashfield
are available in the git repository at: git://git.pokylinux.org/poky-contrib zedd/kernel-fixes http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-fixes Bruce Ashfield (1): kernel-yocto: checkout known branch before leaving do_validate_branches meta/classes/kernel-yocto.bb

[OE-core] [PATCH 0/1] linux-yocto/3.4: move PREEMPT_NONE to beagleboard standard kernel only

2012-11-29 Thread Bruce Ashfield
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: move PREEMPT_NONE to beagleboard standard kernel only meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb

[OE-core] [PATCH 1/1] linux-yocto/3.4: move PREEMPT_NONE to beagleboard standard kernel only

2012-11-29 Thread Bruce Ashfield
igned-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.4.bb |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/

Re: [OE-core] meta-cloud layer

2012-11-30 Thread Bruce Ashfield
On Fri, Nov 30, 2012 at 12:14 PM, Raymond Danks wrote: > On 11/30/2012 04:29 AM, David Nyström wrote: > >> On 11/29/2012 02:54 PM, Richard Purdie wrote: >> >>> On Thu, 2012-11-29 at 06:44 -0700, Raymond Danks wrote: >>> Thanks for looping me in here David. The initial goal for the meta-xen >>

Re: [OE-core] meta-cloud layer

2012-11-30 Thread Bruce Ashfield
On Fri, Nov 30, 2012 at 12:15 PM, Saul Wold wrote: > On 11/30/2012 03:29 AM, David Nyström wrote: > >> On 11/29/2012 02:54 PM, Richard Purdie wrote: >> >>> On Thu, 2012-11-29 at 06:44 -0700, Raymond Danks wrote: >>> Thanks for looping me in here David. The initial goal for the meta-xen

Re: [OE-core] meta-cloud layer

2012-12-01 Thread Bruce Ashfield
On Fri, Nov 30, 2012 at 6:23 PM, Michael Halstead wrote: > On 11/30/2012 12:17 PM, Raymond Danks wrote: > > On 11/30/2012 11:03 AM, Michael Halstead wrote: > > On 11/30/2012 09:26 AM, Bruce Ashfield wrote: > > > > > On Fri, Nov 30, 2012 at 12:15 PM, Saul Wold wrot

Re: [OE-core] why remove yaffs2?

2012-12-03 Thread Bruce Ashfield
On Mon, Dec 3, 2012 at 9:03 AM, wrote: > Hi, All: > > I have untouched oe for several months, and recently found that yaffs is > dropped, and also in official kernel, why? > Can you clarify ? Which kernel ? Yaffs has never been a mainline filesystem, but I have it in the yocto released kernels.

[OE-core] [PATCH 2/3] linux-yocto/3.4: emenlow: switch from psb to emgd graphics

2012-12-03 Thread Bruce Ashfield
. ] Signed-off-by: Nitin A Kamble Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |2 +- meta/recipes-kernel/linux/linux-yocto_3.4.bb |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff

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

2012-12-03 Thread Bruce Ashfield
ttp://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (3): linux-yocto/3.4: merge v3.4.19, v3.4.20 linux-yocto/3.4: emenlow: switch from psb to emgd graphics linux-yocto/3.4: inform the fetcher if the meta branch changes meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |

[OE-core] [PATCH 1/3] linux-yocto/3.4: merge v3.4.19, v3.4.20

2012-12-03 Thread Bruce Ashfield
Updating the linux-yocto-3.4 trees to incorporate both 3.4.19 and 3.4.20 from the kernel.org -stable team. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6 +++--- meta/recipes-kernel

[OE-core] [PATCH 3/3] linux-yocto/3.4: inform the fetcher if the meta branch changes

2012-12-03 Thread Bruce Ashfield
solves the problem. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto_3.4.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 0e795c6..91785f9 100644

Re: [OE-core] Add 3.7 version of linux-libc-headers

2012-12-11 Thread Bruce Ashfield
On Tue, Dec 11, 2012 at 5:12 AM, Marcin Juszkiewicz < marcin.juszkiew...@linaro.org> wrote: > I would like to know are there plans to use 3.7 kernel for libc headers. > This will allow me to drop own copy which I need to keep due to AArch64 > stuff which got added in 3.7 cycle. > There aren't any

Re: [OE-core] [PATCH] perf: kill -Werror

2012-12-12 Thread Bruce Ashfield
On Wed, Dec 12, 2012 at 2:08 AM, Fahad Usman wrote: > this fails to build using a recent sourcery toolchain due to > unused-but-set-variable > > Signed-off-by: Christopher Larson > > the patch was imported from meta-mentor layer on yoctoproject git server > http://git.yoctoproject.org/cgit/cgit.

Re: [OE-core] [PATCH 1/1] module.bbclass: make sure do_make_scripts() executes after do_patch()

2012-12-14 Thread Bruce Ashfield
n unpacked and patched. I've never seen the problem myself, but having a more tightly defined ordering for the task is a good thing in my books. Since you aren't breaking the working use case, I have no objection. So I'll throw out a fancy: Reviewed-by: Bruce Ashfield Cheers, Br

Re: [OE-core] [oe-core][PATCH 06/10] kernel.bbclass: use the same versioning schema for modules.tgz and provide link to latest

2012-12-14 Thread Bruce Ashfield
On Fri, Dec 14, 2012 at 6:40 PM, Martin Jansa wrote: > * so it will work look KERNEL_IMAGE > * also we were recreating modules.tgz with every kernel build, but > overwritting the same output file > And I recall that no one ever showed a strong preference for keeping the old name around via a sy

Re: [OE-core] Add 3.7 version of linux-libc-headers

2012-12-18 Thread Bruce Ashfield
On Tue, Dec 18, 2012 at 6:07 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2012-12-11 at 05:52 -0500, Bruce Ashfield wrote: > > On Tue, Dec 11, 2012 at 5:12 AM, Marcin Juszkiewicz > > wrote: > > I would like to know are there

Re: [OE-core] Add 3.7 version of linux-libc-headers

2012-12-18 Thread Bruce Ashfield
On Tue, Dec 18, 2012 at 8:41 AM, Marcin Juszkiewicz < marcin.juszkiew...@linaro.org> wrote: > W dniu 18.12.2012 14:32, Bruce Ashfield pisze: > > On Tue, Dec 18, 2012 at 6:07 AM, Richard Purdie On Tue, 2012-12-11 at > >> 05:52 -0500, Bruce Ashfield wrote: > >>

Re: [OE-core] Add 3.7 version of linux-libc-headers

2013-01-03 Thread Bruce Ashfield
On Tue, Dec 18, 2012 at 12:32 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2012-12-18 at 08:56 -0500, Bruce Ashfield wrote: > > > On Tue, Dec 18, 2012 at 8:41 AM, Marcin Juszkiewicz > > wrote: > > W dniu 18.12.20

[OE-core] [PATCH 1/4] linux-yocto/3.4: integrate v3.4.21, v3.4.22, v3.4.23

2013-01-07 Thread Bruce Ashfield
Updating the SRCREVs to integrate the korg -stable updates. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16

[OE-core] [PATCH 4/4] linux-libc-headers: make 3.7 the default and remove older libc-header recipes

2013-01-07 Thread Bruce Ashfield
Switch the default libc-headers to the 3.7 version. At the same time, remove older versions of the headers to keep things simple and clear. All userspace and kernel combinations should build and boot against this single lib-headers version. Signed-off-by: Bruce Ashfield --- meta/conf/distro

[OE-core] [PATCH 3/4] linux-libc-headers: add 3.7 version

2013-01-07 Thread Bruce Ashfield
From: Marcin Juszkiewicz Signed-off-by: Marcin Juszkiewicz Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb |4 1 file changed, 4 insertions(+) create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb

[OE-core] [PATCH 2/4] linux-yocto/3.4: update to v3.4.24

2013-01-07 Thread Bruce Ashfield
Updating the 3.4 recipes to v3.4.24 stable version. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6 +++--- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 3

[OE-core] [PATCH 0/4] linux-yocto/3.4: linux-libc-headers: version updates

2013-01-07 Thread Bruce Ashfield
ed. Cheers, Bruce The following changes since commit 5b658729eff73963262dda4d6c683fdd023b8d04: libgdata: finalize recipe removal (2013-01-07 14:43: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 B

Re: [OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-14 Thread Bruce Ashfield
On Thu, Nov 14, 2013 at 11:09 AM, Saul Wold wrote: > On 11/13/2013 07:08 PM, Bruce Ashfield wrote: >> >> On Wed, Nov 13, 2013 at 8:45 PM, Otavio Salvador >> wrote: >>> >>> On Wed, Nov 13, 2013 at 7:54 PM, Saul Wold wrote: >>>>

[OE-core] [PATCH 3/3] kernel.bbclass: test for hardlinks before installing

2013-11-14 Thread Bruce Ashfield
test and avoid the copy if the file is already in place. [YOCTO #5527] Signed-off-by: Bruce Ashfield --- meta/classes/kernel.bbclass | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 383043e..624b151 100644

[OE-core] [PATCH 1/3] linux-yocto/3.10: meta: ARM: OMAP3: Add USB PHY driver for Beagleboard

2013-11-14 Thread Bruce Ashfield
. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 3 +-- meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/linux

[OE-core] [PATCH 2/3] linux-yocto-rt/3.10: fix ntp merge issue

2013-11-14 Thread Bruce Ashfield
Updating the -rt SRCREVs to pick up the following fix: ntp: fix ntp_notify_cmos_timer merge issue PREEMPT_RT_FULL has a stubbed ntp_notify_cmos_timer due to a bad merge. Renaming and restoring the full -rt functionality to this routine. Signed-off-by: Bruce Ashfield --- meta

[OE-core] [PATCH 0/3] linux-yocto: beagleboard, -rt and install fixes

2013-11-14 Thread Bruce Ashfield
-12 17:01:37 +) 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/3.10: meta: ARM: OMAP3: Add USB PHY driver for Beagleboard linux-yocto-rt/

Re: [OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-14 Thread Bruce Ashfield
On Thu, Nov 14, 2013 at 11:18 AM, Bruce Ashfield wrote: > On Thu, Nov 14, 2013 at 11:09 AM, Saul Wold wrote: >> On 11/13/2013 07:08 PM, Bruce Ashfield wrote: >>> >>> On Wed, Nov 13, 2013 at 8:45 PM, Otavio Salvador >>> wrote: >>>> >&g

Re: [OE-core] [PATCH 1/3] linux-yocto/3.10: meta: ARM: OMAP3: Add USB PHY driver for Beagleboard

2013-11-14 Thread Bruce Ashfield
Argh. My tools that update the SRCREVs picked up a temporary branch from Darren and I got the wrong SRCREVs. Use this replacement patch .. and you'll be better off :) Bruce On Thu, Nov 14, 2013 at 11:55 AM, Bruce Ashfield wrote: > Updating the meta branch SRCREV to update the USB confi

[OE-core] [PATCH 1/1] kernel.bbclass: fix hardlink test

2013-11-15 Thread Bruce Ashfield
with the missing kernel with the root cause being less than obvious. Signed-off-by: Bruce Ashfield --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 624b151..6959aa1 100644 --- a

[OE-core] [PATCH 0/1] kernel.bbclass: fix hardlink test

2013-11-15 Thread Bruce Ashfield
.bbclass: test for hardlinks before installing (2013-11-15 15:27: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 (1): kernel.bbclass: fix hardlink test meta/cl

Re: [OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-18 Thread Bruce Ashfield
On 13-11-18 10:50 AM, Otavio Salvador wrote: On Mon, Nov 18, 2013 at 1:31 PM, Saul Wold wrote: On 11/18/2013 06:50 AM, Robert Yang wrote: On 11/18/2013 10:18 PM, Otavio Salvador wrote: On Mon, Nov 18, 2013 at 10:25 AM, Robert Yang wrote: This should be considered for Dora as well as it

Re: [OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-18 Thread Bruce Ashfield
ude int-ll64.h for > powerpc64 > cd414c0 kmod: Update to Rev 15 via git > e83640d kmod: Add patch to fix seperate build dir of ptest > 0f431a3 kmod-native: use bswap to work on older Linux hosts > > // Robert > > > On 11/18/2013 11:59 PM, Bruce Ashfield wrote: >> &g

Re: [OE-core] [PATCH 2/2] kernel.bbclass: Call make with correct variables in kernelscripts_sstate_postinst

2013-11-19 Thread Bruce Ashfield
On Tue, Nov 19, 2013 at 12:37 PM, Mike Crowe wrote: > Ensure that the environment variable and command line arguments that are > used when calling make in kernel_do_compile are used in > kernelscripts_sstate_postinst. What issue was this causing for you ? The scripts are native, and hence should

Re: [OE-core] [PATCH 1/2] kernel.bbclass: Ensure compiler is available for do_populate_sysroot_setscene

2013-11-19 Thread Bruce Ashfield
On Tue, Nov 19, 2013 at 12:37 PM, Mike Crowe wrote: > kernelscripts_sstate_postinst uses the compiler (and therefore binutils) to > generate the kernel scripts so it must declare a dependency on them. The > ones in DEPENDS don't apply to do_populate_sysroot_setscene. > > Signed-off-by: Mike Crowe

Re: [OE-core] [PATCH 1/1] kernel: restore scripts in the sysroot

2013-11-19 Thread Bruce Ashfield
On Tue, Nov 19, 2013 at 12:46 PM, Phil Blundell wrote: > On Tue, 2013-11-19 at 17:37 +, Mike Crowe wrote: >> On Tuesday 08 October 2013 at 17:12:54 -0400, Bruce Ashfield wrote: >> > When building against the sysroot, out of tree modules can require modpost >> > a

Re: [OE-core] [PATCH 2/2] kernel.bbclass: Call make with correct variables in kernelscripts_sstate_postinst

2013-11-19 Thread Bruce Ashfield
On Tue, Nov 19, 2013 at 12:46 PM, Richard Purdie wrote: > On Tue, 2013-11-19 at 12:41 -0500, Bruce Ashfield wrote: >> On Tue, Nov 19, 2013 at 12:37 PM, Mike Crowe wrote: >> > Ensure that the environment variable and command line arguments that are >> > used when callin

Re: [OE-core] [PATCH 1/1] kernel: restore scripts in the sysroot

2013-11-19 Thread Bruce Ashfield
Adding Khem. Khem .. see below. On Tue, Nov 19, 2013 at 12:54 PM, Bruce Ashfield wrote: > On Tue, Nov 19, 2013 at 12:46 PM, Phil Blundell wrote: >> On Tue, 2013-11-19 at 17:37 +, Mike Crowe wrote: >>> On Tuesday 08 October 2013 at 17:12:54 -0400, Bruce Ashfield wrote: &

Re: [OE-core] [PATCH 1/1] kernel: restore scripts in the sysroot

2013-11-19 Thread Bruce Ashfield
On Tue, Nov 19, 2013 at 5:29 PM, Khem Raj wrote: > > On Nov 19, 2013, at 10:17 AM, Bruce Ashfield wrote: > >> Adding Khem. >> >> Khem .. see below. >> >> On Tue, Nov 19, 2013 at 12:54 PM, Bruce Ashfield >> wrote: >>> On Tue, Nov 19, 2013 a

Re: [OE-core] [PATCH 1/1] kernel: restore scripts in the sysroot

2013-11-19 Thread Bruce Ashfield
On Tue, Nov 19, 2013 at 5:42 PM, Richard Purdie wrote: > On Tue, 2013-11-19 at 17:37 -0500, Bruce Ashfield wrote: >> >> Exactly. And I had windriver bug with the same symptoms as yours. It >> was a package >> that built its own modules, and hence never called this eit

Re: [OE-core] [PATCH 1/1] kernel: restore scripts in the sysroot

2013-11-19 Thread Bruce Ashfield
On Tue, Nov 19, 2013 at 6:44 PM, Phil Blundell wrote: > On Tue, 2013-11-19 at 17:37 -0500, Bruce Ashfield wrote: >> Alternatively, recipes need to be fixed to call the >> modules-base.bbclass routine to restore >> scripts, and I think it is obvious that won't work in all

Re: [OE-core] [PATCH 1/1] kernel: restore scripts in the sysroot

2013-11-19 Thread Bruce Ashfield
On Tue, Nov 19, 2013 at 9:59 PM, Khem Raj wrote: > > On Nov 19, 2013, at 2:45 PM, Richard Purdie > wrote: > >> On Tue, 2013-11-19 at 14:39 -0800, Khem Raj wrote: >>> On Nov 19, 2013, at 2:36 PM, Richard Purdie >>> wrote: >>> On Tue, 2013-11-19 at 14:29 -0800, Khem Raj wrote: > We

Re: [OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-20 Thread Bruce Ashfield
do the cherry picks. The repository is safe for the dora branch. If that changes in the future, we can fork it into a new repo. Cheers, Bruce > > // Robert > > > On 11/19/2013 01:18 PM, Bruce Ashfield wrote: >> >> On Mon, Nov 18, 2013 at 10:34 PM, Robert Yang >

Re: [OE-core] [PATCH 1/2] Revert "kernel.bbclass: move bundle_initramfs after kernel_link_vmlinux"

2013-11-22 Thread Bruce Ashfield
On Fri, Nov 22, 2013 at 9:04 AM, Mike Crowe wrote: > This reverts commit 3baa63b4d588c3262254528b406ede265dd117bf. It broke > builds that aren't using kernel-yocto. Can we get a log message of the breakage in the commit ? And a follow up question, have we simply restored the issue that the origin

Re: [OE-core] [PATCH 1/2] Revert "kernel.bbclass: move bundle_initramfs after kernel_link_vmlinux"

2013-11-22 Thread Bruce Ashfield
On Fri, Nov 22, 2013 at 10:53 AM, Bruce Ashfield wrote: > On Fri, Nov 22, 2013 at 9:04 AM, Mike Crowe wrote: >> This reverts commit 3baa63b4d588c3262254528b406ede265dd117bf. It broke >> builds that aren't using kernel-yocto. > > Can we get a log message of the brea

Re: [OE-core] distro/machine:kernel feature mapping and version checking

2013-11-22 Thread Bruce Ashfield
On 13-11-22 06:05 AM, Paul Eggleton wrote: Hi Darren, On Thursday 21 November 2013 18:47:07 Hart, Darren wrote: Regarding the following 2 bugs: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5574 Add kernel version / configuration check mechanism and https://bugzilla.yoctoproject.org/show

Re: [OE-core] [PATCH] runqemu: Extend to support genericx86* machine types

2013-11-22 Thread Bruce Ashfield
On Fri, Nov 22, 2013 at 5:33 PM, Saul Wold wrote: > I have done some very basic testing to boot to graphics and run some graphics > programs. The genericx86* currently do not have Sound or NFSD support enabled > which qemux86* kernel do. There might be some other bits needed, I am working > to f

Re: [OE-core] [PATCH] e1000: prevent oops when adapter is being closed and reset simultaneously

2013-11-24 Thread Bruce Ashfield
On Sun, Nov 24, 2013 at 9:49 PM, yzhu1 wrote: > This change is based on a similar change made to e1000e support in > commit bb9e44d0d0f4 ("e1000e: prevent oops when adapter is being closed > and reset simultaneously"). The same issue has also been observed > on the older e1000 cards. I assume yo

[OE-core] [PATCH 3/3] linux-yocto/3.10: -rt, ebtables and e1000 fixes

2013-11-26 Thread Bruce Ashfield
Updating the 3.10 SRCREVs for the following fixes: f47ea28 bridge: enable EBTABLES a9ec82e e1000: prevent oops when adapter is being closed and reset simultaneously a4e1bd7 Revert "arm: add dummy swizzle for versatile with qemu" Signed-off-by: Bruce Ashfield --- meta/reci

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

2013-11-26 Thread Bruce Ashfield
Bumping the 3.4 kernel to the latest korg -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 14 +++--- 3 files

[OE-core] [PATCH 1/3] linux/yocto-3.10: merge v3.10.19

2013-11-26 Thread Bruce Ashfield
Updating the linux-yocto-3.10 SRCREVs to the latest korg -stable release. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18

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

2013-11-26 Thread Bruce Ashfield
: add PACKAGECONFIG for vnc, libcurl, nss, uuid, curses, gtk+, libcap-ng (2013-11-26 12:10:35 +) 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

<    4   5   6   7   8   9   10   11   12   13   >