[OE-core] [PATCH 1/1] image_types: ensure .rootfs.ext3 is created before vmdk is created.

Cui, Dexuan dexuan.cui at intel.com
Fri Mar 9 07:40:00 UTC 2012


Saul Wold wrote on 2012-03-09:
> On 03/08/2012 11:19 PM, Dexuan Cui wrote:
>> In the case of self-hosted-image.bb, IMAGE_FSTYPES = "vmdk", so the
>> variables alltypes and subimages don't contain ext3, and
>> .rootfs.ext3 won't be created, and finally the generated .hddimg and
>> .vmdk don't have an actual rootfs -- the size of the .vmdk file is only about 9MB.
>> 
>> [YOCTO #2067]
>> 
>> Signed-off-by: Dexuan Cui<dexuan.cui at intel.com>
> 
> Nice Catch!
> 
> Acked-by: Saul Wold <sgw at linux.intel.com>
BTW, I didn't find the bug in my previous test because I didn't build
>From scratch, so actually I already had a file
tmp/deploy/image/self-hosted-image-qemux86.ext3, and according to 
bootimg.bbclass's populate(), we used it -- but we should use a new .ext3 file.

Thanks,
-- Dexuan






More information about the Openembedded-core mailing list