image_types: ensure .rootfs.ext3 is created before vmdk is created.
authorDexuan Cui <dexuan.cui@intel.com>
Fri, 9 Mar 2012 07:05:12 +0000 (15:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Mar 2012 11:45:11 +0000 (11:45 +0000)
commit2fe484761580411c8b143834daad4a894a57ae6b
treee99c2190e5f06a3292f295e0f71e7bcf62b43e87
parent300dbbad614a60241c1da21979f8cace2869bc9b
image_types: ensure .rootfs.ext3 is created before vmdk is created.

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]

(From OE-Core rev: 39f14c66d5df226689238810b759f502644deb5c)

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass