aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 14:43:50 +1200
committerPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 14:45:49 +1200
commit91ed713bc9a00b7ae5ea2994a8a7431025392902 (patch)
tree8972965006696b8ac0ea5fbb9777fe1735554933
parent577da6f51365daf0f04b21db1914044e617e6c63 (diff)
downloadbitbake-contrib-paule/doc-updates-2.4.tar.gz
bitbake-user-manual: add BB_HASH_CODEPARSER_VALSpaule/doc-updates-2.4
New variable for 2.4. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index fc7cb8823..6ccf58b21 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -108,6 +108,17 @@ overview of their function and contents.
Specifies if SSL certificates should be checked when fetching. The default
value is ``1`` and certificates are not checked if the value is set to ``0``.
+ :term:`BB_HASH_CODEPARSER_VALS`
+ Specifies values for variables to use when populating the codeparser cache.
+ This can be used selectively to set dummy values for variables to avoid
+ the codeparser cache growing on every parse. Variables that would typically
+ be included are those where the value is not significant for where the
+ codeparser cache is used (i.e. when calculating variable dependencies for
+ code fragments.) The value is space-separated without quoting values, for
+ example::
+
+ BB_HASH_CODEPARSER_VALS = "T=/ WORKDIR=/ DATE=1234 TIME=1234"
+
:term:`BB_CONSOLELOG`
Specifies the path to a log file into which BitBake's user interface
writes output during the build.