diff mbox series

[13/14] yocto-bsp/6.16: specify genericarm64 SRCREV

Message ID 726ac598a129814be4cc8c7568a245fadfd7cb61.1761844161.git.bruce.ashfield@gmail.com
State New
Headers show
Series [01/14] linux-yocto: introduce 6.17 reference kernels | expand

Commit Message

Bruce Ashfield Oct. 30, 2025, 5:12 p.m. UTC
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.

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.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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"