image-vmdk: Create image_vmdk class and setup image and image_types to use it
authorSaul Wold <sgw@linux.intel.com>
Thu, 1 Mar 2012 07:46:21 +0000 (23:46 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2012 15:51:40 +0000 (15:51 +0000)
commit1ae736eda6a3ab9a53a790c81229f0a4de86d0ce
tree030f1a480441b80bbaf05484a29abc5919a29030
parent4610346fcb4c91782c9dc1d705b5379d2752731e
image-vmdk: Create image_vmdk class and setup image and image_types to use it

This creates a new image_vmdk class similar to live. The image_vmdk
class needs to have a hddimg created by the image-live class, so it
inherits it directly.

The changes to image_types is to ensure that both live and vmdk images
get the ext3 tools and dependencies.

(From OE-Core rev: aa961e112b07d42c272e01f2d69f3c139e9ae70f)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image-vmdk.bbclass [new file with mode: 0644]
meta/classes/image.bbclass
meta/classes/image_types.bbclass