diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-05 20:13:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 9d597ea6142a2d295dc4da55181482cf7ed62035 (patch) | |
tree | e848d4c535f396c729aec2818081c242c0d3835f /documentation/ref-manual/tasks.rst | |
parent | 4d2159d10721d586edd716fa9b2c0f5bf1110da4 (diff) | |
download | poky-9d597ea6142a2d295dc4da55181482cf7ed62035.tar.gz |
ref-manual: tasks.rst: add reference to the "do_image_complete" task
(From yocto-docs rev: ebaf978cb7e682b724d9993cd0cd739ecb1c52b5)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index 6bd3e9a580..d4408d1422 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -146,13 +146,13 @@ section in the Yocto Project Overview and Concepts Manual. | |||
146 | ``do_image_complete`` | 146 | ``do_image_complete`` |
147 | --------------------- | 147 | --------------------- |
148 | 148 | ||
149 | Completes the image generation process. The ``do_image_complete`` task | 149 | Completes the image generation process. The :ref:`do_image_complete <ref-tasks-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 :ref:`do_image_* <ref-tasks-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 :ref:`do_image_complete <ref-tasks-image-complete>` task performs post-processing on the image |
156 | through the | 156 | through the |
157 | :term:`IMAGE_POSTPROCESS_COMMAND`. | 157 | :term:`IMAGE_POSTPROCESS_COMMAND`. |
158 | 158 | ||