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