mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5414b80e8d
commit
49a7839e60
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user