summaryrefslogtreecommitdiffstats
path: root/documentation
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
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')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
-rw-r--r--documentation/ref-manual/classes.rst2
-rw-r--r--documentation/ref-manual/tasks.rst2
-rw-r--r--documentation/ref-manual/variables.rst4
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
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").
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: