Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2011-12-22 18:05 Bruce Ashfield
  2012-01-03 21:14 ` Saul Wold
  0 siblings, 1 reply; 22+ messages in thread
From: Bruce Ashfield @ 2011-12-22 18:05 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, openembedded-core, saul.wold

Richard/Saul,

Here's a consolidated pull request that adds the cedartrail, and 
updates some remaining reference platforms to 3.0.x, including
updated -rt support.

There are also a couple of minor bug fixes that I found when working
on M2 functionality.

Built and boot tested everywhere that I could.

The bulk of my changes are pending on the patch refactoring changes
that have been proposed, and will follow once something merges for
that, and I can re-test.

Cheers,

Bruce

cc: Darren Hart <dvhart@linux.intel.com>

The following changes since commit dee0fc1462ba18551571c3b2d0f2b443a2feca18:

  multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zedd/kernel-oe
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe

Bruce Ashfield (4):
  linux-yocto: add cedartrail BSP support
  linux-yocto: update hardware reference boards to 3.0.12
  kern-tools: update SRCREV to pickup git operation fixes
  linux-yocto: use PATH to locate kconf_check

 meta/classes/kernel-yocto.bbclass                  |    4 ++--
 .../kern-tools/kern-tools-native_git.bb            |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.0.bb       |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 0/4] linux-yocto: consolidated pull request
  2011-12-22 18:05 Bruce Ashfield
@ 2012-01-03 21:14 ` Saul Wold
  0 siblings, 0 replies; 22+ messages in thread
From: Saul Wold @ 2012-01-03 21:14 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: dvhart

On 12/22/2011 10:05 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> Here's a consolidated pull request that adds the cedartrail, and
> updates some remaining reference platforms to 3.0.x, including
> updated -rt support.
>
> There are also a couple of minor bug fixes that I found when working
> on M2 functionality.
>
> Built and boot tested everywhere that I could.
>
> The bulk of my changes are pending on the patch refactoring changes
> that have been proposed, and will follow once something merges for
> that, and I can re-test.
>
> Cheers,
>
> Bruce
>
> cc: Darren Hart<dvhart@linux.intel.com>
>
> The following changes since commit dee0fc1462ba18551571c3b2d0f2b443a2feca18:
>
>    multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:44 +0000)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib zedd/kernel-oe
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe
>
> Bruce Ashfield (4):
>    linux-yocto: add cedartrail BSP support
>    linux-yocto: update hardware reference boards to 3.0.12
>    kern-tools: update SRCREV to pickup git operation fixes
>    linux-yocto: use PATH to locate kconf_check
>
>   meta/classes/kernel-yocto.bbclass                  |    4 ++--
>   .../kern-tools/kern-tools-native_git.bb            |    2 +-
>   meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb    |    2 +-
>   meta/recipes-kernel/linux/linux-yocto_3.0.bb       |    2 +-
>   4 files changed, 5 insertions(+), 5 deletions(-)
>
Merged into OE-Core

Thanks
	Sau!





^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2012-07-03 15:14 Bruce Ashfield
  2012-07-05 17:44 ` Saul Wold
  0 siblings, 1 reply; 22+ messages in thread
From: Bruce Ashfield @ 2012-07-03 15:14 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, openembedded-core, saul.wold

Richard/Saul,

Here's a collection of updates and fixes from the past week.
Built and boot tested here.

There's only one that may be slightly interesting, that's my
addition of the qemumipsel as a machine mapping. You may or may
not want this change, but the kernel meta data change was 
trivial and should have been done a while ago, so that part I'll
keep even if you don't want the branch mapping.

The routine updates are:
  
  - configuration audit updates
  - 3.4.4 -stable update
  - -rt refresh to 3.4.4-rt-13

I also fixed linux-yocto-tiny to have kernel configuration
audit reports again, there was a missing KMETA mapping in the 
recipe. There's some output from the audit that we need to look
into, but that will be dealt with separately. 

I've built and booted this on every qemu target I could get
my hands on .. but the matrix is increasing with multiple
variants, kernel versions and recipes :)

cc: Darren Hart <dvhart@linux.intel.com>

Cheers,

Bruce

The following changes since commit 644ad4bf1e30fcee4b9d5abb819046d1f2193d27:

  documentation/bsp-guide/bsp.xml: Yocto term paring (2012-07-02 16:47:45 +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 (4):
  linux-yocto/3.4: add qemumipsel machine mapping
  linux-yocto/3.4: v3.4.4 + configuration updates
  linux-yocto/3.4: update preempt-rt to 3.4.4-rt13
  linux-yocto-tiny: add KMETA specification

 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb   |    8 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb |    2 ++
 meta/recipes-kernel/linux/linux-yocto_3.4.bb      |   17 +++++++++--------
 3 files changed, 15 insertions(+), 12 deletions(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 0/4] linux-yocto: consolidated pull request
  2012-07-03 15:14 Bruce Ashfield
@ 2012-07-05 17:44 ` Saul Wold
  0 siblings, 0 replies; 22+ messages in thread
