mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
yocto-bsp/6.17: introduce kernel bbappend
Adding a 6.17 kernel bbappend so the hardware reference BSPs can be tested against the newer kernel (but it is not the default) (From meta-yocto rev: 4d15f394f8862cca77eb780e7bfcd945f9aae5f4) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
128ab88c22
commit
1a5c543053
|
|
@ -0,0 +1,11 @@
|
||||||
|
COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
|
||||||
|
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
||||||
|
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
||||||
|
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
||||||
|
|
||||||
|
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
||||||
|
KMACHINE:genericx86 ?= "common-pc"
|
||||||
|
KMACHINE:genericx86-64 ?= "common-pc-64"
|
||||||
|
|
||||||
|
KBRANCH:genericarm64 ?= "v6.16/standard/genericarm64"
|
||||||
|
SRCREV_machine:genericarm64 ?= "459fdea93914f4db040bd8ebf8bce134a4cd6388"
|
||||||
Loading…
Reference in New Issue
Block a user