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: yocto-4.0~8005 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc67c559a272415f511072ca1eeab96efc5a3885;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e75bbcece09..394484b2b73 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 ??= ""