All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] populate_sdk_ext: Exclude BBTASKDEPDATA 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. The dependency data here is 
tracked by other pieces of the signature.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 2bbd181..4ad190b 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -51,6 +51,8 @@ def get_sdk_install_targets(d):
 
     return sdk_install_targets
 
+get_sdk_install_targets[vardepsexclude] = "BB_TASKDEPDATA"
+
 OE_INIT_ENV_SCRIPT ?= "oe-init-build-env"
 
 # The files from COREBASE that you want preserved in the COREBASE copied




^ 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] populate_sdk_ext: Exclude BBTASKDEPDATA 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.