1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

sphinx: fix custom term links

Some term links have custom 'text', and require manual update, since
they were not caught by the generic Python regexp.

(From yocto-docs rev: 519355ba9daf7630e8d477b2f6f511be51fd8b2e)

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nicolas Dechesne
2020-07-24 17:41:37 +02:00
committed by Richard Purdie
parent 7b87ca796a
commit 4bf6fc5281
6 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1473,7 +1473,7 @@ system and gives an overview of their function and contents.
assignment: DEPENDS = "bar" The practical effect of the previous
assignment is that all files installed by bar will be available in
the appropriate staging sysroot, given by the
```STAGING_DIR*`` <#var-STAGING_DIR>`__ variables, by the time the
:term:`STAGING_DIR* <STAGING_DIR>` variables, by the time the
:ref:`ref-tasks-configure` task for ``foo`` runs.
This mechanism is implemented by having ``do_configure`` depend on
the :ref:`ref-tasks-populate_sysroot` task of
@@ -3599,7 +3599,7 @@ system and gives an overview of their function and contents.
expects to find ``module_conf_``\ modname values that specify
configuration for each of the modules. For information on how to
provide those module configurations, see the
```module_conf_*`` <#var-module_conf>`__ variable.
:term:`module_conf_* <module_conf>` variable.
KERNEL_PATH
The location of the kernel sources. This variable is set to the value