aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-remove-wic-auto-conf.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-04-26 17:35:13 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-04-26 17:35:13 +0200
commitc9328308382ff2758a6d4c1987f139a4500d83f6 (patch)
tree1b830dd18f42502a6253fe1ba68883fee5367a6f /jjb/common/include-agl-remove-wic-auto-conf.sh
parent8fc69561966adbe26bc4740ed2b94d2da2d6243b (diff)
Updates for new syntax of YP
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I96afb175096b659391e1b164f35cbdd725b5fc5f
Diffstat (limited to 'jjb/common/include-agl-remove-wic-auto-conf.sh')
-rw-r--r--jjb/common/include-agl-remove-wic-auto-conf.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/common/include-agl-remove-wic-auto-conf.sh b/jjb/common/include-agl-remove-wic-auto-conf.sh
index 72a9df45..aeac3f67 100644
--- a/jjb/common/include-agl-remove-wic-auto-conf.sh
+++ b/jjb/common/include-agl-remove-wic-auto-conf.sh
@@ -8,9 +8,9 @@ cat << EOF >> conf/auto.conf
# remove wic as CI does only use ext4 in lava
# this saves i/o and time
-IMAGE_FSTYPES_remove = "wic.xz"
-IMAGE_FSTYPES_remove = "wic.bmap"
-IMAGE_FSTYPES_remove = "wic.vmdk.xz"
+IMAGE_FSTYPES:remove = "wic.xz"
+IMAGE_FSTYPES:remove = "wic.bmap"
+IMAGE_FSTYPES:remove = "wic.vmdk.xz"