public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>,
	"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:10:38 +0000	[thread overview]
Message-ID: <6c64d7676bdbf6ec9c08026bc2c3db4bfbb22625.camel@linuxfoundation.org> (raw)
In-Reply-To: <CADkTA4NG_9_b5q0JGiS3bGF7hYiPaRWfiNsmM8ED3QoDXbbjNA@mail.gmail.com>

On Tue, 2026-02-10 at 09:15 -0500, Bruce Ashfield wrote:
> On Tue, Feb 10, 2026 at 8:19 AM Richard Purdie <richard.purdie@linuxfoundation.org> wrote:
> > 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?
> > 
> 
> 
> I also just sent another patch to the bbappend, to bump it to 6.18.9, but you
> can ignore that patch, as I haven't sent the base uprev yet.
> 
> genericarm64 has its own SRCREV, so we always need the patch to bump
> it along with the base kernel or we'll get those version mismatch warnings.
> 
> I could fix it by putting a PV into the bbappend, and then only when I update
> both the SRCREV and the PV will the reference board move forward .. but
> I think we should leave it as-is, since it prevents them from falling behind
> the other qemu based reference boards.

Mathieu is right, I had missed two patches. What happened is groups.io
sent some to me directly and some to the oe-core list. This meant my
mail filtering did something different with the patches and I didn't
spot it.

Normally the numbering would give me a clue but I'd already had issues
applying things as there were conflicts with something else in master-
next I removed.

So sorry about that, my fault and I at least know how it went wrong and
how to avoid it, sorry about the noise!

Cheers,

Richard




      reply	other threads:[~2026-02-10 15:10 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
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 [this message]

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=6c64d7676bdbf6ec9c08026bc2c3db4bfbb22625.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=bruce.ashfield@gmail.com \
    --cc=jsmoeller@linuxfoundation.org \
    --cc=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.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