From: Otavio Salvador Date: Mon, 27 Jul 2015 18:42:57 +0000 (-0300) Subject: mfgtool-initramfs-image.bbclass: Add f2fs feature option X-Git-Tag: 2.1~467 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=31ac693433d4b894552337d28c20563d0381d778;p=meta-freescale.git 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 --- diff --git a/classes/mfgtool-initramfs-image.bbclass b/classes/mfgtool-initramfs-image.bbclass index a9a2adf1..dee3137c 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"