diff mbox series

[yocto-autobuilder-helper] config.json: add generic-arm64/poky-altcfg build

Message ID 20230906150317.311607-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: add generic-arm64/poky-altcfg build | expand

Commit Message

Ross Burton Sept. 6, 2023, 3:03 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

We want to promote generic-arm64 to meta-yocto-bsp in the future, so
start testing this more comprehensively.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 7542dc7..05c6794 100644
--- a/config.json
+++ b/config.json
@@ -429,7 +429,14 @@ 
                 "SANITYTARGETS" : "core-image-sato:do_testsdk"
                 },
             "step2": {
-                "shortname": "Build for generic-arm64",
+                "shortname": "Build for generic-arm64 (poky)",
+                "MACHINE": "generic-arm64",
+                "BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk",
+                "SANITYTARGETS" : "core-image-sato:do_testsdk"
+            },
+            "step3": {
+                "shortname": "Build for generic-arm64 (poky-altcfg)",
+                "DISTRO": "poky-altcfg",
                 "MACHINE": "generic-arm64",
                 "BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk",
                 "SANITYTARGETS" : "core-image-sato:do_testsdk"