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/ref-manual | |
| 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/ref-manual')
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index f47a30e467..a92468d8df 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
| @@ -128,15 +128,15 @@ module. | |||
| 128 | ``do_image`` | 128 | ``do_image`` |
| 129 | ------------ | 129 | ------------ |
| 130 | 130 | ||
| 131 | Starts the image generation process. The ``do_image`` task runs after | 131 | Starts the image generation process. The :ref:`ref-tasks-image` task runs after |
| 132 | the OpenEmbedded build system has run the | 132 | the OpenEmbedded build system has run the |
| 133 | :ref:`ref-tasks-rootfs` task during which packages are | 133 | :ref:`ref-tasks-rootfs` task during which packages are |
| 134 | identified for installation into the image and the root filesystem is | 134 | identified for installation into the image and the root filesystem is |
| 135 | created, complete with post-processing. | 135 | created, complete with post-processing. |
| 136 | 136 | ||
| 137 | The ``do_image`` task performs pre-processing on the image through the | 137 | The :ref:`ref-tasks-image` task performs pre-processing on the image through the |
| 138 | :term:`IMAGE_PREPROCESS_COMMAND` and | 138 | :term:`IMAGE_PREPROCESS_COMMAND` and |
| 139 | dynamically generates supporting ``do_image_*`` tasks as needed. | 139 | dynamically generates supporting :ref:`do_image_* <ref-tasks-image>` tasks as needed. |
| 140 | 140 | ||
| 141 | For more information on image creation, see the ":ref:`overview-manual/concepts:image generation`" | 141 | For more information on image creation, see the ":ref:`overview-manual/concepts:image generation`" |
| 142 | section in the Yocto Project Overview and Concepts Manual. | 142 | section in the Yocto Project Overview and Concepts Manual. |
| @@ -149,7 +149,7 @@ section in the Yocto Project Overview and Concepts Manual. | |||
| 149 | Completes the image generation process. The ``do_image_complete`` task | 149 | Completes the image generation process. The ``do_image_complete`` task |
| 150 | runs after the OpenEmbedded build system has run the | 150 | runs after the OpenEmbedded build system has run the |
| 151 | :ref:`ref-tasks-image` task during which image | 151 | :ref:`ref-tasks-image` task during which image |
| 152 | pre-processing occurs and through dynamically generated ``do_image_*`` | 152 | pre-processing occurs and through dynamically generated :ref:`do_image_* <ref-tasks-image>` |
| 153 | tasks the image is constructed. | 153 | tasks the image is constructed. |
| 154 | 154 | ||
| 155 | The ``do_image_complete`` task performs post-processing on the image | 155 | The ``do_image_complete`` task performs post-processing on the image |
