[PATCH] linux-yocto: enable linux 6.12 for genericarm64
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
Add a bbappend so that genericarm64 can use 6.12.x. We explicitly set the SRCREV to incorporate some required config fixes that have not been integrated into the oe-core recipe at this point in time. Signed-off-by: Ross Burton <[email protected]> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend new file mode 100644 index 00000000000..97e512fbc5f --- /dev/null +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend @@ -0,0 +1,4 @@ +COMPATIBLE_MACHINE:genericarm64 = "genericarm64" + +# Incorporate fixes post 6.12.3 +SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40" -- 2.43.0