mirror of
https://git.yoctoproject.org/poky
synced 2026-03-15 03:39:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
28afbf81ec
commit
18df4a8368
@@ -665,7 +665,7 @@ system and gives an overview of their function and contents.
|
||||
environment: export BBSERVER=localhost:$port
|
||||
|
||||
By default, ``BBSERVER`` also appears in
|
||||
```BB_HASHBASE_WHITELIST`` <&YOCTO_DOCS_BB_URL;#var-BB_HASHBASE_WHITELIST>`__.
|
||||
:term:`bitbake:BB_HASHBASE_WHITELIST`.
|
||||
Consequently, ``BBSERVER`` is excluded from checksum and dependency
|
||||
data.
|
||||
|
||||
@@ -5829,7 +5829,7 @@ system and gives an overview of their function and contents.
|
||||
excludes the following variables:
|
||||
:term:`CONF_VERSION`
|
||||
:term:`BB_NUMBER_THREADS`
|
||||
`BB_NUMBER_PARSE_THREADS <&YOCTO_DOCS_BB_URL;#var-BB_NUMBER_PARSE_THREADS>`__
|
||||
:term:`bitbake:BB_NUMBER_PARSE_THREADS`
|
||||
:term:`PARALLEL_MAKE`
|
||||
:term:`PRSERV_HOST`
|
||||
:term:`SSTATE_MIRRORS` :term:`DL_DIR`
|
||||
|
||||
Reference in New Issue
Block a user