mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 23:52:25 +08:00

For those crazy enough to want to use/test the latest development kernel for genericarm64, enable it by adding the COMPATIBLE_MACHINE and KMACHINE. NOTE: not using the KBRANCH, as neither does the linux-yocto_%.bbappend. It is taking the default one from the relevant recipe. (From meta-yocto rev: 85809c64b645ccca4f075e95b86df56d4f858e67) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
490 B
Plaintext
14 lines
490 B
Plaintext
KBRANCH:genericx86 = "standard/base"
|
|
KBRANCH:genericx86-64 = "standard/base"
|
|
KBRANCH:beaglebone-yocto = "standard/beaglebone"
|
|
|
|
KMACHINE:genericarm64 ?= "genericarm64"
|
|
KMACHINE:genericx86 ?= "common-pc"
|
|
KMACHINE:genericx86-64 ?= "common-pc-64"
|
|
KMACHINE:beaglebone-yocto ?= "beaglebone"
|
|
|
|
COMPATIBLE_MACHINE:genericarm64 = "genericarm64"
|
|
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
|
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
|
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|