diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-21 21:23:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-24 22:06:51 +0000 |
| commit | 3be00ad9052de48d184c319526fa0661d83778b1 (patch) | |
| tree | 9007eef78b426530d6403bb750e0d1ce4829acb5 | |
| parent | 5a1980490cc4e856e35aa3281ab2600152b9190e (diff) | |
| download | poky-3be00ad9052de48d184c319526fa0661d83778b1.tar.gz | |
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.
(From OE-Core rev: 7c15e03dd30abe43d784f41e3c04c96a7bbb0d62)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 05d5a844de..c154f271cf 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -959,6 +959,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ | |||
| 959 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ | 959 | sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ |
| 960 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ | 960 | recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno \ |
| 961 | progress mcdepends number_threads" | 961 | progress mcdepends number_threads" |
| 962 | BB_HASH_CODEPARSER_VALS = "LOGFIFO=/ T=/ WORKDIR=/ DATE=1234 TIME=1234 PV=0.0-1 PN=nopn" | ||
| 962 | 963 | ||
| 963 | MLPREFIX ??= "" | 964 | MLPREFIX ??= "" |
| 964 | MULTILIB_VARIANTS ??= "" | 965 | MULTILIB_VARIANTS ??= "" |
