summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-17 13:43:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:51 +0100
commitc6e505438d66ae226b0c31f3c6769d50b4881c6b (patch)
tree87ce3ada51d0187871a26e26168447a3426cfc20 /documentation/ref-manual
parent71dbf342aa5c519aab1cf2570b22c9fe9b6a7b04 (diff)
downloadpoky-c6e505438d66ae226b0c31f3c6769d50b4881c6b.tar.gz
ref-manual: Fixed broken link to do_image task.
Had the wrong ID in there. (From yocto-docs rev: 6d52354b42709867ef61543de6d3b630fd780bab) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 875f136b99..2ed5c13a09 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -231,7 +231,7 @@
231 Completes the image generation process. 231 Completes the image generation process.
232 The <filename>do_image_complete</filename> task runs after the 232 The <filename>do_image_complete</filename> task runs after the
233 OpenEmbedded build system has run the 233 OpenEmbedded build system has run the
234 <link linkend='ref-tasks-rootfs'><filename>do_image</filename></link> 234 <link linkend='ref-tasks-image'><filename>do_image</filename></link>
235 task during which image pre-processing occurs and through 235 task during which image pre-processing occurs and through
236 dynamically generated <filename>do_image_*</filename> tasks the 236 dynamically generated <filename>do_image_*</filename> tasks the
237 image is constructed. 237 image is constructed.