All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] kernel-yocto: consolidated pull request
@ 2020-08-12 17:03 Bruce Ashfield
  2020-08-12 17:03 ` [PATCH 01/10] linux-yocto-rt/5.4: update to rt32 Bruce Ashfield
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Bruce Ashfield @ 2020-08-12 17:03 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

This is the part of my queue that is in preparation for the v5.8 kernel
and libc-headers.

I've been chasing issues that have (re)appeared (I fixed all these once
before) with the recent gcc10 changes. I'm holding back the v5.8 core
changes, until I can confirm that everything is indeed still working.

Along with the v5.8 prep changes, I have some tweaks to the recent
symbol analysis update (to fix some issues reported on IRC).

And finally, there are some routine v5.4 -stable kernel updates. I'll
bump the reference BSPs as parts of some other series.

Cheers,

Bruce

The following changes since commit f664ecb910fdcc20aa9d3db6f5402e9008a5dd13:

  bitbake: data: emit filename/lineno information for shell functions (2020-08-08 09:19:34 +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 (9):
  linux-yocto-rt/5.4: update to rt32
  linux-yocto/5.4: update to v5.4.56
  linux-yocto/5.4: update to v5.4.57
  kernel-yocto: set cwd before querying the meta data dir
  kernel-yocto: make # is not set matching more precise
  kernel-yocto: split meta data gathering into patch and config phases
  make-mod-scripts: add HOSTCXX definitions and gmp-native dependency
  kernel-devsrc: fix on target modules prepare for ARM
  kernel-devsrc: 5.8 + gcc10 require gcc-plugins + libmpc-dev

Zhang Qiang (1):
  kernel.bbclass: Configuration for environment with HOSTCXX

 meta/classes/kernel-yocto.bbclass             | 74 +++++++++++--------
 meta/classes/kernel.bbclass                   |  2 +
 .../kern-tools/kern-tools-native_git.bb       |  2 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |  6 +-
 .../linux/linux-yocto-rt_5.4.bb               |  6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +++---
 .../make-mod-scripts/make-mod-scripts_1.0.bb  |  2 +
 8 files changed, 71 insertions(+), 51 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 00/10] kernel-yocto: consolidated pull request
@ 2022-03-22 17:19 bruce.ashfield
  0 siblings, 0 replies; 13+ messages in thread
From: bruce.ashfield @ 2022-03-22 17:19 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

Richard,

Here are the config, -stable (and -stable -rt) updates that I've gathered
and tested over the last while.

I don't expect any major issues .. but one never fully knows. If anything
does pop up, I'm here to fix.

Cheers,

Bruce

The following changes since commit ac942fea081eaae89df2a37c72965a01d026284b:

  kernel-yocto: allow patch author date to be commit date (2022-03-21 07:39:24 -0400)

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 (10):
  linux-yocto: nohz_full boot arg fix
  linux-yocto/5.10: split vtpm for more granular inclusion
  linux-yocto/5.15: split vtpm for more granular inclusion
  linux-yocto/5.10: cfg/debug: add configs for kcsan
  linux-yocto/5.15: cfg/debug: add configs for kcsan
  linux-yocto/5.15: update to v5.15.27
  linux-yocto-rt/5.15: update to -rt34
  linux-yocto-rt/5.10: update to -rt61
  linux-yocto/5.15: update to v5.15.30
  linux-yocto/5.10: update to v5.10.107

 .../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] 13+ messages in thread
* [PATCH 00/10] kernel-yocto: consolidated pull request
@ 2017-02-01 15:30 Bruce Ashfield
  0 siblings, 0 replies; 13+ messages in thread
From: Bruce Ashfield @ 2017-02-01 15:30 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

Hi all,

Here is the next batch of kernel updates. These were gathered in preparation
for the removal of the 4.8 kernel and to make 4.9 the default/latest available.

I'll follow up with patches to make 4.9 the default to the appropriate lists.

Change summary:

  - stable updates
  - 4.9-rt refresh (via Paul Gortmaker)
  - kernel configuration tweaks.

  - I fixed the configuration warning that Martin Jansa reported in commit:

       [ kernel-yocto/meta: common-pc: add pci-siov to feature fragments ]

  - the kern-tools capability of merging feature branches at build time:

       [ kern-tools: re-enable scc merge command ]

   - Saul fixed and issue with kernel-devsrc packaging, and that fix will head
     upstream as well.

       [ ver_linux: Use /usr/bin/awk instead of /bin/awk ]

Cheers,

Bruce

The following changes since commit ec3d83f9a90288403b96be25da855fa280aadd8d:

  xmlto: Don't hardcode the path to tail (2017-01-31 23:47:33 +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 (10):
  linux-yocto/4.9: update to 4.9.4
  kernel-yocto/features: enable TPM
  kern-tools: re-enable scc merge command
  kernel-yocto: ecryptfs, NFC and CAN bus config updates
  ver_linux: Use /usr/bin/awk instead of /bin/awk
  linux-yocto/4.9: update to v4.9.6
  kernel-yocto/meta: common-pc: add pci-siov to feature fragments
  linux-yocto/4.9: update to -rt3
  kernel-yocto: log the BSP definition file
  linux-yocto/4.9: yaffs2 fixes

 meta/classes/kernel-yocto.bbclass                    | 17 ++++++++++++++++-
 .../kern-tools/kern-tools-native_git.bb              |  2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb      |  2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb      |  6 +++---
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb    |  2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb    |  6 +++---
 meta/recipes-kernel/linux/linux-yocto_4.8.bb         |  2 +-
 meta/recipes-kernel/linux/linux-yocto_4.9.bb         | 20 ++++++++++----------
 8 files changed, 36 insertions(+), 21 deletions(-)

-- 
2.5.0



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

end of thread, other threads:[~2022-03-22 17:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 17:03 [PATCH 00/10] kernel-yocto: consolidated pull request Bruce Ashfield
2020-08-12 17:03 ` [PATCH 01/10] linux-yocto-rt/5.4: update to rt32 Bruce Ashfield
2020-08-12 17:03 ` [PATCH 02/10] linux-yocto/5.4: update to v5.4.56 Bruce Ashfield
2020-08-12 17:03 ` [PATCH 03/10] linux-yocto/5.4: update to v5.4.57 Bruce Ashfield
2020-08-12 17:03 ` [PATCH 04/10] kernel.bbclass: Configuration for environment with HOSTCXX Bruce Ashfield
2020-08-12 17:03 ` [PATCH 05/10] kernel-yocto: set cwd before querying the meta data dir Bruce Ashfield
2020-08-12 17:03 ` [PATCH 06/10] kernel-yocto: make # is not set matching more precise Bruce Ashfield
2020-08-12 17:03 ` [PATCH 07/10] kernel-yocto: split meta data gathering into patch and config phases Bruce Ashfield
2020-08-12 17:03 ` [PATCH 08/10] make-mod-scripts: add HOSTCXX definitions and gmp-native dependency Bruce Ashfield
2020-08-12 17:03 ` [PATCH 09/10] kernel-devsrc: fix on target modules prepare for ARM Bruce Ashfield
2020-08-12 17:03 ` [PATCH 10/10] kernel-devsrc: 5.8 + gcc10 require gcc-plugins + libmpc-dev Bruce Ashfield
  -- strict thread matches above, loose matches on Subject: below --
2022-03-22 17:19 [PATCH 00/10] kernel-yocto: consolidated pull request bruce.ashfield
2017-02-01 15:30 Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.