diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2016-09-18 08:37:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-19 08:58:10 +0100 |
commit | 49a7839e602eac2c43415d9c8f17ad8315fd1da5 (patch) | |
tree | a3381863a4d28cd7fd8a76efc05c4e7868c8720d | |
parent | 5414b80e8df11188d8e67a37185305c34ea084bd (diff) | |
download | poky-49a7839e602eac2c43415d9c8f17ad8315fd1da5.tar.gz |
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]
(From OE-Core rev: 5ac0604fdc7d5b783011c43d476210b427b5dae0)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 3 |
1 files changed, 1 insertions, 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 1911d4cb52..4161ab3f09 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() { | |||
111 | bb.build.exec_func('create_bundle_files', d) | 111 | bb.build.exec_func('create_bundle_files', d) |
112 | } | 112 | } |
113 | 113 | ||
114 | addtask bundle_files after do_vmimg before do_build | 114 | addtask bundle_files after do_vmimg before do_image_complete |
115 | do_bundle_files[nostamp] = "1" | ||