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

Daiane Angolini daiane.list at gmail.com
Tue Jul 28 08:34:43 PDT 2015


The other patches in this series is OK.

For this one, please fix some typos when you merge it:

On Mon, Jul 27, 2015 at 5:51 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> The f2fs feature is allows the use of Flash-Friendly File System
> during the installation.

drop "is" -> The f2fs feature allows the use....

>
> 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

drop "to" -> which shouldn't be made as a ....


> 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
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list