From: Saul Wold @ 2012-07-05 17:44 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: dvhart

On 07/03/2012 08:14 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> Here's a collection of updates and fixes from the past week.
> Built and boot tested here.
>
> There's only one that may be slightly interesting, that's my
> addition of the qemumipsel as a machine mapping. You may or may
> not want this change, but the kernel meta data change was
> trivial and should have been done a while ago, so that part I'll
> keep even if you don't want the branch mapping.
>
> The routine updates are:
>
>    - configuration audit updates
>    - 3.4.4 -stable update
>    - -rt refresh to 3.4.4-rt-13
>
> I also fixed linux-yocto-tiny to have kernel configuration
> audit reports again, there was a missing KMETA mapping in the
> recipe. There's some output from the audit that we need to look
> into, but that will be dealt with separately.
>
> I've built and booted this on every qemu target I could get
> my hands on .. but the matrix is increasing with multiple
> variants, kernel versions and recipes :)
>
> cc: Darren Hart <dvhart@linux.intel.com>
>
> Cheers,
>
> Bruce
>
> The following changes since commit 644ad4bf1e30fcee4b9d5abb819046d1f2193d27:
>
>    documentation/bsp-guide/bsp.xml: Yocto term paring (2012-07-02 16:47:45 +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 (4):
>    linux-yocto/3.4: add qemumipsel machine mapping
>    linux-yocto/3.4: v3.4.4 + configuration updates
>    linux-yocto/3.4: update preempt-rt to 3.4.4-rt13
>    linux-yocto-tiny: add KMETA specification
>
>   meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb   |    8 ++++----
>   meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb |    2 ++
>   meta/recipes-kernel/linux/linux-yocto_3.4.bb      |   17 +++++++++--------
>   3 files changed, 15 insertions(+), 12 deletions(-)
>

Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2012-11-21 21:32 Bruce Ashfield
  2012-12-05 15:48 ` Burton, Ross
  0 siblings, 1 reply; 22+ messages in thread
From: Bruce Ashfield @ 2012-11-21 21:32 UTC (permalink / raw)
  To: richard.purdie; +Cc: dvhart, linux-yocto, openembedded-core

Richard/Saul,

Here's another small queue of patches, some minor updates to
kernel configs and fixes for YOCTO #3422 and YOCTO #3473.

patch 1/4 [linux-yocto/3.0: fix virtio configuration typo] fixes 
a build error atom-pc build in master by fixing the kernel fragment.

atom-pc should probably be using the 3.4 kernel, but that's a 
question for Darren/Tom/Nitin (so I've added them to the cc), since
there may be a reason (with respect to graphics) as to why it is on
3.0.

While fixing that build error, I also modified the kern tools to
clearly report the error and avoid needing to go to the logs for
diagnosis, that's patch 4/4 [kern-tools: report missing config fragments by name].

The other change is a comment fixup for YOCTO #3422, just to make
it clear if meta branches do or do not need to exist.

And finally, Tom noticed that a bad merge dropped some uprobes
configuration and sent a fixup patch.

cc: Tom Zanussi <tom.zanussi@intel.com>
cc: Darren Hart <dvhart@linux.intel.com>
cc: Nitin Kamble <nitin.a.kamble@intel.com>

Cheers,

Bruce


The following changes since commit 1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729:

  ldconfig/cdrtools/icecc-create-env/linuxdoc-tools/python: Set FILESPATH to find -native files (2012-11-21 16:56:04 +0000)

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 'uprobe'
    feature
  kernel-yocto: clarify KMETA branch comments
  kern-tools: report missing config fragments by name

 meta/classes/kernel-yocto.bbclass                       |    5 +++--
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb |    2 +-
 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.0.bb            |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.4.bb            |    2 +-
 6 files changed, 8 insertions(+), 7 deletions(-)

-- 
1.7.10.4




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 0/4] linux-yocto: consolidated pull request
  2012-11-21 21:32 Bruce Ashfield
@ 2012-12-05 15:48 ` Burton, Ross
  2012-12-05 16:06   ` Tom Zanussi
  0 siblings, 1 reply; 22+ messages in thread
From: Burton, Ross @ 2012-12-05 15:48 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: dvhart, linux-yocto, openembedded-core

On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> atom-pc should probably be using the 3.4 kernel, but that's a
> question for Darren/Tom/Nitin (so I've added them to the cc), since
> there may be a reason (with respect to graphics) as to why it is on
> 3.0.

Ping Darren/Tom/Nitin.

atom-pc is certainly lagging behind by still being on 3.0, and I can't
see any reason why we'd want to stick with 3.0 for graphics.  In fact
as the most common graphics driver used on atom-pc is a i965 we want a
modern kernel as that is where the development is.

(this may explain why my GPU crashes when I stress it under Yocto)

Ross



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 0/4] linux-yocto: consolidated pull request
  2012-12-05 15:48 ` Burton, Ross
@ 2012-12-05 16:06   ` Tom Zanussi
  2012-12-05 16:27     ` Richard Purdie
  0 siblings, 1 reply; 22+ messages in thread
From: Tom Zanussi @ 2012-12-05 16:06 UTC (permalink / raw)
  To: Burton, Ross; +Cc: dvhart, linux-yocto, openembedded-core

On Wed, 2012-12-05 at 15:48 +0000, Burton, Ross wrote:
> On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> > atom-pc should probably be using the 3.4 kernel, but that's a
> > question for Darren/Tom/Nitin (so I've added them to the cc), since
> > there may be a reason (with respect to graphics) as to why it is on
> > 3.0.
> 
> Ping Darren/Tom/Nitin.
> 
> atom-pc is certainly lagging behind by still being on 3.0, and I can't
> see any reason why we'd want to stick with 3.0 for graphics.  In fact
> as the most common graphics driver used on atom-pc is a i965 we want a
> modern kernel as that is where the development is.
> 

I don't know of any technical reason for it to still be at 3.0.

Until recently all of the 'core machines' were at 3.0 and probably the
assumption was that whoever upgraded those in the past would also be
upgrading atom-pc - has that changed?.

So who does own the core machines and if that doesn't cover atom-pc,
then who owns that?

Tom

> (this may explain why my GPU crashes when I stress it under Yocto)
> 
> Ross
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core





^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 0/4] linux-yocto: consolidated pull request
  2012-12-05 16:06   ` Tom Zanussi
@ 2012-12-05 16:27     ` Richard Purdie
  2012-12-05 16:51       ` Darren Hart
  2012-12-05 16:57       ` Tom Zanussi
  0 siblings, 2 replies; 22+ messages in thread
From: Richard Purdie @ 2012-12-05 16:27 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: dvhart, linux-yocto, openembedded-core

On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote:
> On Wed, 2012-12-05 at 15:48 +0000, Burton, Ross wrote:
> > On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> > > atom-pc should probably be using the 3.4 kernel, but that's a
> > > question for Darren/Tom/Nitin (so I've added them to the cc), since
> > > there may be a reason (with respect to graphics) as to why it is on
> > > 3.0.
> > 
> > Ping Darren/Tom/Nitin.
> > 
> > atom-pc is certainly lagging behind by still being on 3.0, and I can't
> > see any reason why we'd want to stick with 3.0 for graphics.  In fact
> > as the most common graphics driver used on atom-pc is a i965 we want a
> > modern kernel as that is where the development is.
> > 
> 
> I don't know of any technical reason for it to still be at 3.0.
> 
> Until recently all of the 'core machines' were at 3.0 and probably the
> assumption was that whoever upgraded those in the past would also be
> upgrading atom-pc - has that changed?.
> 
> So who does own the core machines and if that doesn't cover atom-pc,
> then who owns that?

As I understood it, WR owns the non-IA core machines, you (as in the
Intel team) own the IA ones, namely atom-pc.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 0/4] linux-yocto: consolidated pull request
  2012-12-05 16:27     ` Richard Purdie
@ 2012-12-05 16:51       ` Darren Hart
  2012-12-05 16:57       ` Tom Zanussi
  1 sibling, 0 replies; 22+ messages in thread
From: Darren Hart @ 2012-12-05 16:51 UTC (permalink / raw)
  To: Richard Purdie; +Cc: linux-yocto, openembedded-core



On 12/05/2012 08:27 AM, Richard Purdie wrote:
> On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote:
>> On Wed, 2012-12-05 at 15:48 +0000, Burton, Ross wrote:
>>> On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
>>>> atom-pc should probably be using the 3.4 kernel, but that's a
>>>> question for Darren/Tom/Nitin (so I've added them to the cc), since
>>>> there may be a reason (with respect to graphics) as to why it is on
>>>> 3.0.
>>>
>>> Ping Darren/Tom/Nitin.
>>>
>>> atom-pc is certainly lagging behind by still being on 3.0, and I can't
>>> see any reason why we'd want to stick with 3.0 for graphics.  In fact
>>> as the most common graphics driver used on atom-pc is a i965 we want a
>>> modern kernel as that is where the development is.
>>>
>>
>> I don't know of any technical reason for it to still be at 3.0.
>>
>> Until recently all of the 'core machines' were at 3.0 and probably the
>> assumption was that whoever upgraded those in the past would also be
>> upgrading atom-pc - has that changed?.
>>
>> So who does own the core machines and if that doesn't cover atom-pc,
>> then who owns that?
> 
> As I understood it, WR owns the non-IA core machines, you (as in the
> Intel team) own the IA ones, namely atom-pc.

Agreed, it should be updated. Tom, Nitin, and I will discuss and select
an owner.


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 0/4] linux-yocto: consolidated pull request
  2012-12-05 16:27     ` Richard Purdie
  2012-12-05 16:51       ` Darren Hart
@ 2012-12-05 16:57       ` Tom Zanussi
  1 sibling, 0 replies; 22+ messages in thread
From: Tom Zanussi @ 2012-12-05 16:57 UTC (permalink / raw)
  To: Richard Purdie; +Cc: dvhart, linux-yocto, openembedded-core

On Wed, 2012-12-05 at 16:27 +0000, Richard Purdie wrote:
> On Wed, 2012-12-05 at 10:06 -0600, Tom Zanussi wrote:
> > On Wed, 2012-12-05 at 15:48 +0000, Burton, Ross wrote:
> > > On 21 November 2012 21:32, Bruce Ashfield <bruce.ashfield@windriver.com> wrote:
> > > > atom-pc should probably be using the 3.4 kernel, but that's a
> > > > question for Darren/Tom/Nitin (so I've added them to the cc), since
> > > > there may be a reason (with respect to graphics) as to why it is on
> > > > 3.0.
> > > 
> > > Ping Darren/Tom/Nitin.
> > > 
> > > atom-pc is certainly lagging behind by still being on 3.0, and I can't
> > > see any reason why we'd want to stick with 3.0 for graphics.  In fact
> > > as the most common graphics driver used on atom-pc is a i965 we want a
> > > modern kernel as that is where the development is.
> > > 
> > 
> > I don't know of any technical reason for it to still be at 3.0.
> > 
> > Until recently all of the 'core machines' were at 3.0 and probably the
> > assumption was that whoever upgraded those in the past would also be
> > upgrading atom-pc - has that changed?.
> > 
> > So who does own the core machines and if that doesn't cover atom-pc,
> > then who owns that?
> 
> As I understood it, WR owns the non-IA core machines, you (as in the
> Intel team) own the IA ones, namely atom-pc.
> 

OK, yeah, I anyway had just assumed it was WR for the core machines:

 commit f08b8c96402cd2b1e939f1babbc002d630fbf274 
 Author: Bruce Ashfield <bruce.ashfield@windriver.com>
 Date:   Fri Aug 19 00:37:08 2011 -0400

    meta-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0
    
    Updating two more yocto hardware reference platforms to use the
    3.0 kernel by default.

But I see that Darren had done the previous upgrade:

 commit 622fb696a6fc9eab991a5f412eb28e2ff949a32b
 Author: Darren Hart <dvhart@linux.intel.com>
 Date:   Fri May 6 12:12:50 2011 -0700

    atom-pc: use linux-yocto (2.6.37) kernel
    
    Tested boot, network, sato desktop, amixer, and audio playback on a
Toshiba
    NB305 netbook.

And it does make sense for Intel to own the atom-pc, it's just never
been clearly stated unless I missed the discussion.

Tom

> Cheers,
> 
> Richard
> 





^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2013-06-26 13:40 Bruce Ashfield
  2013-06-26 13:40 ` [PATCH 1/4] linux-yocto/3.4: allow kernel feature _appends to be overriden Bruce Ashfield
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Bruce Ashfield @ 2013-06-26 13:40 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Here's a collection of four patches that I've queued in the
past few days. My normal smoke testing passed here.

These are a collection of version refreshes, and configuration
changes. Nothing major. Once these are merged, the stage is 
set for more 1.5 development items. 

Everything is pretty self explanitory, or was discussed on
the mailing list, so I'll keep it to a summary here. Let me
know if there are any concerns.

 [PATCH 1/4] linux-yocto/3.4: allow kernel feature _appends to be overriden
 [PATCH 2/4] linux-yocto/3.8: add USB screen configuration and net sched options
 [PATCH 3/4] linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed
 [PATCH 4/4] linux-yocto-dev: bump version to 3.10+

Cheers,

Bruce

The following changes since commit 8e9501ffa8726d69412d669580d787ffedb88d34:

  populate_sdk_base, adt_installer: abort install if path contains spaces (2013-06-25 17:59:17 +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 (4):
  linux-yocto/3.4: allow kernel feature _appends to be overriden
  linux-yocto/3.8: add USB screen configuration and net sched options
  linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed
  linux-yocto-dev: bump version to 3.10+

 meta/recipes-kernel/linux/linux-yocto-dev.bb      |    2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb   |    4 ++--
 meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb   |    2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.4.bb      |   17 +++++++++--------
 meta/recipes-kernel/linux/linux-yocto_3.8.bb      |    2 +-
 7 files changed, 16 insertions(+), 15 deletions(-)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 1/4] linux-yocto/3.4: allow kernel feature _appends to be overriden
  2013-06-26 13:40 [PATCH 0/4] linux-yocto: consolidated pull request Bruce Ashfield
@ 2013-06-26 13:40 ` Bruce Ashfield
  2013-06-26 13:40 ` [PATCH 2/4] linux-yocto/3.8: add USB screen configuration and net sched options Bruce Ashfield
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2013-06-26 13:40 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Updating the linux-yocto 3.4 recipe's feature flags to match the 3.8
recipe, which has the following change:

    It was pointed out that the current way the KERNEL_FEATURES variable
    is appended in the base linux-yocto recipe doesn't allow the appended
    features to be prevented in a layer without using python code and
    a recipe finalize hook.

    To allow easier overriding of 'extra' or 'optional' features that are
    defined in the linux-yocto recipe, we create a KERNEL_EXTRA_FEATURES
    variable. This variable can be set in a layer to define extra features
    or cleared to prevent the recipe's extra features from being appended
    to the core functionality.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto_3.4.bb |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 9d6d8c7..ade96be 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -23,7 +23,8 @@ KMETA = "meta"
 COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64"
 
 # Functionality flags
-KERNEL_FEATURES_append = " features/netfilter/netfilter.scc"
-KERNEL_FEATURES_append_qemux86=" cfg/sound.scc"
+KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"
+KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
+KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
 KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc"
 KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 2/4] linux-yocto/3.8: add USB screen configuration and net sched options
  2013-06-26 13:40 [PATCH 0/4] linux-yocto: consolidated pull request Bruce Ashfield
  2013-06-26 13:40 ` [PATCH 1/4] linux-yocto/3.4: allow kernel feature _appends to be overriden Bruce Ashfield
@ 2013-06-26 13:40 ` Bruce Ashfield
  2013-06-26 13:40 ` [PATCH 3/4] linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed Bruce Ashfield
  2013-06-26 13:40 ` [PATCH 4/4] linux-yocto-dev: bump version to 3.10+ Bruce Ashfield
  3 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2013-06-26 13:40 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Bumping the meta branch SRCREV for the followiong commits:

 meta: enable additional NET_SCHED options

    This change turns on NET_ACT_MIRRED (packet redirecting and mirroring)
    and NET_CLS_U32 (universal 32bit comparisons w/ hashing classification).

    Signed-off-by: Michael Barabanov <michael.barabanov@windriver.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>

    meta: add BSP-specific touchscreen support

    Add touchscreen-composite support to machines based on common-pc and
    common-pc-64, along with several other Atom boards that don't inherit
    from those, thus providing those machines with the out-of-the-box
    ability to make use of the set of USB touchscreen devices supported by
    the composite USB driver.

    Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>

 meta: add usb/touchscreen-composite feature

    Add support for the 'composite' USB touchscreen driver.

    Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>

 meta: add features/input/touchscreen

    Add a feature enabling basic support for touchscreen input devices.

    Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>

Signed-off-by: Michael Barabanov <michael.barabanov@windriver.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb   |    2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.8.bb      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
index a3001ac..c4f187f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
@@ -10,7 +10,7 @@ KMETA = "meta"
 
 SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56"
 SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337"
-SRCREV_meta ?= "c0851dfb8535635e1e31d4a5146d3f021e30506c"
+SRCREV_meta ?= "f121c06ae8e2c517399c145f68ad7f2ee754f1cc"
 
 PR = "${INC_PR}.1"
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
index d9cc82a..5c8447f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
@@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.8.13"
 KMETA = "meta"
 
 SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
-SRCREV_meta ?= "c0851dfb8535635e1e31d4a5146d3f021e30506c"
+SRCREV_meta ?= "f121c06ae8e2c517399c145f68ad7f2ee754f1cc"
 
 PR = "${INC_PR}.1"
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
index cf5b96d..a7107e8 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb
@@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b"
 SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
 SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
 SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
-SRCREV_meta ?= "c0851dfb8535635e1e31d4a5146d3f021e30506c"
+SRCREV_meta ?= "f121c06ae8e2c517399c145f68ad7f2ee754f1cc"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 3/4] linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed
  2013-06-26 13:40 [PATCH 0/4] linux-yocto: consolidated pull request Bruce Ashfield
  2013-06-26 13:40 ` [PATCH 1/4] linux-yocto/3.4: allow kernel feature _appends to be overriden Bruce Ashfield
  2013-06-26 13:40 ` [PATCH 2/4] linux-yocto/3.8: add USB screen configuration and net sched options Bruce Ashfield
@ 2013-06-26 13:40 ` Bruce Ashfield
  2013-06-26 13:40 ` [PATCH 4/4] linux-yocto-dev: bump version to 3.10+ Bruce Ashfield
  3 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2013-06-26 13:40 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Updating the 3.4 branches to the latest LTSI baseline.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb   |    4 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |    2 +-
 meta/recipes-kernel/linux/linux-yocto_3.4.bb      |   12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index d9a894a..1655da8 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
 
 KMETA = "meta"
 
-SRCREV_machine ?= "a4a8406d906163dcdab2d29420a9bc46668fc8d9"
-SRCREV_machine_qemuppc ?= "0c20eafa8b950b1180f1701ba45026ea5e713482"
+SRCREV_machine ?= "2a1d3b50a2889587d0fed92ccb09051a9e300735"
+SRCREV_machine_qemuppc ?= "0168221d2c818898b69890624e1aacbb8ec1aea9"
 SRCREV_meta ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac"
 
 PR = "${INC_PR}.1"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index 0955846..b69d9d5 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -12,7 +12,7 @@ LINUX_VERSION ?= "3.4.46"
 
 KMETA = "meta"
 
-SRCREV_machine ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868"
+SRCREV_machine ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5"
 SRCREV_meta ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac"
 
 PR = "${INC_PR}.1"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index ade96be..ae10448 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -3,12 +3,12 @@ require recipes-kernel/linux/linux-yocto.inc
 KBRANCH_DEFAULT = "standard/base"
 KBRANCH = "${KBRANCH_DEFAULT}"
 
-SRCREV_machine_qemuarm ?= "7054a5db2c1869e0e0b294459fc4770113a8df52"
-SRCREV_machine_qemumips  ?= "46b3cf22c01e40ef035b78f0542a9007aa0cf507"
-SRCREV_machine_qemuppc ?= "1f2475ab9eefbb479c8a481475ddb3043d47b74a"
-SRCREV_machine_qemux86 ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868"
-SRCREV_machine_qemux86-64 ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868"
-SRCREV_machine ?= "de0c0ed674dfdbd808657e299fc720d8a97cb868"
+SRCREV_machine_qemuarm ?= "ccc8f93d42a56511b8867ff3eeba76290309bc2c"
+SRCREV_machine_qemumips  ?= "23607b7f3ca690d62a43c58b8358fa5b75c55b2a"
+SRCREV_machine_qemuppc ?= "d48004092883cfdee8a5092b375ac635742c39cb"
+SRCREV_machine_qemux86 ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5"
+SRCREV_machine_qemux86-64 ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5"
+SRCREV_machine ?= "778950f1e0b5c5af7e92c43220c3c4f4e3324cb5"
 SRCREV_meta ?= "9473a39c59bf9c07a316486d272652bacb9ad3ac"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 4/4] linux-yocto-dev: bump version to 3.10+
  2013-06-26 13:40 [PATCH 0/4] linux-yocto: consolidated pull request Bruce Ashfield
                   ` (2 preceding siblings ...)
  2013-06-26 13:40 ` [PATCH 3/4] linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed Bruce Ashfield
@ 2013-06-26 13:40 ` Bruce Ashfield
  3 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2013-06-26 13:40 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

The linux-yocto-dev kernel is at 3.10-rcX, so we should bump the version to
reflect reality.

Signed-off-by: Bruce Ashfield <bruce.ashfield@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 598c82c..c2ce3f6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
@@ -33,7 +33,7 @@ python () {
         d.setVar("SRCREV_meta", "${AUTOREV}")
 }
 
-LINUX_VERSION ?= "3.8+"
+LINUX_VERSION ?= "3.10+"
 LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}"
 PR = "r0"
 PV = "${LINUX_VERSION}+git${SRCPV}"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2013-11-04  5:56 Bruce Ashfield
  0 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2013-11-04  5:56 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

Here are four patches for kernel updates that I've been working on since
the 1.5 release. Pretty standard stuff, version bumps to track the 
korg stable updates, as well as some minor configuration changes.

Cheers,

Bruce

The following changes since commit f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b:

  bitbake: hob: do not display the "Package list may be incomplete!" dialog (2013-11-01 17:59:31 +0000)

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.10: bump to 3.10.17 and -rt11
  linux-yocto/3.10: haswell-wc and crystalforest support
  linux-yocto/3.8: add crystalforest bsp legacy block drivers
    configurations
  linux-yocto/3.10: common-pc: add missing dependencies for BRCMSMAC

 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |  8 ++++----
 meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb    |  2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb  |  2 +-
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 18 +++++++++---------
 meta/recipes-kernel/linux/linux-yocto_3.8.bb       |  2 +-
 6 files changed, 19 insertions(+), 19 deletions(-)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2014-02-27 21:12 Bruce Ashfield
  0 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2014-02-27 21:12 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Richard/Saul,

While I put the finishing touches on the 3.14 -dev kernel (and versioned
linux-yocto recipe), here are pending updates to the other supported
kernel versions, and a minor change to create consistency in branch
validation process.

I've kept all the incremental version (And LTSI) updates intact in this
series, since they represent build and validation points that I used
during the merges, and should be maintained in the history.

Sanity has passed across all the qemu* platforms, as well as builds for
the hardware references.

Cheers,

Bruce

The following changes since commit 5ab9d7e28f987fba8bab03bb7851c263f746c208:

  security-flags: Avoid lttng-tools issue on arm (2014-02-26 13:48:21 +0000)

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):
  kernel-yocto: always checkout machine branch when existing
    validate_branches
  linux-yocto/3.10: update to v3.10.32
  linux-yocto/3.4: update to v3.4.82 and latest LTSI
  linux-yocto/3.10: integrate latest LTSI changes

 meta/classes/kernel-yocto.bbclass                  | 37 ++++++++++------------
 meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb   |  8 ++---
 meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb    |  8 ++---
 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb  |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_3.10.bb      | 18 +++++------
 meta/recipes-kernel/linux/linux-yocto_3.4.bb       | 16 +++++-----
 7 files changed, 47 insertions(+), 52 deletions(-)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2015-09-29 14:31 Bruce Ashfield
  0 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2015-09-29 14:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Hi all,

