diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-10-30 13:12:26 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-03 17:44:59 +0000 |
| commit | 128ab88c22389add4d38bca56cff3c6381c7a9af (patch) | |
| tree | aef3b3e287c7bf0b45c6fcde73f0abf57449c307 | |
| parent | c0e2fa79c774ecb58d0008fd138167630a4537b7 (diff) | |
| download | poky-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.bbappend | 1 |
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" | |||
| 8 | KMACHINE:genericx86-64 ?= "common-pc-64" | 8 | KMACHINE:genericx86-64 ?= "common-pc-64" |
| 9 | 9 | ||
| 10 | KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64" | 10 | KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64" |
| 11 | SRCREV_machine:genericarm64 ?= "7bd612290b2fef381423e17481e755319cf49993" | ||
