diff mbox series

[yocto-autobuilder-helper] config.json: add build definition for musl-qemuarm64

Message ID 20250326163229.869295-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: add build definition for musl-qemuarm64 | expand

Commit Message

Ross Burton March 26, 2025, 4:32 p.m. UTC
This is identical to the musl-qemux86 builds, but for qemuarm64.

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

Patch

diff --git a/config.json b/config.json
index 7efc476e..3a81f3b4 100644
--- a/config.json
+++ b/config.json
@@ -1207,6 +1207,14 @@ 
                 ]
             }
         },
+        "musl-qemuarm64" : {
+            "MACHINE" : "qemuarm64",
+            "BBTARGETS" : "core-image-minimal core-image-full-cmdline core-image-sato-sdk world",
+            "SANITYTARGETS" : "core-image-minimal:do_testimage core-image-full-cmdline:do_testimage core-image-sato-sdk:do_testimage",
+            "extravars" : [
+                "TCLIBC = 'musl'"
+            ]
+        },
         "musl-qemux86" : {
             "MACHINE" : "qemux86",
             "BBTARGETS" : "core-image-minimal core-image-full-cmdline core-image-sato-sdk world",