[yocto-autobuilder-helper] config.json: build generic-arm64 instead of Juno

Message ID 20211123124728.654484-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: build generic-arm64 instead of Juno | expand

Commit Message

Ross Burton Nov. 23, 2021, 12:47 p.m. UTC
generic-arm64 is the recommeded generic BSP for modern Arm deployments,
so ensure it is exercised in the autobuilder.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/config.json b/config.json
index f152b47..7203783 100644
--- a/config.json
+++ b/config.json
@@ -330,8 +330,8 @@ 
                 "SANITYTARGETS" : "core-image-sato:do_testsdk"
                 },
             "step2": {
-                "shortname": "Build for juno",
-                "MACHINE": "juno",
+                "shortname": "Build for generic-arm64",
+                "MACHINE": "generic-arm64",
                 "BBTARGETS": "core-image-minimal core-image-sato core-image-sato:do_populate_sdk",
                 "SANITYTARGETS" : "core-image-sato:do_testsdk"
             }