All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper] config.json: build generic-arm64 instead of Juno
@ 2021-11-23 12:47 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2021-11-23 12:47 UTC (permalink / raw)
  To: yocto

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(-)

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"
             }
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-23 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23 12:47 [PATCH yocto-autobuilder-helper] config.json: build generic-arm64 instead of Juno Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.