[oe-commits] [openembedded-core] branch master updated: build-appliance-image: Create image in correct location

git at git.openembedded.org git at git.openembedded.org
Mon Sep 19 07:58:42 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
       new  5ac0604   build-appliance-image: Create image in correct location
5ac0604 is described below

commit 5ac0604fdc7d5b783011c43d476210b427b5dae0
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Sun Sep 18 08:37:45 2016 -0700

    build-appliance-image: Create image in correct location
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/images/build-appliance-image_15.0.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
index 1911d4c..4161ab3 100644
--- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb
+++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list