diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 971a63655e..8dfaa7b0fb 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -477,12 +477,12 @@ - The other method for creating a custom image is to modify an existing image. - For example, if a developer wants to add strace into - the core-image-sato image, they can use the following recipe: + The other method for creating a custom image is to base it on an existing image. + For example, if you want to create an image based on core-image-sato + but add the additional package strace to the image, + copy the meta/recipes-sato/images/core-image-sato.bb to a + new .bb and add the following line to the end of the copy: - require core-image-sato.bb - IMAGE_INSTALL += "strace"