From: Lorenzo Arena Date: Thu, 18 May 2023 10:40:06 +0000 (+0200) Subject: conf: add nice level to the hash config ignred variables X-Git-Tag: uninative-3.10~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42784f9360345da1c01d988070253e7ffd5ac4ac;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git conf: add nice level to the hash config ignred variables This is needed as each user could be setting different nice levels while building, however this should not make the shared cache unusable. Signed-off-by: Lorenzo Arena Signed-off-by: Alexandre Belloni --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 2db84a46eed..314cc466625 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -954,7 +954,7 @@ BB_HASHCONFIG_IGNORE_VARS ?= "${BB_HASHEXCLUDE_COMMON} DATE TIME SSH_AGENT_PID \ PARALLEL_MAKE BB_NUMBER_THREADS BB_ORIGENV BB_INVALIDCONF BBINCLUDED \ GIT_PROXY_COMMAND ALL_PROXY all_proxy NO_PROXY no_proxy FTP_PROXY ftp_proxy \ HTTP_PROXY http_proxy HTTPS_PROXY https_proxy SOCKS5_USER SOCKS5_PASSWD \ - BB_SETSCENE_ENFORCE BB_CMDLINE BB_SERVER_TIMEOUT" + BB_SETSCENE_ENFORCE BB_CMDLINE BB_SERVER_TIMEOUT BB_NICE_LEVEL" BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ lockfiles vardepsexclude vardeps vardepvalue vardepvalueexclude \ file-checksums python task nostamp \