| Message ID | 726ac598a129814be4cc8c7568a245fadfd7cb61.1761844161.git.bruce.ashfield@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/14] linux-yocto: introduce 6.17 reference kernels | expand |
Hi, On Thu, Oct 30, 2025 at 01:12:26PM -0400, Bruce Ashfield via lists.openembedded.org wrote: > From: Bruce Ashfield <bruce.ashfield@gmail.com> > > We had previously dropped the genericarm64 as it was using > standard/base for builds. But we have some temporary serial > patches only for these platforms, so we we are building out > of standard/genericarm64 to isolate those patches. > > As a result, we do need to set our SRCREV to ensure that > the content is built on the branch. [ YOCTO #15704 ] Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15704 with 6.16 kernel. > Note: we can also move these to the main linux-yocto recipes > as genericarm64 has broad scope and is more than just an > indidual hardware reference BSP. Yes, I would prefer this so that changes would be in a single mailing list and git repo. Cheers, -Mikko
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend index d28ea78e5c..f1d2fed712 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend @@ -8,3 +8,4 @@ KMACHINE:genericx86 ?= "common-pc" KMACHINE:genericx86-64 ?= "common-pc-64" KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64" +SRCREV_machine:genericarm64 ?= "7bd612290b2fef381423e17481e755319cf49993"