summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-17 16:15:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:07 +0000
commit3c3dddf3e01247dc9d2b75a609d7b1e6b7ff13fa (patch)
tree3a2b9eba92cf7ab3f73d6d10aba1cbc251ad2635 /documentation
parent149abc5c7f0878412a0eb9c27e003e85b489e00c (diff)
downloadpoky-3c3dddf3e01247dc9d2b75a609d7b1e6b7ff13fa.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-development-environment.xml7
1 files changed, 5 insertions, 2 deletions
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 @@
2230 2230
2231 <para> 2231 <para>
2232 After the root filesystem is built, processing begins on 2232 After the root filesystem is built, processing begins on
2233 the image through the <filename>do_image</filename> task. 2233 the image through the
2234 <link linkend='ref-tasks-image'><filename>do_image</filename></link>
2235 task.
2234 The build system runs any pre-processing commands as defined 2236 The build system runs any pre-processing commands as defined
2235 by the 2237 by the
2236 <link linkend='var-IMAGE_PREPROCESS_COMMAND'><filename>IMAGE_PREPROCESS_COMMAND</filename></link> 2238 <link linkend='var-IMAGE_PREPROCESS_COMMAND'><filename>IMAGE_PREPROCESS_COMMAND</filename></link>
@@ -2254,7 +2256,8 @@
2254 2256
2255 <para> 2257 <para>
2256 The final task involved in image creation is the 2258 The final task involved in image creation is the
2257 <filename>do_image_complete</filename> task. 2259 <link linkend='ref-tasks-image-complete'><filename>do_image_complete</filename></link>
2260 task.
2258 This task completes the image by applying any image 2261 This task completes the image by applying any image
2259 post processing as defined through the 2262 post processing as defined through the
2260 <link linkend='var-IMAGE_POSTPROCESS_COMMAND'><filename>IMAGE_POSTPROCESS_COMMAND</filename></link> 2263 <link linkend='var-IMAGE_POSTPROCESS_COMMAND'><filename>IMAGE_POSTPROCESS_COMMAND</filename></link>