summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-10-30 13:12:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-03 17:44:59 +0000
commit128ab88c22389add4d38bca56cff3c6381c7a9af (patch)
treeaef3b3e287c7bf0b45c6fcde73f0abf57449c307
parentc0e2fa79c774ecb58d0008fd138167630a4537b7 (diff)
downloadpoky-128ab88c22389add4d38bca56cff3c6381c7a9af.tar.gz
yocto-bsp/6.16: specify genericarm64 SRCREV
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. (From meta-yocto rev: 6257391c9594ed59f18ce1f7bf9bf7323d55a868) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.16.bbappend1
1 files changed, 1 insertions, 0 deletions
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"
8KMACHINE:genericx86-64 ?= "common-pc-64" 8KMACHINE:genericx86-64 ?= "common-pc-64"
9 9
10KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64" 10KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64"
11SRCREV_machine:genericarm64 ?= "7bd612290b2fef381423e17481e755319cf49993"