[OE-core] [PATCH 6/7] build-appliance-image: do_vmdkimg replaced by do_vmimg

Juro Bystricky juro.bystricky at intel.com
Wed Jun 3 18:07:28 UTC 2015


As a consequence of adding VDI image support, do_vmdkimg routine has been
replaced by a generic do_vmimg routine.

This also allows to build the build-appliance for VirtualBox,
providing IMAGE_FSTYPES is set to "vdi"

Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
---
 meta/recipes-core/images/build-appliance-image_12.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/build-appliance-image_12.0.1.bb b/meta/recipes-core/images/build-appliance-image_12.0.1.bb
index 6d48a65..8e71b36 100644
--- a/meta/recipes-core/images/build-appliance-image_12.0.1.bb
+++ b/meta/recipes-core/images/build-appliance-image_12.0.1.bb
@@ -89,5 +89,5 @@ python do_bundle_files() {
     bb.build.exec_func('create_bundle_files', d)
 }
 
-addtask bundle_files after do_vmdkimg before do_build
+addtask bundle_files after do_vmimg before do_build
 do_bundle_files[nostamp] = "1"
-- 
1.9.1




More information about the Openembedded-core mailing list