mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-16 07:05:23 +01:00
cloud-image-guest/controller: remove inherit image-vm
The image-vm.bbclass had been removed by oe-core, and vmdk is replaced by wic.vmdk. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
87b4527787
commit
0a64d42d45
|
|
@ -26,9 +26,8 @@ IMAGE_INSTALL = "\
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit core-image
|
inherit core-image
|
||||||
inherit image-vm
|
|
||||||
|
|
||||||
IMAGE_FSTYPES = "vmdk tar.gz"
|
IMAGE_FSTYPES = "wic.vmdk tar.gz"
|
||||||
|
|
||||||
# Ensure extra space for guest images
|
# Ensure extra space for guest images
|
||||||
#IMAGE_ROOTFS_EXTRA_SPACE = "41943040"
|
#IMAGE_ROOTFS_EXTRA_SPACE = "41943040"
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,5 @@ IMAGE_INSTALL = "\
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit core-image
|
inherit core-image
|
||||||
inherit image-vm
|
|
||||||
|
|
||||||
IMAGE_FSTYPES += "vmdk"
|
IMAGE_FSTYPES += "wic.vmdk"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user