From e08129f909aa514405345a1b46e80aaa88b1f08e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 20 Oct 2017 13:04:14 -0700 Subject: ref-manual: Updated "Build Image" section for do_image[depends] Added information about how the build system dynamically creates do_image_* tasks (e.g. do_image_ext4[depends]) when creating the image. This is functionality that replaced IMAGE_DEPENDS_type. (From yocto-docs rev: c977df506585aad1ade99c390bacc04b54eb0e48) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-development-environment.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index e590406706..13399016b1 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml @@ -2254,6 +2254,22 @@ variable. + + As an example, a dynamically created task when creating a + particular image type would take the + following form: + + do_image_type[depends] + + So, if the type as specified by the + IMAGE_FSTYPES + were ext4, the dynamically generated task + would be as follows: + + do_image_ext4[depends] + + + The final task involved in image creation is the do_image_complete -- cgit v1.2.3-54-g00ecf