diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:16:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | a8b6712dfdf164298a9adb7b8231ca616414daa5 (patch) | |
tree | 434b89ed67093c59276ae06e622349eae8bf22e0 /documentation/ref-manual/tasks.rst | |
parent | 8f39d1812b1df751da77593841d8381b1ab52c4a (diff) | |
download | poky-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.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"). |