mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
cloud-image-*: catch up with OE-core class rename
OE-core rev 0a3e8eb9f592c3f1edd2c7521855f7406541651a renamed 'image-vmdk' to 'image-vm'. IMAGE_FSTYPES didn't change, so keep those as 'vmdk'. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
c9622afa32
commit
e50e36cfa3
|
@ -26,7 +26,7 @@ IMAGE_INSTALL = "\
|
|||
"
|
||||
|
||||
inherit core-image
|
||||
inherit image-vmdk
|
||||
inherit image-vm
|
||||
|
||||
IMAGE_FSTYPES = "vmdk tar.gz"
|
||||
|
||||
|
|
|
@ -13,6 +13,6 @@ IMAGE_INSTALL = "\
|
|||
"
|
||||
|
||||
inherit core-image
|
||||
inherit image-vmdk
|
||||
inherit image-vm
|
||||
|
||||
IMAGE_FSTYPES += "vmdk"
|
||||
|
|
Loading…
Reference in New Issue
Block a user