diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 2 |
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 | |||
392 | these variables inside your recipe if you need to make additional (or | 392 | these variables inside your recipe if you need to make additional (or |
393 | fewer) directories available to other recipes at build time. | 393 | fewer) directories available to other recipes at build time. |
394 | 394 | ||
395 | The ``do_populate_sysroot`` task is a shared state (sstate) task, which | 395 | The :ref:`ref-tasks-populate_sysroot` task is a shared state (sstate) task, which |
396 | means that the task can be accelerated through sstate use. Realize also | 396 | means that the task can be accelerated through sstate use. Realize also |
397 | that if the task is re-executed, any previous output is removed (i.e. | 397 | that if the task is re-executed, any previous output is removed (i.e. |
398 | "cleaned"). | 398 | "cleaned"). |