- ../common/include-agl-source-aglsetup.sh
- ../common/include-agl-auto-conf.sh
- ../common/include-agl-limit-parallelism.sh
+ - ../common/include-agl-remove-wic-auto-conf.sh
- ../common/include-agl-cat-auto-conf.sh
- ../common/include-agl-bitbake-image.sh
- ../common/include-agl-bitbake-sdk-x64only.sh
- ../common/include-agl-set-html5-image.sh
- ../common/include-agl-source-aglsetup.sh
- ../common/include-agl-auto-conf.sh
+ - ../common/include-agl-remove-wic-auto-conf.sh
- ../common/include-agl-limit-parallelism.sh
- ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
- ../common/include-agl-cat-auto-conf.sh
--- /dev/null
+# (c) 2021 Jan-Simon Moeller dl9pf(at)gmx.de
+# License GPLv2
+
+################################################################################
+## auto.conf remove wic for simple CI builds
+################################################################################
+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"
+
+
+
+EOF
\ No newline at end of file