[meta-freescale] [meta-fsl-arm][PATCH 3/3] mfgtool-initramfs-image.bbclass: Add f2fs feature option

Otavio Salvador otavio at ossystems.com.br
Mon Jul 27 13:51:11 PDT 2015


The f2fs feature is 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 to be made as a hard dependency
of meta-fsl-arm.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 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"
-- 
2.4.6



More information about the meta-freescale mailing list