From: Chris Laplante via Openembedded-core Date: Tue, 10 Dec 2019 19:05:29 +0000 (-0500) Subject: bitbake.conf: add number_threads to BB_SIGNATURE_EXCLUDE_FLAGS X-Git-Tag: uninative-2.8~791 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cc67c559a272415f511072ca1eeab96efc5a3885;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e75bbcece0..394484b2b7 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 ??= ""