diff mbox series

[yocto-autobuilder-helper] config.json: Remove wic images from IMAGE_FSTYPES

Message ID 20260505190403.3235944-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Remove wic images from IMAGE_FSTYPES | expand

Commit Message

Richard Purdie May 5, 2026, 7:04 p.m. UTC
We have several uncompressed duplicate wic images being generated by the
autobuilder.

genericx86 already sets wic.zst in the machine definitions so this was
simply uneeded.

It is unclear where wic images for qemux86 and qemux86-64 were needed, if
they are needed, we should use wic.zst, so remove wic.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 28 ++++------------------------
 1 file changed, 4 insertions(+), 24 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 3c067d2..6c1a932 100644
--- a/config.json
+++ b/config.json
@@ -766,12 +766,7 @@ 
         },
         "qemux86" : {
             "MACHINE" : "qemux86",
-            "TEMPLATE" : "arch-qemu",
-            "step1" : {
-                "extravars" : [
-                     "IMAGE_FSTYPES:append = ' wic wic.bmap'"
-                ]
-            }
+            "TEMPLATE" : "arch-qemu"
         },
         "qemux86-tc" : {
             "MACHINE" : "qemux86",
@@ -803,12 +798,7 @@ 
         },
         "genericx86" : {
             "MACHINE" : "genericx86",
-            "TEMPLATE" : "arch-hw",
-            "step1" : {
-                "extravars" : [
-                     "IMAGE_FSTYPES:append = ' wic wic.bmap'"
-                ]
-            }
+            "TEMPLATE" : "arch-hw"
         },
         "genericx86-alt" : {
             "MACHINE" : "genericx86",
@@ -816,12 +806,7 @@ 
         },
         "qemux86-64" : {
             "MACHINE" : "qemux86-64",
-            "TEMPLATE" : "arch-qemu",
-            "step1" : {
-                "extravars" : [
-                     "IMAGE_FSTYPES:append = ' wic wic.bmap'"
-                ]
-            }
+            "TEMPLATE" : "arch-qemu"
         },
         "qemux86-64-tc" : {
             "MACHINE" : "qemux86-64",
@@ -834,12 +819,7 @@ 
         },
         "genericx86-64" : {
             "MACHINE" : "genericx86-64",
-            "TEMPLATE" : "arch-hw",
-            "step1" : {
-                "extravars" : [
-                     "IMAGE_FSTYPES:append = ' wic wic.bmap'"
-                ]
-            }
+            "TEMPLATE" : "arch-hw"
         },
         "meta-intel" : {
             "NEEDREPOS" : ["bitbake", "meta-intel"],