diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index c7f6a2e01a..8ac37a0d53 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -99,6 +99,60 @@ +
+ <filename>do_image</filename> + + + Starts the image generation process. + The do_image task runs after the + OpenEmbedded build system has run the + do_rootfs + task during which packages are identified for installation into + the image and the root filesystem is created, complete with + post-processing. + + + + The do_image task performs pre-processing + on the image through the + IMAGE_PREPROCESS_COMMAND + and dynamically generates supporting + do_image_* tasks as needed. + + + + For more information on image creation, see the + "Image Generation" + section. + +
+ +
+ <filename>do_image_complete</filename> + + + Completes the image generation process. + The do_image_complete task runs after the + OpenEmbedded build system has run the + do_image + task during which image pre-processing occurs and through + dynamically generated do_image_* tasks the + image is constructed. + + + + The do_image_complete task performs + post-processing on the image through the + IMAGE_POSTPROCESS_COMMAND. + + + + For more information on image creation, see the + "Image Generation" + section. + +
+
<filename>do_install</filename>