Many of the oe-selftest test cases boot up an image in qemu, but if the
host can't use KVM to accelerate the guest then the tests take a lot
longer and may randomly timeout.
Now that oe-selftest can run for qemuarm64[1], switch the
oe-selftest-armhost to use qemuarm64 so that KVM can be used. This
should mean faster and more reliable tests, which also cover another
architecture.
[1] oe-core 87fcee9fed915ff3af528b976d7d44737f9f1a95
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.json b/config.json
index 24988f0..713afe5 100644
--- a/config.json
+++ b/config.json
@@ -873,6 +873,7 @@
"TEMPLATE" : "selftest"
},
"oe-selftest-armhost" : {
+ "MACHINE": "qemuarm64",
"SDKMACHINE": "aarch64",
"TEMPLATE" : "selftest"
},
--=20
2.34.1