diff options
author | Chris Laplante via Openembedded-core <openembedded-core@lists.openembedded.org> | 2019-12-10 14:05:29 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:41 +0000 |
commit | d18a8fbd2128b83efb236e8cb70cb6e98d130861 (patch) | |
tree | 81320ef62e9d1a4e66e2afb49abc551bde8c1ef9 | |
parent | abf62e5fe07df2a515080b5d14d31d746363ea67 (diff) | |
download | poky-d18a8fbd2128b83efb236e8cb70cb6e98d130861.tar.gz |
bitbake.conf: add number_threads to BB_SIGNATURE_EXCLUDE_FLAGS
Just as BB_NUMBER_THREADS is in BB_HASHCONFIG_WHITELIST.
(From OE-Core rev: cc67c559a272415f511072ca1eeab96efc5a3885)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
884 | file-checksums python func task export unexport noexec nostamp dirs cleandirs \ | 884 | file-checksums python func task export unexport noexec nostamp dirs cleandirs \ |
885 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ | 885 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ |
886 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ | 886 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ |
887 | progress mcdepends" | 887 | progress mcdepends number_threads" |
888 | 888 | ||
889 | MLPREFIX ??= "" | 889 | MLPREFIX ??= "" |
890 | MULTILIB_VARIANTS ??= "" | 890 | MULTILIB_VARIANTS ??= "" |