mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Moving the rpi to 6.6 to enable extended testing. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
7 lines
252 B
Plaintext
7 lines
252 B
Plaintext
# Enable use of the linux-yocto kernel for the Raspberry Pi 4
|
|
KBRANCH:raspberrypi4-64 ?= "v6.6/standard/bcm-2xxx-rpi"
|
|
KMACHINE:raspberrypi4-64 ?= "bcm-2xxx-rpi4"
|
|
COMPATIBLE_MACHINE:raspberrypi4-64 = "(raspberrypi4-64)"
|
|
|
|
require linux-yocto_xen-rpi.inc
|