From cc5e3503e4437358efa8c5675e02f5e19430c58f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 13 Dec 2024 15:08:36 +0000 Subject: [PATCH] linux-yocto: enable linux 6.12 for genericarm64 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. (From meta-yocto rev: 3b6d0ee17ac834a0521223eef67db3d39aaa1b78) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 0000000000..97e512fbc5 --- /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"