From 3c3dddf3e01247dc9d2b75a609d7b1e6b7ff13fa Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Oct 2017 16:15:33 -0700 Subject: ref-manual: Added links for do_image and do_image_complete tasks In the "Image Generation" section, I was referencing these tasks and did not have any cross-link to the actual tasks. I added them. (From yocto-docs rev: da480933c59ddc3fe9fe4a881d4d0e21038a999b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-development-environment.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index 8284967445..75593c9de1 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml @@ -2230,7 +2230,9 @@ After the root filesystem is built, processing begins on - the image through the do_image task. + the image through the + do_image + task. The build system runs any pre-processing commands as defined by the IMAGE_PREPROCESS_COMMAND @@ -2254,7 +2256,8 @@ The final task involved in image creation is the - do_image_complete task. + do_image_complete + task. This task completes the image by applying any image post processing as defined through the IMAGE_POSTPROCESS_COMMAND -- cgit v1.2.3-54-g00ecf