diff mbox series

bitbake.conf: Add BB_HASH_CODEPARSER_VALS

Message ID 20230121212318.2171379-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 7c15e03dd30abe43d784f41e3c04c96a7bbb0d62
Headers show
Series bitbake.conf: Add BB_HASH_CODEPARSER_VALS | expand

Commit Message

Richard Purdie Jan. 21, 2023, 9:23 p.m. UTC
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 <richard.purdie@linuxfoundation.org>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 ??= ""