summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.rst
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/ref-manual/ref-tasks.rst
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/ref-manual/ref-tasks.rst')
-rw-r--r--documentation/ref-manual/ref-tasks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst
index aa7c0df552..f3c698ba98 100644
--- a/documentation/ref-manual/ref-tasks.rst
+++ b/documentation/ref-manual/ref-tasks.rst
@@ -377,12 +377,12 @@ information.
377Stages (copies) a subset of the files installed by the 377Stages (copies) a subset of the files installed by the
378:ref:`ref-tasks-install` task into the appropriate 378:ref:`ref-tasks-install` task into the appropriate
379sysroot. For information on how to access these files from other 379sysroot. For information on how to access these files from other
380recipes, see the ```STAGING_DIR*`` <#var-STAGING_DIR_HOST>`__ variables. 380recipes, see the :term:`STAGING_DIR* <STAGING_DIR_HOST>` variables.
381Directories that would typically not be needed by other recipes at build 381Directories that would typically not be needed by other recipes at build
382time (e.g. ``/etc``) are not copied by default. 382time (e.g. ``/etc``) are not copied by default.
383 383
384For information on what directories are copied by default, see the 384For information on what directories are copied by default, see the
385```SYSROOT_DIRS*`` <#var-SYSROOT_DIRS>`__ variables. You can change 385:term:`SYSROOT_DIRS* <SYSROOT_DIRS>` variables. You can change
386these variables inside your recipe if you need to make additional (or 386these variables inside your recipe if you need to make additional (or
387fewer) directories available to other recipes at build time. 387fewer) directories available to other recipes at build time.
388 388
@@ -451,7 +451,7 @@ section for information on checking the upgrade status of a recipe.
451 451
452To build the ``checkpkg`` task, use the ``bitbake`` command with the 452To build the ``checkpkg`` task, use the ``bitbake`` command with the
453"-c" option and task name: $ bitbake core-image-minimal -c checkpkg By 453"-c" option and task name: $ bitbake core-image-minimal -c checkpkg By
454default, the results are stored in ```$LOG_DIR`` <#var-LOG_DIR>`__ (e.g. 454default, the results are stored in :term:`$LOG_DIR <LOG_DIR>` (e.g.
455``$BUILD_DIR/tmp/log``). 455``$BUILD_DIR/tmp/log``).
456 456
457.. _ref-tasks-checkuri: 457.. _ref-tasks-checkuri: