mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 14:30:10 +00:00
CI: disable use of KVM
oe-core c2a2d47 changed the default of QEMU_USE_KVM to 1, so qemu will want to use KVM and will error if it can't. Our CI runners don't have KVM, so we need to disable this. In the long term this should be more intelligent as some workers have KVM and some don't, but this will get successful builds again. Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -37,6 +37,8 @@ local_conf_header:
|
||||
PACKAGECONFIG:append:pn-perf = " coresight"
|
||||
noptest: |
|
||||
DISTRO_FEATURES:remove = "ptest"
|
||||
kvm: |
|
||||
QEMU_USE_KVM = "0"
|
||||
|
||||
machine: unset
|
||||
|
||||
|
||||
Reference in New Issue
Block a user