public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/13] kernel-yocto: 6.18 updates and 6.12/6.16 removal
Date: Fri,  6 Feb 2026 15:27:18 -0500	[thread overview]
Message-ID: <20260206202732.1080699-1-bruce.ashfield@gmail.com> (raw)

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

Hi all,

Here's my series for the two repositories combined into one.
I usually do end up missing some reference to the old kernels,
so I'm never completely sure that I've gotten them all.

But with this (and thanks to Kevin getting the beaglebone
working with 6.18/standard/base), we are down to just the
single reference kernel.

As usual, I'll continue updating any kernel that is active
upstream, and I'll send -stable updates to the appropriate
branches.

I also plan to make my scripts available for those that may
want to bump SRCREVs by themselves to continue consuming my
merges.

I'm out for the weekend, but will pick up any issues with
this on first thing Monday morning.

Bruce

openembedded-core (9):
  linux-yocto/6.12: update to v6.12.67
  linux-yocto/6.12: update CVE exclusions (6.12.67)
  linux-yocto/6.12: drop reference recipes
  linux-yocto/6.16: drop reference recipes
  linux-yocto/6.18: update to v6.18.7
  linux-yocto/6.18: update CVE exclusions (6.18.7)
  linux-yocto/6.18: beaglebone black: boot and graphics fixes
  linux-yocto/6.18: update to v6.18.8
  linux-yocto/6.18: update CVE exclusions (6.18.8)

meta-yocto (4):
  yocto-bsp: Bump the default kernel to v6.18 for
  meta-yocto-bsp: drop 6.12 bbappend
  meta-yocto-bsp: drop 6.16 bbappend
  yocto-bsp: linux-yocto/6.18: update to v6.18.8

 openembedded-core:
 meta/recipes-kernel/linux/cve-exclusion_6.12.inc   | 20306 -------------------
 meta/recipes-kernel/linux/cve-exclusion_6.16.inc   | 17040 ----------------
 meta/recipes-kernel/linux/cve-exclusion_6.18.inc   |   354 +-
 meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb   |    48 -
 meta/recipes-kernel/linux/linux-yocto-rt_6.16.bb   |    48 -
 meta/recipes-kernel/linux/linux-yocto-rt_6.18.bb   |     6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb |    33 -
 meta/recipes-kernel/linux/linux-yocto-tiny_6.16.bb |    33 -
 meta/recipes-kernel/linux/linux-yocto-tiny_6.18.bb |     6 +-
 meta/recipes-kernel/linux/linux-yocto_6.12.bb      |    79 -
 meta/recipes-kernel/linux/linux-yocto_6.16.bb      |    79 -
 meta/recipes-kernel/linux/linux-yocto_6.18.bb      |    24 +-
 12 files changed, 366 insertions(+), 37690 deletions(-)

 meta-yocto:
 meta-yocto-bsp/conf/machine/beaglebone-yocto.conf             |  2 +-
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | 11 -----------
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend | 11 -----------
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.18.bbappend |  2 +-
 4 files changed, 2 insertions(+), 24 deletions(-)

-- 
2.43.0


             reply	other threads:[~2026-02-06 20:27 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-06 20:27 bruce.ashfield [this message]
2026-02-06 20:27 ` [meta][PATCH 01/09] linux-yocto/6.12: update to v6.12.67 bruce.ashfield
2026-02-06 20:46   ` Patchtest results for " patchtest
2026-02-06 20:27 ` [meta][PATCH 02/09] linux-yocto/6.12: update CVE exclusions (6.12.67) bruce.ashfield
2026-02-06 20:27 ` [meta][PATCH 05/09] linux-yocto/6.18: update to v6.18.7 bruce.ashfield
2026-02-06 20:46   ` Patchtest results for " patchtest
2026-02-06 20:27 ` [meta][PATCH 06/09] linux-yocto/6.18: update CVE exclusions (6.18.7) bruce.ashfield
2026-02-06 20:27 ` [meta][PATCH 07/09] linux-yocto/6.18: beaglebone black: boot and graphics fixes bruce.ashfield
2026-02-06 20:27 ` [meta][PATCH 08/09] linux-yocto/6.18: update to v6.18.8 bruce.ashfield
2026-02-06 20:27 ` [meta][PATCH 09/09] linux-yocto/6.18: update CVE exclusions (6.18.8) bruce.ashfield
2026-02-06 20:27 ` [meta-yocto-bsp][PATCH 01/04] yocto-bsp: Bump the default kernel to v6.18 for beaglebone bruce.ashfield
2026-02-06 20:46   ` Patchtest results for " patchtest
2026-02-06 20:27 ` [meta-yocto-bsp][PATCH 02/04] meta-yocto-bsp: drop 6.12 bbappend bruce.ashfield
2026-02-06 20:46   ` Patchtest results for " patchtest
2026-02-06 20:27 ` [meta-yocto-bsp][PATCH 03/04] meta-yocto-bsp: drop 6.16 bbappend bruce.ashfield
2026-02-06 20:46   ` Patchtest results for " patchtest
2026-02-06 20:27 ` [meta-yocto-bsp][PATCH 04/04] yocto-bsp: linux-yocto/6.18: update to v6.18.8 bruce.ashfield
2026-02-06 20:46   ` Patchtest results for " patchtest
2026-02-10 10:09 ` [OE-core] [PATCH 0/13] kernel-yocto: 6.18 updates and 6.12/6.16 removal Mathieu Dubois-Briand
2026-02-10 13:19   ` Richard Purdie
2026-02-10 13:42     ` Bruce Ashfield
2026-02-10 14:08       ` Mathieu Dubois-Briand
2026-02-10 14:18         ` Bruce Ashfield
2026-02-10 15:20           ` Mathieu Dubois-Briand
2026-02-10 14:15     ` Bruce Ashfield
2026-02-10 15:10       ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260206202732.1080699-1-bruce.ashfield@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox