diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2023-04-22 15:05:21 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-22 10:30:30 +0100 |
commit | c02016024846640bd0e5505a8a2b788be642ac6f (patch) | |
tree | 00b3e7cbe64e51ddd672155e963a4ded1dceae1e /bitbake/doc/bitbake-user-manual | |
parent | cbae80ec40c7240cf958bc2a061f60e08740f881 (diff) | |
download | poky-c02016024846640bd0e5505a8a2b788be642ac6f.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/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 5 |
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``. |