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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2024-12-13 15:08:36 +00:00 committed by Richard Purdie
parent 3a737b4c63
commit cc5e3503e4

View File

@ -0,0 +1,4 @@
COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
# Incorporate fixes post 6.12.3
SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40"