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:
Koen Kooi 2015-06-12 07:36:32 +02:00 committed by Bruce Ashfield
parent c9622afa32
commit e50e36cfa3
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ IMAGE_INSTALL = "\
"
inherit core-image
inherit image-vmdk
inherit image-vm
IMAGE_FSTYPES = "vmdk tar.gz"

View File

@ -13,6 +13,6 @@ IMAGE_INSTALL = "\
"
inherit core-image
inherit image-vmdk
inherit image-vm
IMAGE_FSTYPES += "vmdk"