diff mbox series

meta/conf/bitbake.conf: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE with VCS

Message ID 20200109200258.410279-1-anibal.limon@linaro.org
State New
Headers show
Series meta/conf/bitbake.conf: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE with VCS | expand

Commit Message

Anibal Limon Jan. 9, 2020, 8:02 p.m. UTC
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@linaro.org>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 ??= ""