1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

arm/qemuarm64-secureboot: use 5.10 kernel

qemuarm64-secureboot is failing to boot with the 5.13 kernel.  Use the
5.10 kernel until this can be addressed.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2021-08-19 09:03:49 -04:00
parent 729c01ad2e
commit 912901ba53
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ header:
- meta-virtualization.yml
local_conf_header:
meta-virt:
meta-virt: |
DISTRO_FEATURES:append = " virtualization xen"
target:
@@ -19,3 +19,5 @@ IMAGE_FSTYPES += "wic wic.qcow2"
WKS_FILE ?= "qemuarm64.wks"
WKS_FILE_DEPENDS = "trusted-firmware-a"
IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE}"
PREFERRED_VERSION_linux-yocto ?= "5.10%"