[yocto-autobuilder-helper] Add a oe-selftest for Arm host/target

Message ID 20220105122513.1041591-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper] Add a oe-selftest for Arm host/target | expand

Commit Message

Ross Burton Jan. 5, 2022, 12:25 p.m. UTC
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 <ross.burton@arm.com>
---
 config.json | 4 ++++
 1 file changed, 4 insertions(+)

Patch

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"
         },