Message ID | 20241213150836.326100-1-ross.burton@arm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | linux-yocto: enable linux 6.12 for genericarm64 | expand |
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"
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 <ross.burton@arm.com> --- 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