diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-17 13:43:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:18 +0100 |
commit | ac798d5543dcf318a2e295f07286d2400b068930 (patch) | |
tree | 679bfec9d88b2afff0dd0ce5fe0b5f15ce42fa29 | |
parent | 9e6c097f74e8a261b10b42df4651bd7a523b8aa1 (diff) | |
download | poky-ac798d5543dcf318a2e295f07286d2400b068930.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>
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 2 |
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. |