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

ci: QEMU_USE_KVM needs empty variable

QEMU_USE_KVM needs to be empty, not 0.  Otherwise, it doesn't catch and
runs KVM anyway (which breaks inside our docker containers).

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2021-12-01 15:44:42 -05:00
parent 28f6956415
commit a70500117a
+1 -1
View File
@@ -38,7 +38,7 @@ local_conf_header:
noptest: |
DISTRO_FEATURES:remove = "ptest"
kvm: |
QEMU_USE_KVM = "0"
QEMU_USE_KVM = ""
machine: unset