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

Otavio Salvador otavio at ossystems.com.br
Fri Feb 21 04:14:32 PST 2014


On Fri, Feb 21, 2014 at 9:11 AM, Daiane Angolini <daiane.list at gmail.com> wrote:
> 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.

Right; I am checking the other known failures to try to get master
working fine again.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list