riscv-initramfs-image: remove WIC fstype

Signed-off-by: Mirza Krak <mirza.krak@endian.se>
This commit is contained in:
Mirza Krak
2018-03-26 20:51:41 +00:00
committed by Khem Raj
parent 75acee750f
commit 7ea142a9ea

View File

@@ -16,3 +16,7 @@ IMAGE_ROOTFS_SIZE = "8192"
IMAGE_ROOTFS_EXTRA_SPACE = "0"
BAD_RECOMMENDATIONS += "busybox-syslog"
# WIC is not compatible with an initramfs image, also enabling WIC would cause
# an circular dependency.
IMAGE_FSTYPES_remove = " wic wic.gz"