From 142de43be2acbd66784eee2d477bce636460002c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 24 Apr 2012 05:19:07 -0600 Subject: documentation/dev-manual/dev-manual-common-tasks.xml: Fix cusomizing example As suggested by Paul Eggleton and Richard Purdie, the example that describes another method for creating a cusomt image was modified so that it is based on an existing recipe instead of requiring a new image. Reported-by: Paul Eggleton (From yocto-docs rev: b5b32be9087c3d1c8e8d97751ce2cce09829f23b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation') 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" -- cgit v1.2.3-54-g00ecf