summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 19:16:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commita8b6712dfdf164298a9adb7b8231ca616414daa5 (patch)
tree434b89ed67093c59276ae06e622349eae8bf22e0 /documentation/ref-manual/tasks.rst
parent8f39d1812b1df751da77593841d8381b1ab52c4a (diff)
downloadpoky-a8b6712dfdf164298a9adb7b8231ca616414daa5.tar.gz
manuals: add references to "do_populate_sysroot" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: a010e2eafa6754c46faac6f6dfd02dc6152d274f) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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").