[OE-core] [PATCH 0/6] linux-yocto/3.4/3.10/3.14: updates

2014-04-10 Thread Bruce Ashfield
Beaglebone instructions (2014-04-10 10:13:55 +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 (6): linux-yocto/3.10: v3.10.35 and emenlow boot fixes linux-yocto/3.4

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

2014-04-10 Thread Bruce Ashfield
Updating the SRCREVs to integrate the latest korg -stable update. 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-tiny_3.4.bb | 6 +++--- meta/recipes-kernel/linux/linux

[OE-core] [PATCH 1/6] linux-yocto/3.10: v3.10.35 and emenlow boot fixes

2014-04-10 Thread Bruce Ashfield
Updating the 3.10 SRCREVs to pick up 3.10.35 and a LTSI cherry pick that fixes a boot issue with the emenlow. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6

[OE-core] [PATCH 3/6] linux-yocto/3.10: intel-common: Add preempt-rt ktype targets

2014-04-10 Thread Bruce Ashfield
Updating the meta SRCREV to incorporate the intel common preempt-rt kernel support. 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.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto

[OE-core] [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks

2014-04-10 Thread Bruce Ashfield
Importing the meta SRCREV to pick up the following two fixes: 928d7b2ddad0 beaglebone: enhance USB support and enable MUSB modules fbe38387ac61 beaglebone: enable DRM for HDMI output Signed-off-by: Denys Dmytriyenko de...@ti.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com

[OE-core] [PATCH 6/6] linux-yocto/3.10: intel BSP configuration updates

2014-04-10 Thread Bruce Ashfield
branch 'mohonpeak' Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 +- 3 files changed, 3 insertions(+), 3

Re: [OE-core] [PATCH 5/6] linux-yocto/3.14: beagleboard black: USB, DRM config tweaks

2014-04-10 Thread Bruce Ashfield
On 14-04-10 11:55 AM, Denys Dmytriyenko wrote: Thanks, Bruce! The subject says beagleboard but should be beaglebone... old habits die hard ;) Bruce On Thu, Apr 10, 2014 at 11:12:35AM -0400, Bruce Ashfield wrote: Importing the meta SRCREV to pick up the following two fixes

Re: [OE-core] [PATCH 1/1] meta-skeleton: linux-yocto-custom.bb: use machine overrides

2014-04-11 Thread Bruce Ashfield
On 14-04-11 01:05 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Use machine overrides for variables for this skeleton recipe so that people following skeleton do it right at the beginning. The machine overrides for the variables reduces pollution of name

[OE-core] [PATCH 1/1] linux-yocto/3.14: aufs, edgerouter config and -rt

2014-04-11 Thread Bruce Ashfield
Updating the 3.14 SRCREVs to import the following changes: - enable AUFS: a missing Kbuild patch was preventing aufs from compiling - edgerouter: remove RTC configuration options - preempt-rt recipe. The patch for 3.14 is availble, so we populate the recipe. Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 0/1] linux-yocto/3.14: aufs, edgerouter and -rt

