Message ID | f5b3d321436c39001f6404fe51a1c8560d95b86a.1682133339.git.bluelightning@bluelightning.org |
---|---|
State | New |
Headers | show |
Series | [01/17] ref-manual: add new SDK_ZIP_OPTIONS variable | expand |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 2ed69c0b214..2efb3f8db7b 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. :term:`BB_BASEHASH_IGNORE_VARS` See :term:`bitbake:BB_BASEHASH_IGNORE_VARS` in the BitBake manual. + :term:`BB_CACHEDIR` + See :term:`bitbake:BB_CACHEDIR` in the BitBake manual. + :term:`BB_CHECK_SSL_CERTS` See :term:`bitbake:BB_CHECK_SSL_CERTS` in the BitBake manual.
New in 4.2 (pointer to BitBake manual, changes sent separately for that). Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> --- documentation/ref-manual/variables.rst | 3 +++ 1 file changed, 3 insertions(+)