diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-06-03 11:07:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-11 23:59:14 +0100 |
commit | 4fb47325d0baf9db0a11839941d39e336a983282 (patch) | |
tree | 7a92e0e29016ab906a29ef8319d22cb0b22ae3e5 /meta/recipes-core | |
parent | a0b51649232cdf2ac44f28a95d446286eaa59875 (diff) | |
download | poky-4fb47325d0baf9db0a11839941d39e336a983282.tar.gz |
build-appliance-image: do_vmdkimg replaced by do_vmimg
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"
(From OE-Core rev: 20600185512a869314cd5b0b97af049ce6df5719)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/images/build-appliance-image_12.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 6d48a65e23..8e71b36ba1 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() { | |||
89 | bb.build.exec_func('create_bundle_files', d) | 89 | bb.build.exec_func('create_bundle_files', d) |
90 | } | 90 | } |
91 | 91 | ||
92 | addtask bundle_files after do_vmdkimg before do_build | 92 | addtask bundle_files after do_vmimg before do_build |
93 | do_bundle_files[nostamp] = "1" | 93 | do_bundle_files[nostamp] = "1" |