meta-agl-core: fix IMAGE_FSTYPES override
[AGL/meta-agl.git] / meta-agl-core / recipes-platform / images / agl-image-minimal.inc
1 IMAGE_LINGUAS = " "
2
3 # Reset IMAGE_FSTYPES to our specific desired value to avoid issues
4 # with _append or _remove declarations against IMAGE_FSTYPES.
5 # Note that this snippet needs to be before (core-)image bbclass
6 # inclusion to take effect.
7 python __anonymous () {
8     d.setVar("IMAGE_FSTYPES", d.getVar("AGL_DEFAULT_IMAGE_FSTYPES"))
9     d.appendVar("IMAGE_FSTYPES", " " + d.getVar("AGL_EXTRA_IMAGE_FSTYPES"))
10 }
11
12 inherit core-image
13
14 IMAGE_INSTALL = "${CORE_IMAGE_EXTRA_INSTALL}"
15
16 IMAGE_ROOTFS_SIZE ?= "8192"