summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-24 17:41:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit4bf6fc5281d1976ad7113c91a93995406cfab429 (patch)
tree66733a6e0ca50aa985257e2236160e805ebc0a74 /documentation/dev-manual
parent7b87ca796a97628b2e83e7b43f2a9a9a81039972 (diff)
downloadpoky-4bf6fc5281d1976ad7113c91a93995406cfab429.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index ae26172f6c..e1fe881437 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -4206,18 +4206,18 @@ If you have multiple CPUs, you might try increasing the default values
4206to gain more speed. See the descriptions in the glossary for each 4206to gain more speed. See the descriptions in the glossary for each
4207variable for more information: 4207variable for more information:
4208 4208
4209- ```BB_NUMBER_THREADS``: <&YOCTO_DOCS_REF_URL;#var-BB_NUMBER_THREADS>`__ 4209- :term:`BB_NUMBER_THREADS`:
4210 The maximum number of threads BitBake simultaneously executes. 4210 The maximum number of threads BitBake simultaneously executes.
4211 4211
4212- ```BB_NUMBER_PARSE_THREADS``: <&YOCTO_DOCS_BB_URL;#var-BB_NUMBER_PARSE_THREADS>`__ 4212- ```BB_NUMBER_PARSE_THREADS``: <&YOCTO_DOCS_BB_URL;#var-BB_NUMBER_PARSE_THREADS>`__
4213 The number of threads BitBake uses during parsing. 4213 The number of threads BitBake uses during parsing.
4214 4214
4215- ```PARALLEL_MAKE``: <&YOCTO_DOCS_REF_URL;#var-PARALLEL_MAKE>`__ Extra 4215- :term:`PARALLEL_MAKE`: Extra
4216 options passed to the ``make`` command during the 4216 options passed to the ``make`` command during the
4217 :ref:`ref-tasks-compile` task in 4217 :ref:`ref-tasks-compile` task in
4218 order to specify parallel compilation on the local build host. 4218 order to specify parallel compilation on the local build host.
4219 4219
4220- ```PARALLEL_MAKEINST``: <&YOCTO_DOCS_REF_URL;#var-PARALLEL_MAKEINST>`__ 4220- :term:`PARALLEL_MAKEINST`:
4221 Extra options passed to the ``make`` command during the 4221 Extra options passed to the ``make`` command during the
4222 :ref:`ref-tasks-install` task in 4222 :ref:`ref-tasks-install` task in
4223 order to specify parallel installation on the local build host. 4223 order to specify parallel installation on the local build host.
@@ -4329,7 +4329,7 @@ can control which static library files (``*.a`` files) get included in
4329the built library. 4329the built library.
4330 4330
4331The :term:`PACKAGES` and 4331The :term:`PACKAGES` and
4332```FILES_*`` <&YOCTO_DOCS_REF_URL;#var-FILES>`__ variables in the 4332:term:`FILES_* <FILES>` variables in the
4333``meta/conf/bitbake.conf`` configuration file define how files installed 4333``meta/conf/bitbake.conf`` configuration file define how files installed
4334by the ``do_install`` task are packaged. By default, the ``PACKAGES`` 4334by the ``do_install`` task are packaged. By default, the ``PACKAGES``
4335variable includes ``${PN}-staticdev``, which represents all static 4335variable includes ``${PN}-staticdev``, which represents all static
@@ -7290,8 +7290,8 @@ Finally, for those recipes fetched from a version control system (e.g.,
7290Git), a file exists that lists source revisions that are specified in 7290Git), a file exists that lists source revisions that are specified in
7291the recipe and lists the actual revisions used during the build. Listed 7291the recipe and lists the actual revisions used during the build. Listed
7292and actual revisions might differ when 7292and actual revisions might differ when
7293```SRCREV`` <&YOCTO_DOCS_REF_URL;#var-SRCREV>`__ is set to 7293:term:`SRCREV` is set to
7294${```AUTOREV`` <&YOCTO_DOCS_REF_URL;#var-AUTOREV>`__}. Here is an 7294${:term:`AUTOREV`}. Here is an
7295example assuming 7295example assuming
7296``buildhistory/packages/qemux86-poky-linux/linux-yocto/latest_srcrev``): 7296``buildhistory/packages/qemux86-poky-linux/linux-yocto/latest_srcrev``):
7297# SRCREV_machine = "38cd560d5022ed2dbd1ab0dca9642e47c98a0aa1" 7297# SRCREV_machine = "38cd560d5022ed2dbd1ab0dca9642e47c98a0aa1"