All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper v2] Add a oe-selftest for Arm hosts and targets
@ 2022-01-05 14:12 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2022-01-05 14:12 UTC (permalink / raw)
  To: yocto

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(+)

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-05 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 14:12 [PATCH yocto-autobuilder-helper v2] Add a oe-selftest for Arm hosts and targets Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.