]> code.ossystems Code Review - openembedded-core.git/commit
image: Support for VDI
authorJuro Bystricky <juro.bystricky@intel.com>
Wed, 3 Jun 2015 18:07:23 +0000 (11:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Jun 2015 22:55:41 +0000 (23:55 +0100)
commit0a3e8eb9f592c3f1edd2c7521855f7406541651a
tree741b73d075c9b63166c424793ed1b5067f782f6a
parentb812d0f40423bc56394cc8b6fc92eb1f477dba1b
image: Support for VDI

Added support for VirtualBox VDI format. The support was
implemented by merging with the already existing VMDK support
for VM player by creating a new class image-vm.bbclass.
This class replaces the previous VMDK only image-vmdk.class.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image-vm.bbclass [new file with mode: 0644]
meta/classes/image-vmdk.bbclass [deleted file]
meta/classes/image.bbclass
meta/classes/image_types.bbclass
meta/lib/oe/image.py