This runs with MACHINE=qemuarm64, and yocto-autobuilder2's config.py ensure that it only runs on the Arm-based workers.
Signed-off-by: Ross Burton <[email protected]> --- config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.json b/config.json index c0543d9..53ebab8 100644 --- a/config.json +++ b/config.json @@ -826,6 +826,10 @@ "oe-selftest-centos" : { "TEMPLATE" : "selftest" }, + "oe-selftest-arm" : { + "MACHINE": "qemuarm64", + "TEMPLATE" : "selftest" + }, "reproducible" : { "TEMPLATE" : "reproducible" }, -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55741): https://lists.yoctoproject.org/g/yocto/message/55741 Mute This Topic: https://lists.yoctoproject.org/mt/88212278/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
