diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2023-04-22 15:19:41 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-22 10:59:12 +0100 |
commit | e55e243f845b0b8c1e8c79c31891f7bdfc95f422 (patch) | |
tree | 2da7a206ff0bcaa1de19773337757385b7226011 | |
parent | 20c58a6cb217249c607fb4d7c15e94c3358a9c76 (diff) | |
download | poky-e55e243f845b0b8c1e8c79c31891f7bdfc95f422.tar.gz |
ref-manual: add BB_CACHEDIR
New in 4.2 (pointer to BitBake manual, changes sent separately for
that).
(From yocto-docs rev: a2112eb3f1084040ad48e392075297b4630b93e1)
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/variables.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 2658fad61b..e6915bd385 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -354,6 +354,9 @@ system and gives an overview of their function and contents. | |||
354 | :term:`BB_BASEHASH_IGNORE_VARS` | 354 | :term:`BB_BASEHASH_IGNORE_VARS` |
355 | See :term:`bitbake:BB_BASEHASH_IGNORE_VARS` in the BitBake manual. | 355 | See :term:`bitbake:BB_BASEHASH_IGNORE_VARS` in the BitBake manual. |
356 | 356 | ||
357 | :term:`BB_CACHEDIR` | ||
358 | See :term:`bitbake:BB_CACHEDIR` in the BitBake manual. | ||
359 | |||
357 | :term:`BB_CHECK_SSL_CERTS` | 360 | :term:`BB_CHECK_SSL_CERTS` |
358 | See :term:`bitbake:BB_CHECK_SSL_CERTS` in the BitBake manual. | 361 | See :term:`bitbake:BB_CHECK_SSL_CERTS` in the BitBake manual. |
359 | 362 | ||