public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <bruce.ashfield@gmail.com>,
	"Richard Purdie" <richard.purdie@linuxfoundation.org>
Cc: "Jan-Simon Möller" <jsmoeller@linuxfoundation.org>,
	openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 0/13] kernel-yocto: 6.18 updates and 6.12/6.16 removal
Date: Tue, 10 Feb 2026 15:08:32 +0100	[thread overview]
Message-ID: <DGBCAE5TXZG4.2B7KRHDG5GBV4@bootlin.com> (raw)
In-Reply-To: <CADkTA4Nn8UA1Y9raEU4d+GT8q6yTKKxvCnmW1fDBwOHGitC_xQ@mail.gmail.com>

On Tue Feb 10, 2026 at 2:42 PM CET, Bruce Ashfield via lists.openembedded.org wrote:
> On Tue, Feb 10, 2026 at 8:19 AM Richard Purdie <
> richard.purdie@linuxfoundation.org> wrote:
>
>> On Tue, 2026-02-10 at 11:09 +0100, Mathieu Dubois-Briand wrote:
>> > On Fri Feb 6, 2026 at 9:27 PM CET, Bruce Ashfield via
>> lists.openembedded.org wrote:
>> > > 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.
>> >
>> > Looks correct on the autobuilder.
>> >
>> > Just a quick note for Jan-Simon: once merged, this will break meta-
>> > agl
>> > layer, as it refers to 6.16 as a preferred version:
>> >
>> > WARNING: preferred version 6.16% of linux-yocto not available (for
>> > item virtual/kernel)
>> > WARNING: versions of linux-yocto available: 6.18.8+git
>> >
>> > https://autobuilder.yoctoproject.org/valkyrie/#/builders/55/builds/2987
>>
>> It mostly worked in my testing except for:
>>
>> https://autobuilder.yoctoproject.org/valkyrie/#/builders/60/builds/3148
>> https://autobuilder.yoctoproject.org/valkyrie/#/builders/22/builds/3176
>>
>> linux-yocto-6.18.7+git-r0 do_kernel_version_sanity_check: Package Version
>> (6.18.7+git) does not match of kernel being built (6.18.8). Please update
>> the PV variable to match the kernel source or set
>> KERNEL_VERSION_SANITY_SKIP="1" in your recipe.
>>
>> Did I miss a patch or something?
>>
>
> Something may have misfired in my scripts. I'm still adapting them
> to non-poky combo layer.
>
> I'll have a look and see if one of mv PVs didn't bump properly.
>
> Bruce
>

I believe your series is complete, as it did build correctly with my
branch. I think Richard is missing some commits in his branch,
including:
linux-yocto/6.18: update to v6.18.8

Just a note about the process while we are at it: picking this series
was not straightforward, at least with b4: it got confused by patches
1-4 appearing twice (1 oe-core, 1 meta-yocto). It was not a big deal and
I have no suggestion for a better process so far, but it would be
helpful if patch numbers were unique.

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  reply	other threads:[~2026-02-10 14:08 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-06 20:27 [PATCH 0/13] kernel-yocto: 6.18 updates and 6.12/6.16 removal bruce.ashfield
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 [this message]
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=DGBCAE5TXZG4.2B7KRHDG5GBV4@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=jsmoeller@linuxfoundation.org \
    --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