From 9d597ea6142a2d295dc4da55181482cf7ed62035 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 5 Oct 2022 20:13:05 +0200 Subject: ref-manual: tasks.rst: add reference to the "do_image_complete" task (From yocto-docs rev: ebaf978cb7e682b724d9993cd0cd739ecb1c52b5) Signed-off-by: Michael Opdenacker Reported-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/ref-manual/tasks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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. ``do_image_complete`` --------------------- -Completes the image generation process. The ``do_image_complete`` task +Completes the image generation process. The :ref:`do_image_complete ` task runs after the OpenEmbedded build system has run the :ref:`ref-tasks-image` task during which image pre-processing occurs and through dynamically generated :ref:`do_image_* ` tasks the image is constructed. -The ``do_image_complete`` task performs post-processing on the image +The :ref:`do_image_complete ` task performs post-processing on the image through the :term:`IMAGE_POSTPROCESS_COMMAND`. -- cgit v1.2.3-54-g00ecf