From 912901ba53bcff5a78d61f39bc32a87b194d73a7 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 19 Aug 2021 09:03:49 -0400 Subject: [PATCH] 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 --- ci/xen.yml | 2 +- meta-arm/conf/machine/qemuarm64-secureboot.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/xen.yml b/ci/xen.yml index d0c1765e..ae650623 100644 --- a/ci/xen.yml +++ b/ci/xen.yml @@ -4,7 +4,7 @@ header: - meta-virtualization.yml local_conf_header: - meta-virt: + meta-virt: | DISTRO_FEATURES:append = " virtualization xen" target: diff --git a/meta-arm/conf/machine/qemuarm64-secureboot.conf b/meta-arm/conf/machine/qemuarm64-secureboot.conf index fe19ed27..c45924a4 100644 --- a/meta-arm/conf/machine/qemuarm64-secureboot.conf +++ b/meta-arm/conf/machine/qemuarm64-secureboot.conf @@ -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%"