From: Richard Purdie Date: Sat, 21 Jan 2023 21:23:18 +0000 (+0000) Subject: bitbake.conf: Add BB_HASH_CODEPARSER_VALS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1895 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c15e03dd30abe43d784f41e3c04c96a7bbb0d62;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Add BB_HASH_CODEPARSER_VALS Add an initial value for the new bitbake BB_HASH_CODEPARSER_VALS support, which optimises the codeparser cache's size and stops it growing at every parse. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 05d5a844de2..c154f271cf8 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -959,6 +959,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ progress mcdepends number_threads" +BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=nopn" MLPREFIX ??= "" MULTILIB_VARIANTS ??= ""