]> code.ossystems Code Review - meta-freescale.git/commitdiff
mfgtool-initramfs-image.bbclass: Add f2fs feature option
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 27 Jul 2015 18:42:57 +0000 (15:42 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 02:26:59 +0000 (23:26 -0300)
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 <otavio@ossystems.com.br>
classes/mfgtool-initramfs-image.bbclass

index a9a2adf153b77d0c033224702c7a00af98141926..dee3137c1dffcb70fc14511f552d437ada7c8ead 100644 (file)
@@ -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"