diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-07-27 18:37:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 22:49:15 +0100 |
commit | d664794cce1605e046d45a3cb64f5e019a0b2e5a (patch) | |
tree | a0c85bac9ff98494a49a2a6bada03357e518081b /documentation/ref-manual | |
parent | 38496093d7e70145a054505f6d2f28ff7b270117 (diff) | |
download | poky-d664794cce1605e046d45a3cb64f5e019a0b2e5a.tar.gz |
manuals: remove explicit BitBake variable references
The standard :term:`VARIABLE` will refer to the
description of the variable in the YP variable index. If it
doesn't exist, it will refer to the description of the variable
in the BitBake manual.
(From yocto-docs rev: 34cb466caf872f9284eb81f6a5f31ad606214dee)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 55121f2c5a..b61de1993d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -762,8 +762,7 @@ system and gives an overview of their function and contents. | |||
762 | 762 | ||
763 | export BBSERVER=localhost:$port | 763 | export BBSERVER=localhost:$port |
764 | 764 | ||
765 | By default, :term:`BBSERVER` also appears in | 765 | By default, :term:`BBSERVER` also appears in :term:`BB_HASHBASE_WHITELIST`. |
766 | :term:`bitbake:BB_HASHBASE_WHITELIST`. | ||
767 | Consequently, :term:`BBSERVER` is excluded from checksum and dependency | 766 | Consequently, :term:`BBSERVER` is excluded from checksum and dependency |
768 | data. | 767 | data. |
769 | 768 | ||
@@ -6500,7 +6499,7 @@ system and gives an overview of their function and contents. | |||
6500 | 6499 | ||
6501 | - :term:`CONF_VERSION` | 6500 | - :term:`CONF_VERSION` |
6502 | - :term:`BB_NUMBER_THREADS` | 6501 | - :term:`BB_NUMBER_THREADS` |
6503 | - :term:`bitbake:BB_NUMBER_PARSE_THREADS` | 6502 | - :term:`BB_NUMBER_PARSE_THREADS` |
6504 | - :term:`PARALLEL_MAKE` | 6503 | - :term:`PARALLEL_MAKE` |
6505 | - :term:`PRSERV_HOST` | 6504 | - :term:`PRSERV_HOST` |
6506 | - :term:`SSTATE_MIRRORS` :term:`DL_DIR` | 6505 | - :term:`SSTATE_MIRRORS` :term:`DL_DIR` |