summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-31 15:19:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commit18df4a836845c6d7dec389a95623a472c19acdfe (patch)
tree212a82bf189f343b8d1f99e2a61a5c4df14a7619 /documentation/dev-manual
parent28afbf81ecb34add93f5eed2c1a41ec5f278d0a7 (diff)
downloadpoky-18df4a836845c6d7dec389a95623a472c19acdfe.tar.gz
sphinx: add links to terms in the BitBake glossary
Using the intersphinx extension, we can refer to terms in the Bitbake manual using :term:`bitbake:FOO`. This patch implements that, mostly using the following regexp: line = re.sub("`+(\w+)`* <(\&YOCTO_DOCS_BB_URL;)?#var(-bb)?-\\1>`__", ":term:`bitbake:\\1`", line) And a handful of manual fixup. (From yocto-docs rev: d2ed9117fffceb756c4a8f3cb6d39363a271d6d9) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index 0807bd546f..953d853374 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -4153,7 +4153,7 @@ directory:
4153 variable, inherit the 4153 variable, inherit the
4154 :ref:`own-mirrors <ref-classes-own-mirrors>` 4154 :ref:`own-mirrors <ref-classes-own-mirrors>`
4155 class, and use the 4155 class, and use the
4156 ```BB_NO_NETWORK`` <&YOCTO_DOCS_BB_URL;#var-bb-BB_NO_NETWORK>`__ 4156 :term:`bitbake:BB_NO_NETWORK`
4157 variable to your ``local.conf``. SOURCE_MIRROR_URL ?= 4157 variable to your ``local.conf``. SOURCE_MIRROR_URL ?=
4158 "file:///home/your-download-dir/" INHERIT += "own-mirrors" 4158 "file:///home/your-download-dir/" INHERIT += "own-mirrors"
4159 BB_NO_NETWORK = "1" The ``SOURCE_MIRROR_URL`` and ``own-mirror`` 4159 BB_NO_NETWORK = "1" The ``SOURCE_MIRROR_URL`` and ``own-mirror``
@@ -4215,7 +4215,7 @@ variable for more information:
4215- :term:`BB_NUMBER_THREADS`: 4215- :term:`BB_NUMBER_THREADS`:
4216 The maximum number of threads BitBake simultaneously executes. 4216 The maximum number of threads BitBake simultaneously executes.
4217 4217
4218- ```BB_NUMBER_PARSE_THREADS``: <&YOCTO_DOCS_BB_URL;#var-BB_NUMBER_PARSE_THREADS>`__ 4218- :term:`bitbake:BB_NUMBER_PARSE_THREADS`:
4219 The number of threads BitBake uses during parsing. 4219 The number of threads BitBake uses during parsing.
4220 4220
4221- :term:`PARALLEL_MAKE`: Extra 4221- :term:`PARALLEL_MAKE`: Extra
@@ -8456,7 +8456,7 @@ BitBake has determined by doing the following:
8456 8456
8457 The output of ``bitbake-dumpsig`` also includes the value each 8457 The output of ``bitbake-dumpsig`` also includes the value each
8458 variable had, a list of dependencies for each variable, and 8458 variable had, a list of dependencies for each variable, and
8459 ```BB_HASHBASE_WHITELIST`` <&YOCTO_DOCS_BB_URL;#var-BB_HASHBASE_WHITELIST>`__ 8459 :term:`bitbake:BB_HASHBASE_WHITELIST`
8460 information. 8460 information.
8461 8461
8462There is also a ``bitbake-diffsigs`` command for comparing two 8462There is also a ``bitbake-diffsigs`` command for comparing two