mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
149abc5c7f
commit
3c3dddf3e0
@@ -2230,7 +2230,9 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
After the root filesystem is built, processing begins on
|
After the root filesystem is built, processing begins on
|
||||||
the image through the <filename>do_image</filename> task.
|
the image through the
|
||||||
|
<link linkend='ref-tasks-image'><filename>do_image</filename></link>
|
||||||
|
task.
|
||||||
The build system runs any pre-processing commands as defined
|
The build system runs any pre-processing commands as defined
|
||||||
by the
|
by the
|
||||||
<link linkend='var-IMAGE_PREPROCESS_COMMAND'><filename>IMAGE_PREPROCESS_COMMAND</filename></link>
|
<link linkend='var-IMAGE_PREPROCESS_COMMAND'><filename>IMAGE_PREPROCESS_COMMAND</filename></link>
|
||||||
@@ -2254,7 +2256,8 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The final task involved in image creation is the
|
The final task involved in image creation is the
|
||||||
<filename>do_image_complete</filename> task.
|
<link linkend='ref-tasks-image-complete'><filename>do_image_complete</filename></link>
|
||||||
|
task.
|
||||||
This task completes the image by applying any image
|
This task completes the image by applying any image
|
||||||
post processing as defined through the
|
post processing as defined through the
|
||||||
<link linkend='var-IMAGE_POSTPROCESS_COMMAND'><filename>IMAGE_POSTPROCESS_COMMAND</filename></link>
|
<link linkend='var-IMAGE_POSTPROCESS_COMMAND'><filename>IMAGE_POSTPROCESS_COMMAND</filename></link>
|
||||||
|
|||||||
Reference in New Issue
Block a user