mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 02:20:30 +00:00
qemuarm64-secureboot: disable the use of KVM
When using -machine=virt,secure=on KVM cannot be used and will cause an error, so forcibly disable the use of KVM. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -4,6 +4,9 @@ require ${COREBASE}/meta/conf/machine/qemuarm64.conf
|
||||
|
||||
KMACHINE = "qemuarm64"
|
||||
|
||||
# secure=on can't ever use KVM, so force it off
|
||||
QEMU_USE_KVM = ""
|
||||
|
||||
QB_MACHINE = "-machine virt,secure=on"
|
||||
QB_OPT_APPEND += "-no-acpi"
|
||||
QB_MEM = "-m 1024"
|
||||
|
||||
Reference in New Issue
Block a user