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

arm/qemuarm64-secureboot: don't use -dev kernel

According to the comment linux-yocto-dev was being used to get a 5.5
kernel as 5.4 was panicking on boot.  Now linux-yocto defaults to 5.8
so just use the standard kernel instead.

Change-Id: Id382c69f16f2ff4b2cbc63be94a645e56616549d
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2020-12-09 10:57:14 +00:00
committed by Jon Mason
parent 2a530c3419
commit 3c9486fb31
@@ -6,10 +6,6 @@ KMACHINE = "qemuarm64"
UBOOT_MACHINE = "qemu_arm64_defconfig"
# The 5.4 kernel panics when booting, so use the development kernel until the
# default kernel is upgraded (5.5. supposedly works)
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
QB_MACHINE = "-machine virt,secure=on"
QB_OPT_APPEND += "-no-acpi"
QB_MEM = "-m 1024"
@@ -23,4 +19,3 @@ IMAGE_FSTYPES += "wic wic.qcow2"
WKS_FILE ?= "qemuarm64.wks"
WKS_FILE_DEPENDS = "trusted-firmware-a"
IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE}"