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 | |
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')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/classes.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/tasks.rst | 2 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 4249870974..5c1e81aba9 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -8441,7 +8441,7 @@ The following list shows the files produced for SDKs: | |||
8441 | information. | 8441 | information. |
8442 | 8442 | ||
8443 | - ``sstate-task-sizes.txt:`` A text file containing name-value pairs | 8443 | - ``sstate-task-sizes.txt:`` A text file containing name-value pairs |
8444 | with information about task group sizes (e.g. ``do_populate_sysroot`` | 8444 | with information about task group sizes (e.g. :ref:`ref-tasks-populate_sysroot` |
8445 | tasks have a total size). The ``sstate-task-sizes.txt`` file exists | 8445 | tasks have a total size). The ``sstate-task-sizes.txt`` file exists |
8446 | only when an extensible SDK is created. | 8446 | only when an extensible SDK is created. |
8447 | 8447 | ||
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`, |
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"). |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 8cc994fa02..a9bc629178 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6753,7 +6753,7 @@ system and gives an overview of their function and contents. | |||
6753 | 6753 | ||
6754 | - :ref:`ref-tasks-populate_lic` | 6754 | - :ref:`ref-tasks-populate_lic` |
6755 | - :ref:`ref-tasks-package_qa` | 6755 | - :ref:`ref-tasks-package_qa` |
6756 | - do_populate_sysroot | 6756 | - :ref:`ref-tasks-populate_sysroot` |
6757 | - :ref:`ref-tasks-deploy` | 6757 | - :ref:`ref-tasks-deploy` |
6758 | 6758 | ||
6759 | Despite the default value of "" for the | 6759 | Despite the default value of "" for the |
@@ -7424,7 +7424,7 @@ system and gives an overview of their function and contents. | |||
7424 | For most recipes, this sysroot is the one in which that recipe's | 7424 | For most recipes, this sysroot is the one in which that recipe's |
7425 | :ref:`ref-tasks-populate_sysroot` task copies | 7425 | :ref:`ref-tasks-populate_sysroot` task copies |
7426 | files. Exceptions include ``-native`` recipes, where the | 7426 | files. Exceptions include ``-native`` recipes, where the |
7427 | ``do_populate_sysroot`` task instead uses | 7427 | :ref:`ref-tasks-populate_sysroot` task instead uses |
7428 | :term:`STAGING_DIR_NATIVE`. Depending on | 7428 | :term:`STAGING_DIR_NATIVE`. Depending on |
7429 | the type of recipe and the build target, :term:`STAGING_DIR_HOST` can | 7429 | the type of recipe and the build target, :term:`STAGING_DIR_HOST` can |
7430 | have the following values: | 7430 | have the following values: |