[yocto-autobuilder-helper] config.json: also build meta-virt for qemuarm

Message ID 20220429131359.2288155-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: also build meta-virt for qemuarm | expand

Commit Message

Ross Burton April 29, 2022, 1:13 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.json | 5 +++++
 1 file changed, 5 insertions(+)

Patch

diff --git a/config.json b/config.json
index dc59d7f..afae5e9 100644
--- a/config.json
+++ b/config.json
@@ -954,6 +954,11 @@ 
                 "shortname": "Xen for qemuarm64",
                 "MACHINE": "qemuarm64",
                 "BBTARGETS" : "xen-image-minimal"
+            },
+            "step3" : {
+                "shortname": "Xen for qemuarm",
+                "MACHINE": "qemuarm",
+                "BBTARGETS" : "xen-image-minimal"
             }
         },
         "qa-extras" : {