]> code.ossystems Code Review - openembedded-core.git/commit
image types: add hdddirect
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 24 Sep 2015 14:53:10 +0000 (16:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Sep 2015 10:58:22 +0000 (11:58 +0100)
commite3ff509091cbbfdef851f8a3c9e31c7b76d37e89
tree09d9085c7d7c72832c4afee4eab2240ef33ff73a
parent55e8067d3fb6a1fc97b4486e28e3e3bae2b5cd00
image types: add hdddirect

When image-vm.bbclass was introduced, it indirectly also introduced a
".hdddirect" image type based on boot-directdisk.bbclass. However, one
could only get that image when also enabling at least one of the
virtual machine images.

The .hdddirect images are useful by themselves. By registering
image-vm.bbclass as implementation of it, it becomes possible to
select them with:
  IMAGE_FSTYPES = "hdddirect"

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image-vm.bbclass
meta/classes/image.bbclass
meta/classes/image_types.bbclass