[oe-commits] [openembedded-core] 17/40: bitbake.conf: Add BBSERVER to HASHBASE_WHITELIST

git at git.openembedded.org git at git.openembedded.org
Tue Sep 13 14:20:08 UTC 2016


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

commit c9d949053cc0de1d8fbf8be2fa7c2cc30383ea51
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Fri Sep 9 11:02:54 2016 +0300

    bitbake.conf: Add BBSERVER to HASHBASE_WHITELIST
    
    Using BBSERVER variable in checksum calculations causes
    unnecessary rebuilds when running memres bitbake.
    
    Whitelisted BBSERVER variable to prevent this unwanted
    behaviour.
    
    [YOCTO #10201]
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index c32a3f8..b6a1a68 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -802,7 +802,7 @@ BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log"
 
 # Setup our default hash policy
 BB_SIGNATURE_HANDLER ?= "OEBasicHash"
-BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \
+BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH BBSERVER DL_DIR \
     SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM \
     USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST \
     PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE \

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


More information about the Openembedded-commits mailing list