[meta-virtualization] [PATCH] cloud-image-*: catch up with OE-core class rename

Koen Kooi koen.kooi at linaro.org
Thu Jun 11 22:36:46 PDT 2015


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 at linaro.org>
---
 recipes-extended/images/cloud-image-controller.bb | 2 +-
 recipes-extended/images/cloud-image-guest.bb      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-extended/images/cloud-image-controller.bb b/recipes-extended/images/cloud-image-controller.bb
index 74f724b..0b2a67b 100644
--- a/recipes-extended/images/cloud-image-controller.bb
+++ b/recipes-extended/images/cloud-image-controller.bb
@@ -26,7 +26,7 @@ IMAGE_INSTALL = "\
     "
 
 inherit core-image
-inherit image-vmdk
+inherit image-vm
 
 IMAGE_FSTYPES = "vmdk tar.gz"
 
diff --git a/recipes-extended/images/cloud-image-guest.bb b/recipes-extended/images/cloud-image-guest.bb
index 818a513..e24bf0d 100644
--- a/recipes-extended/images/cloud-image-guest.bb
+++ b/recipes-extended/images/cloud-image-guest.bb
@@ -13,6 +13,6 @@ IMAGE_INSTALL = "\
     "
 
 inherit core-image
-inherit image-vmdk
+inherit image-vm
 
 IMAGE_FSTYPES += "vmdk"
-- 
1.9.3



More information about the meta-virtualization mailing list