mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
linux-raspberrypi: prefer kernel version 5.4
Aligns with Yocto's current kernel version. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e6e471f3fb
commit
90f663b738
|
@ -15,3 +15,5 @@ ENABLE_UART = "1"
|
||||||
# Build the bootable SD card image
|
# Build the bootable SD card image
|
||||||
IMAGE_CLASSES_append_raspberrypi4-64 = " sdcard_image-rpi-xen"
|
IMAGE_CLASSES_append_raspberrypi4-64 = " sdcard_image-rpi-xen"
|
||||||
IMAGE_FSTYPES_append_raspberrypi4-64 = " rpi-xen-sdimg"
|
IMAGE_FSTYPES_append_raspberrypi4-64 = " rpi-xen-sdimg"
|
||||||
|
# Align kernel version with current meta-virtualization kernel version
|
||||||
|
PREFERRED_VERSION_linux-raspberrypi ?= "5.4.%"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user