All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: disable use of KVM
@ 2021-11-30 14:21 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2021-11-30 14:21 UTC (permalink / raw)
  To: meta-arm

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>
---
 ci/base.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/base.yml b/ci/base.yml
index 86608b28..6a96a47d 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -37,6 +37,8 @@ local_conf_header:
     PACKAGECONFIG:append:pn-perf = " coresight"
   noptest: |
     DISTRO_FEATURES:remove = "ptest"
+  kvm: |
+    QEMU_USE_KVM = "0"
 
 machine: unset
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-30 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30 14:21 [PATCH] CI: disable use of KVM Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.