2014-04-11 Thread Bruce Ashfield
to DISK_SIGNATURE variable. (2014-04-11 18:22:51 +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.14: aufs, edgerouter config and -rt meta

Re: [OE-core] kernel-yocto.bbclass : commas missing to use custom defconfig

2014-04-24 Thread Bruce Ashfield
On Thu, Apr 24, 2014 at 5:55 AM, Mylene Josserand mylene.josser...@navocap.com wrote: Hi everyone, I am new to Open Embedded / Yocto and I am currently configure it to generate custom kernel Linux and rootfs. For configuration information, I am using the Angstrom distribution and I am on

[OE-core] [PATCH 1/6] kernel-yocto: quote kconfig mode check

2014-05-05 Thread Bruce Ashfield
allnoconfig for defconfig builds, which can result in some options being dropped from the final .config. Quoting the reference allows it to evaluate properly. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

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

2014-05-05 Thread Bruce Ashfield
Updating the 3.4 SRCREVs to import the korg v3.4.88 -stable release. 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-tiny_3.4.bb | 6 +++--- meta/recipes-kernel/linux/linux

[OE-core] [PATCH 5/6] linux-yocto/3.14: update to v3.14.2

2014-05-05 Thread Bruce Ashfield
Updating to the korg 3.14.2 -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18

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

2014-05-05 Thread Bruce Ashfield
7b78c364b7de901f97cd8dbe56d5e02f545bf3d3: cleanup-workdir: Fix crosssdk reference after addition of PN (2014-05-05 09:05:42 +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

[OE-core] [PATCH 4/6] linux-yocto/3.10: update to v3.10.38

2014-05-05 Thread Bruce Ashfield
Updating to the korg -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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 2/6] linux-yocto-custom: provide defconfig guidance

2014-05-05 Thread Bruce Ashfield
As reported by Andrea, defconfigs created with savedefconfig should specify their expansion mode as --alldefconfig' for custom yocto recipes. To ensure that this is documented, we can add a comment in the skeleton recipe. Reported-by: Andrea Adami andrea.ad...@gmail.com Signed-off-by: Bruce

[OE-core] [PATCH 6/6] linux-yocto/3.10: mei.cfg: enable Intel chipsets

2014-05-05 Thread Bruce Ashfield
Importing the mei meta data change from the yocto 3.14 kernel tree. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.10.bb

Re: [OE-core] [PATCH] linux-yocto-dev: Dynamic SRCREV update

2014-05-23 Thread Bruce Ashfield
to be a bit more logically representative of its intended purpose. Looks good to me. Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 29 ++ 1 file changed, 11

[OE-core] [PATCH 1/4] linux-yocto/3.14: update to v3.14.4

2014-05-26 Thread Bruce Ashfield
Bumping the 3.14 recipes to the latest korg -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.14

[OE-core] [PATCH 3/4] beaglebone: enable the nowayout option for the watchdog

2014-05-26 Thread Bruce Ashfield
to enable nowayout option for the watchdong. With this enabled, there is no way of disabling the watchdog once it has been started. This option is also enabled in the predecessor of this BSP (beagleboard) ] [YOCTO: 3937] Signed-off-by: Kevin Hao kexin@windriver.com Signed-off-by: Bruce

[OE-core] [PATCH 2/4] linux-yocto-rt/3.14: update to 3.14-rt5

2014-05-26 Thread Bruce Ashfield
Updating the the latest 3.14-rt release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes

[OE-core] [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40

2014-05-26 Thread Bruce Ashfield
Integrating the latest korg releases for the 3.10 kernel. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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

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

2014-05-26 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 (4): linux-yocto/3.14: update to v3.14.4 linux-yocto-rt/3.14: update to 3.14-rt5 beaglebone: enable the nowayout option

Re: [OE-core] [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40

2014-05-28 Thread Bruce Ashfield
On 14-05-28 04:36 AM, Richard Purdie wrote: On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote: diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index 7081cd18aa57..b1b80341d6d2 100644 --- a/meta/recipes-kernel/linux

Re: [OE-core] [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40

2014-05-28 Thread Bruce Ashfield
On 14-05-28 09:47 AM, Richard Purdie wrote: On Wed, 2014-05-28 at 08:54 -0400, Bruce Ashfield wrote: On 14-05-28 04:36 AM, Richard Purdie wrote: On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote: diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel

Re: [OE-core] [oe-core][PATCH 2/3] perf: fix broken shell comparsion in do_install

2014-06-09 Thread Bruce Ashfield
When describing something as broken in the short log, it's typically a good idea to also include the symptoms, and the fix. That way the log will tell someone experience a particular problem that this change indeed addresses their problem. Bruce On Mon, Jun 9, 2014 at 5:21 PM, Henning Heinold

Re: [OE-core] [PATCH] kernel-module-split: Add support for KERNEL_MODULE_AUTOLOAD and KERNEL_MODULE_PROBECONF

2014-06-13 Thread Bruce Ashfield
On Fri, Jun 13, 2014 at 11:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The current module_autoload_* and module_conf_* variables are error both ugly and error prone. They aren't registered in the task checksums so changes to them aren't reflected in the build. This turns out

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

2014-06-17 Thread Bruce Ashfield
Updating to the latest korg -stable release. 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-tiny_3.4.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16

[OE-core] [PATCH 4/5] linux-yocto/3.14: enable mpc8315e NAND and Yaffs2 gcc 4.9 fix

2014-06-17 Thread Bruce Ashfield
Updating the meta branch with configuration changes to enable NAND booting on the mpc8315e reference board. We also update the BSP SRCREVs to fix a compilation issue with date/time on Yaffs2 and gcc 4.9. Signed-off-by: Kevin Hao kexin@windriver.com Signed-off-by: Bruce Ashfield bruce.ashfi

[OE-core] [PATCH 1/5] linux-yocto/3.10: update to v3.10.41

2014-06-17 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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 +- 3 files changed, 16

[OE-core] [PATCH 0/5] linux-yocto: 3.4, 3.10 and 3.14 updates

2014-06-17 Thread Bruce Ashfield
-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (5): linux-yocto/3.10: update to v3.10.41 linux-yocto/3.14: update to v3.14.5 linux-yocto/3.4: update to v3.4.91 linux-yocto/3.14: enable mpc8315e NAND and Yaffs2 gcc 4.9 fix linux-yocto

[OE-core] [PATCH 2/5] linux-yocto/3.14: update to v3.14.5

2014-06-17 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +- 3 files changed, 16

[OE-core] [PATCH 5/5] linux-yocto/3.10: update to v3.10.43

2014-06-17 Thread Bruce Ashfield
Importing the v3.10.42 and 43 korg -stable updates. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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

Re: [OE-core] [PATCH 0/5] linux-yocto: 3.4, 3.10 and 3.14 updates

2014-06-17 Thread Bruce Ashfield
On 2014-06-17, 6:18 PM, Richard Purdie wrote: On Tue, 2014-06-17 at 11:26 -0400, Bruce Ashfield wrote: Richard/Saul, Here are my collect stable updates to 3.4 - 3.14. Build and boot sanity passed here, but with three versions being updated, its a lot of build testing :) I also have an update

Re: [OE-core] [PATCH 0/5] linux-yocto: 3.4, 3.10 and 3.14 updates

2014-06-17 Thread Bruce Ashfield
On 2014-06-17, 6:18 PM, Richard Purdie wrote: On Tue, 2014-06-17 at 11:26 -0400, Bruce Ashfield wrote: Richard/Saul, Here are my collect stable updates to 3.4 - 3.14. Build and boot sanity passed here, but with three versions being updated, its a lot of build testing :) I also have an update

Re: [OE-core] [PATCH 0/5] linux-yocto: 3.4, 3.10 and 3.14 updates

2014-06-17 Thread Bruce Ashfield
On Tue, Jun 17, 2014 at 8:20 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2014-06-17, 6:18 PM, Richard Purdie wrote: On Tue, 2014-06-17 at 11:26 -0400, Bruce Ashfield wrote: Richard/Saul, Here are my collect stable updates to 3.4 - 3.14. Build and boot sanity passed here

[OE-core] [PATCH] lttng-modules: update to 2.4.1-stable latest

2014-06-17 Thread Bruce Ashfield
the change. Build tested against 3.14 and 3.10. [YOCTO #6459] Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/lttng/lttng-modules_2.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.4.1.bb b

Re: [OE-core] OE build of qemux86 fails for linux-yocto: undefined reference to `.LASF1122'

2014-06-24 Thread Bruce Ashfield
On Tue, Jun 24, 2014 at 1:50 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: doing a test build of core-image-minimal for qemux86 using current git pull of openembedded-core, and got: | LD init/built-in.o | drivers/built-in.o:(.debug_info+0x106096a): undefined reference to

Re: [OE-core] [PATCH 1/1] perf: split package

2014-07-16 Thread Bruce Ashfield
On Wed, Jul 16, 2014 at 4:00 AM, Chong Lu chong...@windriver.com wrote: Fix incorrect paths to split perf package. Can you elaborate here ? This commit message doesn't really tell us much. Why is the current split incorrect ? What is the symptom and result of the incorrect split ? Are the

Re: [OE-core] [PATCH 1/1] perf: split package

2014-07-16 Thread Bruce Ashfield
On Wed, Jul 16, 2014 at 9:43 PM, Chong Lu chong...@windriver.com wrote: On 07/16/2014 09:04 PM, Bruce Ashfield wrote: On Wed, Jul 16, 2014 at 4:00 AM, Chong Lu chong...@windriver.com wrote: Fix incorrect paths to split perf package. Can you elaborate here ? This commit message doesn't

Re: [OE-core] [PATCH 1/1] perf: split package

2014-07-17 Thread Bruce Ashfield
On Thu, Jul 17, 2014 at 2:58 AM, Chong Lu chong...@windriver.com wrote: On 07/17/2014 10:13 AM, Bruce Ashfield wrote: On Wed, Jul 16, 2014 at 9:43 PM, Chong Lu chong...@windriver.com wrote: On 07/16/2014 09:04 PM, Bruce Ashfield wrote: On Wed, Jul 16, 2014 at 4:00 AM, Chong Lu chong

Re: [OE-core] [oe-commits] Bruce Ashfield : lttng-modules: update to 2.4.1-stable latest

2014-07-22 Thread Bruce Ashfield
=bb304f306c0f6ee496a75a67c0bb8a6c1e41ddf2 Author: Bruce Ashfield bruce.ashfi...@windriver.com Date: Tue Jun 17 21:29:51 2014 -0400 lttng-modules: update to 2.4.1-stable latest The 3.15, and 3.14.5+ kernels introduced a change to trace_block_rq_complete, which triggers the following build error

Re: [OE-core] [oe-commits] Bruce Ashfield : lttng-modules: update to 2.4.1-stable latest

2014-07-22 Thread Bruce Ashfield
On 14-07-22 11:42 AM, Gabriel Barbu wrote: On 7/22/2014 4:51 PM, Bruce Ashfield wrote: On 14-07-20 10:02 AM, Martin Jansa wrote: On Wed, Jun 18, 2014 at 09:44:25AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit

Re: [OE-core] [oe-commits] Bruce Ashfield : lttng-modules: update to 2.4.1-stable latest

2014-07-22 Thread Bruce Ashfield
On 2014-07-22, 11:45 AM, Bruce Ashfield wrote: On 14-07-22 11:42 AM, Gabriel Barbu wrote: On 7/22/2014 4:51 PM, Bruce Ashfield wrote: On 14-07-20 10:02 AM, Martin Jansa wrote: On Wed, Jun 18, 2014 at 09:44:25AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch

[OE-core] [PATCH 1/8] linux-yocto/3.14: vexpress and MVM firmware support

2014-07-24 Thread Bruce Ashfield
Updating the 3.14 SRCREVs to integrate the following changes: meta: iwlwifi: Add MVM firmware support vexpress: Pass LOADADDR to Makefile Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++--- meta/recipes-kernel/linux

[OE-core] [PATCH 8/8] kern-tools: adjust to full history meta-data

2014-07-24 Thread Bruce Ashfield
In order to generate and support kernel trees with full history, we need to modify the kernel tools e914d570232a kgit-checkpoint: ensure that full meta-data artifacts are maintained 192be836d318 kgit-scc: allow meta-data history to be maintained Signed-off-by: Bruce Ashfield bruce.ashfi

[OE-core] [PATCH 3/8] linux-yocto: x86_64: expand kernel stack to 16K

2014-07-24 Thread Bruce Ashfield
overflow. When I investigated the problem, the callstack was a little bit deeper by involve with reclaim functions but not direct reclaim path. ] Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 4 ++-- meta/recipes

[OE-core] [PATCH 7/8] linux-yocto/3.14: libata and generic CPU modalias handling

2014-07-24 Thread Bruce Ashfield
a queue depth less than 32 [YOCTO: #6489] Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 14 +++--- 3

[OE-core] [PATCH 4/8] linux-yocto-dev: bump to v3.16+

2014-07-24 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 9b49eee87651

[OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-24 Thread Bruce Ashfield
-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- ...compaction-instrumentation-to-3.16-kernel.patch | 83 ++ ...ate-vmscan-instrumentation-to-3.16-kernel.patch | 70 ++ meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb | 36 -- ...tng-modules_2.4.1

[OE-core] [PATCH 0/8] kernel: linux-yocto 3.14, linux-yocto-dev 3.16 and dependencies

2014-07-24 Thread Bruce Ashfield
the '-S SIGNATURE_HANDLER, --dump-signatures=SIGNATURE_HANDLER' option. (2014-07-22 08:33:25 +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 (8): linux-yocto

[OE-core] [PATCH 5/8] kernel: don't copy .so.dbg files into kernel source install

2014-07-24 Thread Bruce Ashfield
that .so files are not copied, we avoid this incorrect split with no impact on future build phases. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta

[OE-core] [PATCH 6/8] lttng-modules: re-enable ARM builds

2014-07-24 Thread Bruce Ashfield
With lttng 2.4.2 and gcc 4.9, we can now enable lttng-modules for ARM. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng

Re: [OE-core] [PATCH 6/8] lttng-modules: re-enable ARM builds

2014-07-24 Thread Bruce Ashfield
On Thu, Jul 24, 2014 at 6:02 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jul 24, 2014 at 04:41:52PM -0400, Bruce Ashfield wrote: With lttng 2.4.2 and gcc 4.9, we can now enable lttng-modules for ARM. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes

Re: [OE-core] [PATCH 4/8] linux-yocto-dev: bump to v3.16+

2014-07-24 Thread Bruce Ashfield
On 2014-07-24, 11:35 PM, Saul Wold wrote: On 07/24/2014 01:41 PM, Bruce Ashfield wrote: Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux

Re: [OE-core] [PATCH 4/8] linux-yocto-dev: bump to v3.16+

2014-07-24 Thread Bruce Ashfield
On Thu, Jul 24, 2014 at 11:36 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2014-07-24, 11:35 PM, Saul Wold wrote: On 07/24/2014 01:41 PM, Bruce Ashfield wrote: Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2

Re: [OE-core] [PATCH 6/8] lttng-modules: re-enable ARM builds

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 5:53 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jul 24, 2014 at 11:10:50PM -0400, Bruce Ashfield wrote: On Thu, Jul 24, 2014 at 6:02 PM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jul 24, 2014 at 04:41:52PM -0400, Bruce Ashfield wrote: With lttng

Re: [OE-core] [PATCH 6/8] lttng-modules: re-enable ARM builds

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 9:00 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Fri, Jul 25, 2014 at 5:53 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jul 24, 2014 at 11:10:50PM -0400, Bruce Ashfield wrote: On Thu, Jul 24, 2014 at 6:02 PM, Martin Jansa martin.ja...@gmail.com

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 9:21 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jul 24, 2014 at 04:41:48PM -0400, Bruce Ashfield wrote: During the uprev of the yocto kernel to 3.16, lttng-modules failed to build. To grab the latest stable content, we update to 2.5.0, and add two patches

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 9:23 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Fri, Jul 25, 2014 at 9:21 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Jul 24, 2014 at 04:41:48PM -0400, Bruce Ashfield wrote: During the uprev of the yocto kernel to 3.16, lttng-modules failed to build

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 9:46 AM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Jul 25, 2014 at 09:36:12AM -0400, Bruce Ashfield wrote: On Fri, Jul 25, 2014 at 9:23 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Fri, Jul 25, 2014 at 9:21 AM, Martin Jansa martin.ja...@gmail.com

Re: [OE-core] [PATCH] kernel: Prevent from installing so files into source dir

2014-08-19 Thread Bruce Ashfield
On 14-08-19 02:13 PM, Yang Shi wrote: vdso build could generate so files, avoid installing such so files into kernel source dir. Looks good. I never did hit this myself, but this will cover my .so.dbg case, and the non debug variant. That being said, you mentioned that we get a QA error on

Re: [OE-core] [V2 PATCH] kernel: Prevent from installing so files into source dir

2014-08-19 Thread Bruce Ashfield
On 14-08-19 02:39 PM, Yang Shi wrote: vdso build could generate so files, avoid installing such so files into kernel source dir, otherwise the below package QA error might be hit: ERROR: QA Issue: File '/usr/src/kernel/arch/x86/vdso/vdso64.so' from linux-windriver was already stripped, this

Re: [OE-core] [V2 PATCH] kernel: Prevent from installing so files into source dir

2014-08-19 Thread Bruce Ashfield
On 14-08-19 02:59 PM, Yang Shi wrote: On 8/19/2014 11:42 AM, Bruce Ashfield wrote: On 14-08-19 02:39 PM, Yang Shi wrote: vdso build could generate so files, avoid installing such so files into kernel source dir, otherwise the below package QA error might be hit: ERROR: QA Issue: File '/usr

Re: [OE-core] [V3 PATCH] kernel: Prevent from installing so files into source dir

2014-08-19 Thread Bruce Ashfield
, this will prevent future debugging! [already-stripped] Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Yang Shi yang@windriver.com --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes

[OE-core] [PATCH 1/7] linux-yocto: intel-common: Enable Industrial IO

2014-08-20 Thread Bruce Ashfield
Updating the META branch SRCREV to import iio configuration settings. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.14.bb

[OE-core] [PATCH 5/7] linux-yocto/3.14: fix common clock framework support in PCI glue layer

2014-08-20 Thread Bruce Ashfield
-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 14 +++--- 3 files changed, 10 insertions(+), 10 deletions

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

2014-08-20 Thread Bruce Ashfield
://git.pokylinux.org/poky-contrib zedd/kernel http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Bruce Ashfield (7): linux-yocto: intel-common: Enable Industrial IO linux-yocto/3.14: add ARM kprobes support linux-yocto/3.14: update to v3.14.13 linux-yocto/3.14: KASLR and VDSO

[OE-core] [PATCH 4/7] linux-yocto/3.14: KASLR and VDSO backports

2014-08-20 Thread Bruce Ashfield
generic d076cfb68504 x86, vdso, xen: Remove stray reference to FIX_VDSO 949153696c99 x86_32, mm: Remove user bit from identity map PDE e5cf7dfec74d x86, vdso: Remove compat vdso support Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto

[OE-core] [PATCH 2/7] linux-yocto/3.14: add ARM kprobes support

2014-08-20 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_3.14.bb | 14 +++--- 3 files changed, 10 insertions(+), 10

[OE-core] [PATCH 6/7] linux-yocto/3.14: cgroups and hugetlb updates

2014-08-20 Thread Bruce Ashfield
handling a36af1327d41 Fix [RFC] cgroups: Resource controller for open files. 7dc531576e41 cgroups: Resource controller for open files. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 4 ++-- meta/recipes-kernel/linux

[OE-core] [PATCH 3/7] linux-yocto/3.14: update to v3.14.13

2014-08-20 Thread Bruce Ashfield
Updating from 3.14.5 - 3.14.13 to pick up the latest series of korg stable updates. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++--- meta/recipes-kernel

[OE-core] [PATCH 7/7] linux-yocto/3.14: feature merges and configuration updates

2014-08-20 Thread Bruce Ashfield
to intel-common-standard.scc - cgroups: enable virtual memory resource controller - full nohz: Enable full dynticks system for nohz Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto

Re: [OE-core] [oe-core][PATCH 0/1 V2] Fix KERNEL_ALT_IMAGETYPE deploy

2014-08-20 Thread Bruce Ashfield
On 2014-08-20, 5:25 PM, Yang Shi wrote: On 7/16/2014 11:42 AM, Yang Shi wrote: When trying to bootup qemuarma9 BSP with uImage, I ran into the below issues: In some usecases, a BSP may need two kernel image types coexist, like zImage and uImage. For example, qemuarm BSP could be run on

Re: [OE-core] is INITRAMFS_TASK still useful, or can it be tossed?

2014-08-26 Thread Bruce Ashfield
On Tue, Aug 26, 2014 at 3:14 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: just noticed the following -- here's snippets from kernel.bbclass: ... snip ... INITRAMFS_TASK ?= ... snip ... # NOTE: setting INITRAMFS_TASK is for backward compatibility # The preferred method

Re: [OE-core] Question about aarch64 target

2014-08-27 Thread Bruce Ashfield
On Wed, Aug 27, 2014 at 6:53 AM, Kang Kai kai.k...@windriver.com wrote: Hi Saul, I am working on Bug 6487 - Add Aarch64 qemu target. I take tune and config files from linaro then succeeds to build core-image-minimal and core-image-sato. And I have 2 question about it now: 1 What should the

[OE-core] [PATCH 05/18] kernel-yocto: remove branch existence checking in do_validate_branches

2014-08-29 Thread Bruce Ashfield
Now that the fetcher will enforce branch existence, we no longer need to confirm that a branch exists, and that it was the branch requested to be built. We know the branch exists and we'll confirm that the specified SRCREV is going to be built after we've patched the tree. Signed-off-by: Bruce

[OE-core] [PATCH 01/18] kernel-yocto: use cat-file instead of git-show

2014-08-29 Thread Bruce Ashfield
-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 6c9242770407..38c886b21b09 100644 --- a/meta/classes

[OE-core] [PATCH 02/18] kernel-yocto: move SRCREV validation to patching phase

2014-08-29 Thread Bruce Ashfield
, and no mangling of the tree. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 39 +++ 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass

[OE-core] [PATCH 06/18] kernel-yocto: remove KBRANCH_DEFAULT

2014-08-29 Thread Bruce Ashfield
. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 16 1 file changed, 16 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index d51748e556ef..087fbb0c3702 100644 --- a/meta/classes/kernel

[OE-core] [PATCH 08/18] kernel-yocto: use show-ref instead of branch -a

2014-08-29 Thread Bruce Ashfield
for the show-ref check. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 0ac1572471bc

[OE-core] [PATCH 09/18] kernel-yocto: clean overly complex branch checkout

2014-08-29 Thread Bruce Ashfield
Since the git fetcher ensures that branches exist, we no longer need to validate the branch and have a conditional checkout of the source. We can remove some checks and ensure that whenever we exit the do_kernel_checkout routine that a branch is always checked out. Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 03/18] kernel-yocto: remove containing branch check

2014-08-29 Thread Bruce Ashfield
The bitbake fetcher now enforces that a commit is contained by a branch, so this code can be dropped from do_validate_branches. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 7 --- 1 file changed, 7 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 00/18] kernel-yocto: consolidated pull request

2014-08-29 Thread Bruce Ashfield
37d7b218e9faef6093caedd67875c2d72b8111e2: kernel-yocto: remove redundant SRCREV check (2014-08-29 16:32:23 -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 (18): kernel-yocto: use cat

[OE-core] [PATCH 04/18] kernel-yocto: remove SRC_URI kbranch validation

2014-08-29 Thread Bruce Ashfield
We no longer need to check if the KBRANCH matches the branch specified in the SRC_URI. This is taken care of by the fetcher at the beginning and SRCREV ancestor validation after patching. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 6

[OE-core] [PATCH 18/18] linux-libc-headers: update to 3.16

2014-08-29 Thread Bruce Ashfield
Updating the linux-libc-headers to the 3.16 release. This matches the current -dev kernel version, and is compatible with the existing named kernel versions (3.10, 3.14). Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/conf/distro/include/tcmode-default.inc

[OE-core] [PATCH 11/18] kernel-yocto: remove KBRANCH_DEFAULT

2014-08-29 Thread Bruce Ashfield
KBRANCH_DEFAULT is no longer used, so we can remove it from all recipes (and it won't be missed). Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 1 - meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 4 ++-- meta/recipes

[OE-core] [PATCH 07/18] kernel-yocto: simplify branch SRCREV validation

2014-08-29 Thread Bruce Ashfield
The checking of machine and meta branch SRCREVs was inconsistent and didn't allow a mixed AUTOREV machine/meta branch combination. By simplifying the checks and changing the logic, we can now allow this combination. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes

[OE-core] [PATCH 10/18] kernel-yocto: allow custom non-meta, SRCREV format builds

2014-08-29 Thread Bruce Ashfield
When custom respositories are built (like a pure kernel.org repo), the machine_meta SRCREV format is not applicable. As such, we shouldn't check for the meta branch and we shouldn't only check SRCREV_machine based revisions. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta

[OE-core] [PATCH 15/18] linux-yocto/3.14: vhost, vxland, openvswitch and block/bfq updates

2014-08-29 Thread Bruce Ashfield
unused port variable in vxlan_udp_encap_recv() e94003f3b58d sched/deadline: Fix sched_yield() behavior Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 4

[OE-core] [PATCH 12/18] kernel-yocto: convert echo statements to bb* equivalents

2014-08-29 Thread Bruce Ashfield
Use the bbinfo, bberror, bbfatal equivalents to the existing echo statements within the kernel-yocto processing. This makes us consistent with the other messages from the build system. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 54

[OE-core] [PATCH 14/18] images: introduce core-image-kernel-dev

2014-08-29 Thread Bruce Ashfield
, installed and tested via a single image. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-extended/images/core-image-kernel-dev.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-extended/images/core-image-kernel-dev.bb diff

[OE-core] [PATCH 16/18] linux-yocto/3.14: update to v3.14.17

2014-08-29 Thread Bruce Ashfield
Updating the 3.14 repository to the latest korg stable udpate. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto_3.14

[OE-core] [PATCH 17/18] linux-yocto/3.4: remove 3.4 name recipes

2014-08-29 Thread Bruce Ashfield
Removing the 3.4 recipes, since support has not shifted to 3.10 and 3.14 for LTSI kernel versions, with 3.16+ as the development version. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 30 -- meta/recipes-kernel

[OE-core] [PATCH 13/18] kern-tools: allow meta branch and meta data directory to differ

2014-08-29 Thread Bruce Ashfield
.. avoiding any new variables to indicate this to the scripts and build system. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- 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

Re: [OE-core] [PATCH 02/18] kernel-yocto: move SRCREV validation to patching phase

2014-08-30 Thread Bruce Ashfield
On Sat, Aug 30, 2014 at 9:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sat, 2014-08-30 at 00:38 -0400, Bruce Ashfield wrote: Rather than attempting to condition the entire tree to machine SRCREV (since we don't know what branch will be built), we can instead wait until

Re: [OE-core] [PATCH 02/18] kernel-yocto: move SRCREV validation to patching phase

2014-08-30 Thread Bruce Ashfield
On 2014-08-30, 9:55 AM, Richard Purdie wrote: On Sat, 2014-08-30 at 00:38 -0400, Bruce Ashfield wrote: Rather than attempting to condition the entire tree to machine SRCREV (since we don't know what branch will be built), we can instead wait until patching has completed and then confirm that we

Re: [OE-core] [PATCH 00/18] kernel-yocto: consolidated pull request

2014-08-31 Thread Bruce Ashfield
Author: Bruce Ashfield bruce.ashfi...@windriver.com Date: Mon Aug 25 14:17:26 2014 -0400 Merge tag 'v3.14.17' into standard/base This is the 3.14.17 stable release I didn't do anything different for this -stable update than any other. I'm out for the day today, but can look

Re: [OE-core] [PATCH 00/18] kernel-yocto: consolidated pull request

2014-08-31 Thread Bruce Ashfield
On Sun, Aug 31, 2014 at 7:41 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Sat, Aug 30, 2014 at 1:38 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Here's the pending queue of kernel changes for the 1.7 feature freeze. The queue is large, but I've actually been building

<    6   7   8   9   10   11   12   13   14   15   >