Here is the latest round of linux-yocto related changes.

The first three are integrations of BSP patches/fixes, and a -stable
update for 4.1. I've built and booted them here. 

The only trick with the axxia BSP integration is that there's a branch
rename for standard/preempt-rt to standard/preempt-rt base, so when I 
push the rename, builds of -rt won't be happy until the related recipe
change merges to the tree. But otherwise, it is pretty standard stuff.

Khem noticed that in my quest to speed up and simplify the way that
layers patch and configure the tree, that I went too far and broke 
multiple layers patching the tree.

So the final fix is a tweak to the tools to address that, which both
Khem and I have tested.

Cheers,

bruce


The following changes since commit f78f90240a3041be426c6ba9085849352164ee8b:

  bitbake: prserv/serv.py: Better messaging when starting/stopping the server with port=0 (2015-09-28 12:00:33 +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 (4):
  linux-yocto-rt/4.1: integrate axxia BSP
  linux-yocto/4.1: update to 4.1.8 -stable
  linux-yocto/4.1: braswell bug fixes
  kern-tools: fix multi-layer patch application

 .../kern-tools/kern-tools-native_git.bb              |  2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb      |  8 ++++----
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb    |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.1.bb         | 20 ++++++++++----------
 4 files changed, 18 insertions(+), 18 deletions(-)

-- 
2.1.0



^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2019-03-01  5:34 bruce.ashfield
  0 siblings, 0 replies; 22+ messages in thread
From: bruce.ashfield @ 2019-03-01  5:34 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Hi all,

Here's my latest consolidated pull request.

These two changes are routine cleanups/tidying of configs that are no longer
valid in the supported kernels:

  linux-yocto: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG
  linux-yocto/4.19: configuration cleanups

This change are the integration of the qemuarm* graphics support from John
Mason, along with a change that I made to map qemuarm -> qemuarma15 for the
4.19 kernel. This KMACHINE mapping allows us to test the switch to qemuarma15
as the default quemuarm without impacting any other branches or users of the
4.19 linux-yocto kernel.

  linux-yocto: qemuarm|qemuarm64: graphics support

And finally, we have an objtool -> kernel shared dir fix that was posted
some time ago, and has recently been reported as breaking exernal module
builds.

  kernel: add objtool to shared workdir when CONFIG_UNWINDER_ORC is set

I grabbed the change, tweaked it a bit and it tests fine here, so I've
included it in my series.

Cheers,

Bruce

The following changes since commit 4d275d97b6c572fe11668ac16d2c77c018340c7c:

  perl: apply a native-only patch only to -native (2019-02-28 17:49:40 +0000)

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: netfilter: Enable CONFIG_NETFILTER_XT_TARGET_LOG
  linux-yocto/4.19: configuration cleanups
  linux-yocto: qemuarm|qemuarm64: graphics support

Justin Bronder (1):
  kernel: add objtool to shared workdir when CONFIG_UNWINDER_ORC is set

 meta/classes/kernel.bbclass                        | 9 +++++++++
 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb   | 2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +-
 meta/recipes-kernel/linux/linux-yocto_4.19.bb      | 5 ++++-
 4 files changed, 15 insertions(+), 3 deletions(-)

-- 
2.19.1



^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2021-01-12 22:14 Bruce Ashfield
  0 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2021-01-12 22:14 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here's the next set of -stable and configuration tweaks for the reference
kernels.

I'm holding back the 5.8 removal just a bit longer, since I want to see that
these + the 5.10 hardware reference bumps aren't causing issues before I
shake that branch.

Cheers,

Bruce

The following changes since commit eee3a23be1768986a51f8612efb78ce115d51368:

  net-tools: correct version check (2021-01-10 22:39:27 +0000)

are available in the Git repository at:

  git://git.yoctoproject.org/poky-contrib zedd/kernel
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (4):
  linux-yocto/5.10: update to v5.10.4
  linux-yocto/5.10: update to v5.10.5
  linux-yocto/5.4: update to v5.4.87
  linux-yocto/5.10/cfg: x86 and beaglebone config fixes

 .../linux/linux-yocto-rt_5.10.bb              |  6 ++---
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++---
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +++----
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +++----
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 22 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +++++++++----------
 6 files changed, 36 insertions(+), 36 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2021-06-27 14:13 Bruce Ashfield
  0 siblings, 0 replies; 22+ messages in thread
From: Bruce Ashfield @ 2021-06-27 14:13 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here are the next -stable integrations, along with some kconfig cleanup
and a backport of the identified rcu looking issue.

Next up will be libc-headers updates, along with the 5.13 reference
kernel (and the dropping of 5.4 from active in master).

Cheers,

Bruce

The following changes since commit 2834c2f853bd0d988dd1e35d4300005be05f8b19:

  populate_sdk_ext: copy BBMULTICONFIG files (2021-06-22 15:18:11 +0100)

are available in the Git repository at:

  git://git.yoctoproject.org/poky-contrib zedd/kernel
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (4):
  linux-yocto/5.10: update to v5.10.46
  linux-yocto/5.4: update to v5.4.128
  linux-yocto/5.10: features/nft_tables: refresh config options
  linux-yocto/5.10: rcu: Fix stall-warning deadlock due to non-release
    of rcu_node ->lock

 .../linux/linux-yocto_5.10.bbappend           |  8 +++----
 .../linux/linux-yocto-rt_5.10.bb              |  4 ++--
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++---
 .../linux/linux-yocto-tiny_5.10.bb            |  6 ++---
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +++----
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 22 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +++++++++----------
 7 files changed, 38 insertions(+), 38 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 0/4] linux-yocto: consolidated pull request
