[OE-core] [PATCH] bitbake.conf: add number_threads to BB_SIGNATURE_EXCLUDE_FLAGS

Chris Laplante chris.laplante at agilent.com
Tue Dec 10 19:05:29 UTC 2019


Just as BB_NUMBER_THREADS is in BB_HASHCONFIG_WHITELIST.

Signed-off-by: Chris Laplante <chris.laplante at agilent.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 e75bbce..394484b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -884,7 +884,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \
     file-checksums python func task export unexport noexec nostamp dirs cleandirs \
     sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \
     recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \
-    progress mcdepends"
+    progress mcdepends number_threads"
 
 MLPREFIX ??= ""
 MULTILIB_VARIANTS ??= ""
-- 
2.7.4



More information about the Openembedded-core mailing list