diff mbox series

[yocto-autobuilder-helper,1/2] config.json: unify image list by adding full-cmdline to arch-hw

Message ID 20240912194935.1680712-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper,1/2] config.json: unify image list by adding full-cmdline to arch-hw | expand

Commit Message

Ross Burton Sept. 12, 2024, 7:49 p.m. UTC
The poky-altcfg builds all build core-image-full-cmdline but the poky
builds do not. This causes confusion when someone is after a fully
featured but headless image and there are none available for poky, just
-minimal or -sato.

Also add core-image-full-cmdline:do_testimage to arch-hw-qemu.

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

Patch

diff --git a/config.json b/config.json
index 0a83f8d8..cfced7a7 100644
--- a/config.json
+++ b/config.json
@@ -185,15 +185,15 @@ 
         "arch-hw" : {
             "BUILDINFO" : true,
             "step1" : {
-                "BBTARGETS" : "core-image-sato core-image-sato-sdk core-image-minimal core-image-ptest-all core-image-sato:do_populate_sdk",
+                "BBTARGETS" : "core-image-sato core-image-sato-sdk core-image-minimal core-image-full-cmdline core-image-ptest-all core-image-sato:do_populate_sdk",
                 "SANITYTARGETS" : "core-image-sato:do_testsdk"
             }
         },
         "arch-hw-qemu" : {
             "BUILDINFO" : true,
             "step1" : {
-                "BBTARGETS" : "core-image-minimal core-image-sato core-image-sato-sdk core-image-sato:do_populate_sdk core-image-sato:do_populate_sdk_ext",
-                "SANITYTARGETS" : "core-image-minimal:do_testimage core-image-sato:do_testimage core-image-sato-sdk:do_testimage core-image-sato:do_testsdk core-image-sato:do_testsdkext"
+                "BBTARGETS" : "core-image-minimal core-image-full-cmdline core-image-sato core-image-sato-sdk core-image-sato:do_populate_sdk core-image-sato:do_populate_sdk_ext",
+                "SANITYTARGETS" : "core-image-minimal:do_testimage core-image-full-cmdline:do_testimage core-image-sato:do_testimage core-image-sato-sdk:do_testimage core-image-sato:do_testsdk core-image-sato:do_testsdkext"
             },
             "step2" : {
                 "shortname" : "Machine oe-selftest",