[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4178/8267] bitbake.conf: Exclude extend_recipe_sysroot function from sstate checksums



commit 8ba68cc1f7cfb87d7ab68d40d1f6837d06b6faf3
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Fri Jan 20 16:28:45 2017 +0000

    bitbake.conf: Exclude extend_recipe_sysroot function from sstate checksums
    
    The extend_recipe_sysroot itself is excluded from the task hashes. This is
    because it only ever acts upon the contents of the task dependencies and hence
    those checksums accurately relfect what its doing. It does mean sysroots don't
    repopulate if this function changes but there are other easy ways to achieve
    that if needed.
    
    (From OE-Core rev: cec305150801d43d58e3758e020e714d2e90e10b)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ee8bd8b..e421650 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -813,7 +813,7 @@ BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH BBSERVER DL_DI
     PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \
     CCACHE_DIR EXTERNAL_TOOLCHAIN CCACHE CCACHE_DISABLE LICENSE_PATH SDKPKGSUFFIX \
     WARN_QA ERROR_QA WORKDIR STAMPCLEAN PKGDATA_DIR BUILD_ARCH SSTATE_PKGARCH \
-    BB_WORKERCONTEXT BB_LIMITEDDEPS"
+    BB_WORKERCONTEXT BB_LIMITEDDEPS extend_recipe_sysroot"
 BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SSH_AGENT_PID \
     SSH_AUTH_SOCK PSEUDO_BUILD BB_ENV_EXTRAWHITE DISABLE_SANITY_CHECKS \
     PARALLEL_MAKE BB_NUMBER_THREADS BB_ORIGENV BB_INVALIDCONF BBINCLUDED \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]