]> code.ossystems Code Review - openembedded-core.git/commit
image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types
authorTom Rini <trini@konsulko.com>
Sat, 29 Jul 2017 00:14:32 +0000 (20:14 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 07:45:13 +0000 (08:45 +0100)
commit929ba563f1bc7195c4981b8e139c432b2cc388ea
tree39ba1647dabcfc4cb5748a9f44f5bed91c95a26d
parent7d02ea283b6587f3f79c5846b64b9ba1d6fe8026
image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types

The vmdk/vdi/qcow2 IMAGE_FSTYPEs predate wic.  As such, they provide
some similar underlying functionality in order to produce a "disk" image
that in turn can be converted into different formats that various
hypervisor types work with.  They do not however provide the ability for
other disk image types to be converted into these same output types.
Furthermore, they are less flexible than what wic does provide.  This
drops the old style vmdk/vdi/qcow2 types and re-introduces them under
the CONVERSION_CMD framework.  The equivalent of vmdk is now wic.vmdk
and so forth for the other types.

Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image-vm.bbclass [deleted file]
meta/classes/image.bbclass
meta/classes/image_types.bbclass
meta/lib/oeqa/selftest/cases/runqemu.py
meta/recipes-core/images/build-appliance-image_15.0.0.bb
scripts/runqemu