Enforce same IMAGE_FSTYPES across all boards for AGL
[AGL/meta-agl.git] / meta-agl-distro / conf / distro / poky-agl.conf
index 70dcb3f..2b171b2 100644 (file)
@@ -113,3 +113,12 @@ require conf/distro/include/${TARGET_ARCH}-tune.inc
 # - use 1G RAM by default
 QB_MEM ?= "-m 1024"
 
+
+# DEFAULT IMAGE_FSTYPES for AGL (no - BSPs should not set this)
+#
+IMAGE_FSTYPES := "tar.xz ext4.xz"
+INITRAMFS_FSTYPES := ""
+
+#
+# THE FUTURE is 'wic'
+# IMAGE_FSTYPES_append = " wic"