summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r--documentation/ref-manual/tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 1674e3fa8c..28f32e6e49 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -392,7 +392,7 @@ For information on what directories are copied by default, see the
392these variables inside your recipe if you need to make additional (or 392these variables inside your recipe if you need to make additional (or
393fewer) directories available to other recipes at build time. 393fewer) directories available to other recipes at build time.
394 394
395The ``do_populate_sysroot`` task is a shared state (sstate) task, which 395The :ref:`ref-tasks-populate_sysroot` task is a shared state (sstate) task, which
396means that the task can be accelerated through sstate use. Realize also 396means that the task can be accelerated through sstate use. Realize also
397that if the task is re-executed, any previous output is removed (i.e. 397that if the task is re-executed, any previous output is removed (i.e.
398"cleaned"). 398"cleaned").