Enforce same IMAGE_FSTYPES across all boards for AGL
[AGL/meta-agl.git] / meta-agl-distro / conf / distro / poky-agl.conf
index 4b39be1..2b171b2 100644 (file)
@@ -16,6 +16,7 @@ TARGET_VENDOR = "-agl"
 # Override these in poky based distros
 AGL_DEFAULT_DISTRO_FEATURES = "largefile systemd opengl wayland pam bluetooth bluez5"
 POKY_DEFAULT_DISTRO_FEATURES := "${AGL_DEFAULT_DISTRO_FEATURES}"
+OVERRIDES .= ":${DISTRO_CODENAME}"
 
 QEMU_TARGETS ?= "arm aarch64 i386 x86_64"
 # Other QEMU_TARGETS "mips mips64 mips64el ppc sh4"
@@ -112,6 +113,12 @@ require conf/distro/include/${TARGET_ARCH}-tune.inc
 # - use 1G RAM by default
 QB_MEM ?= "-m 1024"
 
-# temporary fix for meta-updater (to be removed 2017-05-01)
-IMAGE_INSTALL_remove = "rvi-sota-client"
 
+# 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"