From 514a808f21c37b6ad704ce397bb2740ecc9a93bc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 26 Oct 2017 09:20:49 -0700 Subject: ref-manual: Updates to "Image Generation" section. Fixed wording on how the OpenEmbedded build system dynamically generates do_image_* tasks as needed during image generation. (From yocto-docs rev: 9df98d77a446cd5d27c4e87418117a904b1f4231) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../ref-manual/ref-development-environment.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'documentation/ref-manual/ref-development-environment.xml') diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index 13399016b1..543a669e05 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml @@ -2243,15 +2243,16 @@ - The do_image task dynamically creates - other do_image_* tasks as needed, which - include compressing the root filesystem image to reduce the - overall size of the image. - The process turns everything into an image file or a set of - image files. - The formats used for the root filesystem depend on the + The OpenEmbedded build system dynamically creates + do_image_* tasks as needed, based + on the image types specified in the IMAGE_FSTYPES variable. + The process turns everything into an image file or a set of + image files and compresses the root filesystem image to reduce + the overall size of the image. + The formats used for the root filesystem depend on the + IMAGE_FSTYPES variable. @@ -2262,8 +2263,8 @@ do_image_type[depends] So, if the type as specified by the - IMAGE_FSTYPES - were ext4, the dynamically generated task + IMAGE_FSTYPES were + ext4, the dynamically generated task would be as follows: do_image_ext4[depends] -- cgit v1.2.3-54-g00ecf