summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-07-27 18:37:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 22:49:15 +0100
commitd664794cce1605e046d45a3cb64f5e019a0b2e5a (patch)
treea0c85bac9ff98494a49a2a6bada03357e518081b /documentation/dev-manual
parent38496093d7e70145a054505f6d2f28ff7b270117 (diff)
downloadpoky-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/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index c4b12c0a7e..9a6f4e1a8e 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -4384,7 +4384,7 @@ directory:
4384 variable, inherit the 4384 variable, inherit the
4385 :ref:`own-mirrors <ref-classes-own-mirrors>` 4385 :ref:`own-mirrors <ref-classes-own-mirrors>`
4386 class, and use the 4386 class, and use the
4387 :term:`bitbake:BB_NO_NETWORK` 4387 :term:`BB_NO_NETWORK`
4388 variable to your ``local.conf``. 4388 variable to your ``local.conf``.
4389 :: 4389 ::
4390 4390
@@ -4457,7 +4457,7 @@ variable for more information:
4457- :term:`BB_NUMBER_THREADS`: 4457- :term:`BB_NUMBER_THREADS`:
4458 The maximum number of threads BitBake simultaneously executes. 4458 The maximum number of threads BitBake simultaneously executes.
4459 4459
4460- :term:`bitbake:BB_NUMBER_PARSE_THREADS`: 4460- :term:`BB_NUMBER_PARSE_THREADS`:
4461 The number of threads BitBake uses during parsing. 4461 The number of threads BitBake uses during parsing.
4462 4462
4463- :term:`PARALLEL_MAKE`: Extra 4463- :term:`PARALLEL_MAKE`: Extra
@@ -9121,7 +9121,7 @@ BitBake has determined by doing the following:
9121 9121
9122 The output of ``bitbake-dumpsig`` also includes the value each 9122 The output of ``bitbake-dumpsig`` also includes the value each
9123 variable had, a list of dependencies for each variable, and 9123 variable had, a list of dependencies for each variable, and
9124 :term:`bitbake:BB_HASHBASE_WHITELIST` 9124 :term:`BB_HASHBASE_WHITELIST`
9125 information. 9125 information.
9126 9126
9127There is also a ``bitbake-diffsigs`` command for comparing two 9127There is also a ``bitbake-diffsigs`` command for comparing two