af-main: moves reload of service
[AGL/meta-agl.git] / meta-agl-distro / conf / distro / poky-agl.conf
index a354428..92856fc 100644 (file)
@@ -113,6 +113,16 @@ 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"
+
+# Board templates can add extra IMAGE_FSTYPES through this.
+# It is added (late) through the AGL image recipes.
+AGL_EXTRA_IMAGE_FSTYPES ?= ""