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 |
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" },
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(+)