[oe-commits] [openembedded-core] 01/03: populate_sdk_ext: Exclude BBTASKDEPDATA from task signature

git at git.openembedded.org git at git.openembedded.org
Sun Apr 3 09:16:15 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a6ee9c0ac1e837c82c6046a355ee5039b9b3188c
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Apr 3 10:09:49 2016 +0100

    populate_sdk_ext: Exclude BBTASKDEPDATA from task signature
    
    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 at linuxfoundation.org>
---
 meta/classes/populate_sdk_ext.bbclass | 2 ++
 1 file changed, 2 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list