@ 2022-02-13  1:23 bruce.ashfield
  0 siblings, 0 replies; 22+ messages in thread
From: bruce.ashfield @ 2022-02-13  1:23 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Richard,

Here's the lastest -stable updates, plus the two backported changes to
fix the binutils 2.3.8 builds.

Bruce

The following changes since commit 81fe3dfab99149a3e5a6b5cf0086dd8cbef1177d:

  oeqa/buildtools: Switch to our webserver instead of example.com (2022-02-12 17:38:07 +0000)

are available in the Git repository at:

  git://git.yoctoproject.org/poky-contrib zedd/kernel
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (4):
  linux-yocto/5.15: update to v5.15.22
  linux-yocto/5.10: update to v5.10.99
  linux-yocto/5.15: ppc/riscv: fix build with binutils 2.3.8
  linux-yocto/5.10: ppc/riscv: fix build with binutils 2.3.8

 .../linux/linux-yocto-rt_5.10.bb              |  6 ++---
 .../linux/linux-yocto-rt_5.15.bb              |  6 ++---
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +++---
 .../linux/linux-yocto-tiny_5.15.bb            |  8 +++---
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 ++++++++---------
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++----------
 6 files changed, 39 insertions(+), 39 deletions(-)

-- 
2.19.1



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-02-13  1:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 13:40 [PATCH 0/4] linux-yocto: consolidated pull request Bruce Ashfield
2013-06-26 13:40 ` [PATCH 1/4] linux-yocto/3.4: allow kernel feature _appends to be overriden Bruce Ashfield
2013-06-26 13:40 ` [PATCH 2/4] linux-yocto/3.8: add USB screen configuration and net sched options Bruce Ashfield
2013-06-26 13:40 ` [PATCH 3/4] linux-yocto/3.4: ltsi: sync to LTSI commit 5f05247ed Bruce Ashfield
2013-06-26 13:40 ` [PATCH 4/4] linux-yocto-dev: bump version to 3.10+ Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2022-02-13  1:23 [PATCH 0/4] linux-yocto: consolidated pull request bruce.ashfield
2021-06-27 14:13 Bruce Ashfield
2021-01-12 22:14 Bruce Ashfield
2019-03-01  5:34 bruce.ashfield
2015-09-29 14:31 Bruce Ashfield
2014-02-27 21:12 Bruce Ashfield
2013-11-04  5:56 Bruce Ashfield
2012-11-21 21:32 Bruce Ashfield
2012-12-05 15:48 ` Burton, Ross
2012-12-05 16:06   ` Tom Zanussi
2012-12-05 16:27     ` Richard Purdie
2012-12-05 16:51       ` Darren Hart
2012-12-05 16:57       ` Tom Zanussi
2012-07-03 15:14 Bruce Ashfield
2012-07-05 17:44 ` Saul Wold
2011-12-22 18:05 Bruce Ashfield
2012-01-03 21:14 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox