Message ID | 20220105141249.1045266-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder-helper,v2] Add a oe-selftest for Arm hosts and targets | expand |
diff --git a/config.json b/config.json index c0543d9..2378782 100644 --- a/config.json +++ b/config.json @@ -826,6 +826,13 @@ "oe-selftest-centos" : { "TEMPLATE" : "selftest" }, + "oe-selftest-arm" : { + "MACHINE": "qemuarm64", + "TEMPLATE" : "selftest" + }, + "oe-selftest-armhost" : { + "TEMPLATE" : "selftest" + }, "reproducible" : { "TEMPLATE" : "reproducible" },
oe-selftest-arm to run oe-selftest with MACHINE=qemuarm64, on any host. oe-selftest-armhost to run oe-selftest with MACHINE=qemux86-64, on an Arm host (pinned by yocto-autobuilder2). Signed-off-by: Ross Burton <ross.burton@arm.com> --- config.json | 7 +++++++ 1 file changed, 7 insertions(+)