[meta-freescale] [meta-fsl-arm][PATCH] image_types_fsl.bbclass: Add fstype dependency

Daiane Angolini daiane.list at gmail.com
Fri Feb 21 04:11:44 PST 2014


On Fri, Feb 21, 2014 at 8:54 AM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> The sdcard requires the rootfs filesystem to be built before using it
> so we must to make this dependency explicit.

... we must make this ...
>
> Change-Id: Ibacba4c2ff5250785b50d6a7bc7ddf77f6309bb6
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  classes/image_types_fsl.bbclass | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
> index 3510452..42b6261 100644
> --- a/classes/image_types_fsl.bbclass
> +++ b/classes/image_types_fsl.bbclass
> @@ -297,3 +297,7 @@ IMAGE_CMD_sdcard () {
>
>         ${SDCARD_GENERATION_COMMAND}
>  }
> +
> +# The sdcard requires the rootfs filesystem to be built before using
> +# it so we must to make this dependency explicit.
> +IMAGE_TYPEDEP_sdcard = "${@d.getVar('SDCARD_ROOTFS', 1).split('.')[-1]}"


Thanks a lot, Otavio!

Only make the minor change in commitlog before merging.

It's an important fix, and I think you should merge it today, but
please, give it a 4 hour rest in mail list. So people could see the
patch before.


\o/


Daiane
> --
> 1.9.0
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list