diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 17:59:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | 3c6b2798a0758c6a12f8ea8f451f3a294263da76 (patch) | |
tree | 7d5dce72293077154f2f6167079969f7fec99c34 /documentation/overview-manual/concepts.rst | |
parent | 0e8d0ecc6ce511bacc59d06214d6e53ee4dceaad (diff) | |
download | poky-3c6b2798a0758c6a12f8ea8f451f3a294263da76.tar.gz |
manuals: add references to the "do_image" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 2f53d0a52a48f828f00d3bc3f887fd537692a256)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index f3f8cbd95c..3bb728f990 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1036,7 +1036,7 @@ the | |||
1036 | variable. This variable specifies a list of functions to call before the | 1036 | variable. This variable specifies a list of functions to call before the |
1037 | build system creates the final image output files. | 1037 | build system creates the final image output files. |
1038 | 1038 | ||
1039 | The build system dynamically creates ``do_image_*`` tasks as needed, | 1039 | The build system dynamically creates :ref:`do_image_* <ref-tasks-image>` tasks as needed, |
1040 | based on the image types specified in the | 1040 | based on the image types specified in the |
1041 | :term:`IMAGE_FSTYPES` variable. | 1041 | :term:`IMAGE_FSTYPES` variable. |
1042 | The process turns everything into an image file or a set of image files | 1042 | The process turns everything into an image file or a set of image files |
@@ -2162,7 +2162,7 @@ operations that are normally reserved for the root user (e.g. | |||
2162 | :ref:`ref-tasks-install`, | 2162 | :ref:`ref-tasks-install`, |
2163 | :ref:`do_package_write* <ref-tasks-package_write_deb>`, | 2163 | :ref:`do_package_write* <ref-tasks-package_write_deb>`, |
2164 | :ref:`ref-tasks-rootfs`, and | 2164 | :ref:`ref-tasks-rootfs`, and |
2165 | :ref:`do_image* <ref-tasks-image>`). For example, | 2165 | :ref:`do_image_* <ref-tasks-image>`). For example, |
2166 | the :ref:`ref-tasks-install` task benefits from being able to set the UID and GID | 2166 | the :ref:`ref-tasks-install` task benefits from being able to set the UID and GID |
2167 | of installed files to arbitrary values. | 2167 | of installed files to arbitrary values. |
2168 | 2168 | ||