summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-development-environment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-development-environment.xml')
-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>