mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
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:
parent
ee25d25679
commit
b6938a7373
|
@ -873,6 +873,7 @@
|
|||
"TEMPLATE" : "selftest"
|
||||
},
|
||||
"oe-selftest-armhost" : {
|
||||
"MACHINE": "qemuarm64",
|
||||
"SDKMACHINE": "aarch64",
|
||||
"TEMPLATE" : "selftest"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user