[OE-core] [PATCH] meta/conf/bitbake.conf: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE with VCS

Aníbal Limón anibal.limon at linaro.org
Thu Jan 9 20:02:58 UTC 2020


The new BB_SIGNATURE_LOCAL_DIRS_EXCLUDE allows you to specify a list
of directories to exclude when making taskhash [1], set default as common
VCS directories.

[1] http://git.openembedded.org/bitbake/commit/?id=923aff060d8aba8456979c35b16d300ba7c13ff9

Signed-off-by: Aníbal Limón <anibal.limon at linaro.org>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 62b5466b71..b3688edd9a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -885,6 +885,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \
     sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \
     recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \
     progress mcdepends number_threads"
+BB_SIGNATURE_LOCAL_DIRS_EXCLUDE ?= "CVS .bzr .git .hg .osc .p4 .repo .svn"
 
 MLPREFIX ??= ""
 MULTILIB_VARIANTS ??= ""
-- 
2.24.1



More information about the Openembedded-core mailing list