diff mbox series

[yocto-autobuilder-helper,2/2] config.json: don't build core-image-ptest-all in arch-hw

Message ID 20240912194935.1680712-2-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
When the target is real hardware there is no need to build the
core-image-ptest-all image (which expands to ~100 images) as this swamps
the release artifacts and they're not actually tested.

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

Patch

diff --git a/config.json b/config.json
index cfced7a7..e3690ee9 100644
--- a/config.json
+++ b/config.json
@@ -185,7 +185,7 @@ 
         "arch-hw" : {
             "BUILDINFO" : true,
             "step1" : {
-                "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",
+                "BBTARGETS" : "core-image-sato core-image-sato-sdk core-image-minimal core-image-full-cmdline core-image-sato:do_populate_sdk",
                 "SANITYTARGETS" : "core-image-sato:do_testsdk"
             }
         },