[oe-commits] [openembedded-core] 14/74: bitbake.conf: add number_threads to BB_SIGNATURE_EXCLUDE_FLAGS

git at git.openembedded.org git at git.openembedded.org
Sat Dec 28 14:32:07 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit 7c9c25ec714f01c1954cbf311e77bdcaa13038a9
Author: Chris Laplante via Openembedded-core <openembedded-core at lists.openembedded.org>
AuthorDate: Tue Dec 10 14:05:29 2019 -0500

    bitbake.conf: add number_threads to BB_SIGNATURE_EXCLUDE_FLAGS
    
    Just as BB_NUMBER_THREADS is in BB_HASHCONFIG_WHITELIST.
    
    Signed-off-by: Chris Laplante <chris.laplante at agilent.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 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 ??= ""

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


More information about the Openembedded-commits mailing list