* [PATCH] build-appliance-image: Exclude DDATETIME from task signature
@ 2016-04-03 9:14 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-04-03 9:14 UTC (permalink / raw)
To: openembedded-core
Otherwise the task hash changes between server and worker context
leading to changing task checksums.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-core/images/build-appliance-image_14.0.0.bb b/meta/recipes-core/images/build-appliance-image_14.0.0.bb
index 1086949..5959a1a 100644
--- a/meta/recipes-core/images/build-appliance-image_14.0.0.bb
+++ b/meta/recipes-core/images/build-appliance-image_14.0.0.bb
@@ -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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-03 9:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-03 9:14 [PATCH] build-appliance-image: Exclude DDATETIME from task signature Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.