summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-tasks.rst
diff options
context:
space:
mode:
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: