diff options
Diffstat (limited to 'bitbake/doc')
-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``. |