summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 15:05:21 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-22 10:30:42 +0100
commit54f3339f38424c4b56cb04a60a099206433e3395 (patch)
tree8a7887bd9cdafd76e9b8ff20cf61b86b60ba8129 /bitbake
parent50c5035dc8a96fbc68f419bd90d4bd52fae11240 (diff)
downloadpoky-54f3339f38424c4b56cb04a60a099206433e3395.tar.gz
bitbake: bitbake-user-manual: document BB_CACHEDIR
New variable for 2.4. (Bitbake rev: fa91e1a02240be1f7b78ef70953ff4a0e0106cc2) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 25620fdda1..1cf37d5fcd 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -99,6 +99,11 @@ overview of their function and contents.
99 the path of the build. BitBake's output should not (and usually does 99 the path of the build. BitBake's output should not (and usually does
100 not) depend on the directory in which it was built. 100 not) depend on the directory in which it was built.
101 101
102 :term:`BB_CACHEDIR`
103 Specifies the code parser cache directory (distinct from :term:`CACHE`
104 and :term:`PERSISTENT_DIR` although they can be set to the same value
105 if desired). The default value is "${TOPDIR}/cache".
106
102 :term:`BB_CHECK_SSL_CERTS` 107 :term:`BB_CHECK_SSL_CERTS`
103 Specifies if SSL certificates should be checked when fetching. The default 108 Specifies if SSL certificates should be checked when fetching. The default
104 value is ``1`` and certificates are not checked if the value is set to ``0``. 109 value is ``1`` and certificates are not checked if the value is set to ``0``.