config: set MACHINE=qemuarm64 for oe-selftest-armhost

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@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2022-11-11 15:41:44 +00:00 committed by Richard Purdie
parent ee25d25679
commit b6938a7373

View File

@ -873,6 +873,7 @@
"TEMPLATE" : "selftest" "TEMPLATE" : "selftest"
}, },
"oe-selftest-armhost" : { "oe-selftest-armhost" : {
"MACHINE": "qemuarm64",
"SDKMACHINE": "aarch64", "SDKMACHINE": "aarch64",
"TEMPLATE" : "selftest" "TEMPLATE" : "selftest"
}, },