diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-15 14:04:28 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:10 +0000 |
| commit | 755e23e852f97a6251b14afdf73743bcfc1cc14a (patch) | |
| tree | 99a698a3c64d1597157c17d787f6bd78b6be4022 /documentation/dev-manual | |
| parent | c95eca61da4db058e7d56dd5aecfad2730d356fc (diff) | |
| download | poky-755e23e852f97a6251b14afdf73743bcfc1cc14a.tar.gz | |
dev-manual: Re-worded the "Customizing Images Using Custom .bb Files"
Changed the wording so that it reflects better what is actually
going on when use IMAGE_INSTALL to afect an image.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 243588460fb76a0c333772e3dce566cf664397ee)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 4801198d15..8ef3d2e0fd 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -891,7 +891,8 @@ | |||
| 891 | <title>Customizing Images Using Custom .bb Files</title> | 891 | <title>Customizing Images Using Custom .bb Files</title> |
| 892 | 892 | ||
| 893 | <para> | 893 | <para> |
| 894 | One way to get additional software into an image is to create a custom image. | 894 | One way to customize an image is to create a custom recipe |
| 895 | that defines additional software as part of the image. | ||
| 895 | The following example shows the form for the two lines you need: | 896 | The following example shows the form for the two lines you need: |
| 896 | <literallayout class='monospaced'> | 897 | <literallayout class='monospaced'> |
| 897 | IMAGE_INSTALL = "packagegroup-core-x11-base package1 package2" | 898 | IMAGE_INSTALL = "packagegroup-core-x11-base package1 package2" |
| @@ -901,8 +902,8 @@ | |||
| 901 | </para> | 902 | </para> |
| 902 | 903 | ||
| 903 | <para> | 904 | <para> |
| 904 | By creating a custom image, a developer has total control | 905 | Defining the software using a custom recipe gives you total |
| 905 | over the contents of the image. | 906 | control over the contents of the image. |
| 906 | It is important to use the correct names of packages in the | 907 | It is important to use the correct names of packages in the |
| 907 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename> | 908 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename> |
| 908 | variable. | 909 | variable. |
