]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:59:13 +0000 (23:59 +0100)
commita13c51e751ee76c990fe83f83544e448c6cf543d
tree0612be3f76df8f4fe2cc2e5ff48bec176bc05469
parentd59d876f447c961149763e585c012ac2f0f7b788
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.

(From OE-Core rev: 0a3e8eb9f592c3f1edd2c7521855f7406541651a)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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