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/classes.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/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 6e2c01589d..4dd3c9f965 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -2527,7 +2527,7 @@ stages: | |||
2527 | want to share with other recipes that have dependencies on the | 2527 | want to share with other recipes that have dependencies on the |
2528 | originating recipe. Normally these dependencies are installed through | 2528 | originating recipe. Normally these dependencies are installed through |
2529 | the :ref:`ref-tasks-install` task into | 2529 | the :ref:`ref-tasks-install` task into |
2530 | ``${``\ :term:`D`\ ``}``. The ``do_populate_sysroot`` task | 2530 | ``${``\ :term:`D`\ ``}``. The :ref:`ref-tasks-populate_sysroot` task |
2531 | copies a subset of these files into ``${SYSROOT_DESTDIR}``. This | 2531 | copies a subset of these files into ``${SYSROOT_DESTDIR}``. This |
2532 | subset of files is controlled by the | 2532 | subset of files is controlled by the |
2533 | :term:`SYSROOT_DIRS`, | 2533 | :term:`SYSROOT_DIRS`, |