mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
build-appliance-image: Exclude DDATETIME from task signature
Otherwise the task hash changes between server and worker context leading to changing task checksums. (From OE-Core rev: d60806e56aed2f62f6a0e030a564f7fdc4a1314d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -96,6 +96,7 @@ create_bundle_files () {
|
||||
zip -r ${DEPLOY_DIR_IMAGE}/Yocto_Build_Appliance-${DATETIME}.zip Yocto_Build_Appliance
|
||||
ln -sf Yocto_Build_Appliance-${DATETIME}.zip ${DEPLOY_DIR_IMAGE}/Yocto_Build_Appliance.zip
|
||||
}
|
||||
create_bundle_files[vardepsexclude] = "DATETIME"
|
||||
|
||||
python do_bundle_files() {
|
||||
bb.build.exec_func('create_bundle_files', d)
|
||||
|
||||
Reference in New Issue
Block a user