From 06453a025b13e13653a28c4984a7ee8b3f94805b Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 27 Jul 2015 15:42:57 -0300 Subject: mfgtool-initramfs-image.bbclass: Add f2fs feature option The f2fs feature allows the use of Flash-Friendly File System during the installation. The feature is disabled by default as the f2fs-tools is offered by meta-filesystem layer which shouldn't be made as a hard dependency of meta-fsl-arm. Signed-off-by: Otavio Salvador --- classes/mfgtool-initramfs-image.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/mfgtool-initramfs-image.bbclass b/classes/mfgtool-initramfs-image.bbclass index a9a2adf..dee3137 100644 --- a/classes/mfgtool-initramfs-image.bbclass +++ b/classes/mfgtool-initramfs-image.bbclass @@ -10,6 +10,7 @@ DEPENDS += "u-boot-mfgtool linux-mfgtool" FEATURE_PACKAGES_mtd = "packagegroup-fsl-mfgtool-mtd" FEATURE_PACKAGES_extfs = "packagegroup-fsl-mfgtool-extfs" +FEATURE_PACKAGES_f2fs = "packagegroup-fsl-mfgtool-f2fs" IMAGE_FSTYPES = "cpio.gz.u-boot" IMAGE_ROOTFS_SIZE ?= "8192" -- cgit v1.2.3-54-g00ecf