]> code.ossystems Code Review - openembedded-core.git/commitdiff
populate_sdk_ext: Exclude BBTASKDEPDATA from task signature
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Apr 2016 09:09:49 +0000 (10:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Apr 2016 14:51:09 +0000 (15:51 +0100)
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>
meta/classes/populate_sdk_ext.bbclass

index 2bbd1812084416f4f317a2b39ef588b90abd20d1..4ad190b2c0fafad7a2ea01f26418459b49072261 100644 (file)
@@ -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