]> code.ossystems Code Review - openembedded-core.git/commit
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:39:55 +0000 (15:39 +0000)
commitaa961e112b07d42c272e01f2d69f3c139e9ae70f
tree62de0b094a9d2e3462d33d10c879c37ad7817e8c
parentc051d6c59c71a5f90c2d545491facd2d131592fd
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.

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