diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-18 13:07:42 -0600 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:42 +0000 | 
| commit | aca4b48cc6a322bed98c12cede07dce730c20fa5 (patch) | |
| tree | d1dea84e7176ea82d0de325745fbdfd8af37adb7 | |
| parent | 23da05febb0a0a48d21f61cc817872320628d840 (diff) | |
| download | poky-aca4b48cc6a322bed98c12cede07dce730c20fa5.tar.gz | |
dev-manual: Read-through edits to "Customizing Images".
Minor items fixed.
(From yocto-docs rev: a57772d157a3340d6ae707990d6076e344e15c75)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1581059891..e7d1ca4cff 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -907,8 +907,9 @@ | |||
| 907 | allows you to add packages and is not as flexible as creating | 907 | allows you to add packages and is not as flexible as creating | 
| 908 | your own customized image. | 908 | your own customized image. | 
| 909 | When you add packages using local variables this way, you need | 909 | When you add packages using local variables this way, you need | 
| 910 | to realize that these variable changes affect all images at | 910 | to realize that these variable changes are in effect for every | 
| 911 | the same time and might not be what you require. | 911 | build and consequently affect all images, which might not | 
| 912 | be what you require. | ||
| 912 | </para> | 913 | </para> | 
| 913 | 914 | ||
| 914 | <para> | 915 | <para> | 
| @@ -948,8 +949,8 @@ | |||
| 948 | <literallayout class='monospaced'> | 949 | <literallayout class='monospaced'> | 
| 949 | IMAGE_INSTALL_append_pn-core-image-minimal = " strace" | 950 | IMAGE_INSTALL_append_pn-core-image-minimal = " strace" | 
| 950 | </literallayout> | 951 | </literallayout> | 
| 951 | This example adds <filename>strace</filename> to | 952 | This example adds <filename>strace</filename> to the | 
| 952 | <filename>core-image-minimal</filename> only. | 953 | <filename>core-image-minimal</filename> image only. | 
| 953 | </para> | 954 | </para> | 
| 954 | 955 | ||
| 955 | <para> | 956 | <para> | 
