]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
build-appliance-image: Create image in correct location
authorJuro Bystricky <juro.bystricky@intel.com>
Sun, 18 Sep 2016 15:37:45 +0000 (08:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Sep 2016 07:58:04 +0000 (08:58 +0100)
Due to the recipe now using variable IMGDEPLOYDIR instead of DEPLOY_DIR_IMAGE,
the final Build Appliance image ended up being created in a wrong location.

This patch assures the final ZIP image is created in identical location as before:

   tmp/deploy/images/<machine>/Yocto_Build_Apliance.zip

[YOCTO#10274]

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/build-appliance-image_15.0.0.bb

index 1911d4cb52c85d40412601e652d61db75fcc16d5..4161ab3f09e800c801b2390f0e8cf344c79623b0 100644 (file)
@@ -111,5 +111,4 @@ python do_bundle_files() {
     bb.build.exec_func('create_bundle_files', d)
 }
 
-addtask bundle_files after do_vmimg before do_build
-do_bundle_files[nostamp] = "1"
+addtask bundle_files after do_vmimg before do_image_complete