aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-18 13:07:42 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:42 +0000
commitaca4b48cc6a322bed98c12cede07dce730c20fa5 (patch)
treed1dea84e7176ea82d0de325745fbdfd8af37adb7 /documentation
parent23da05febb0a0a48d21f61cc817872320628d840 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml9
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 @@
allows you to add packages and is not as flexible as creating
your own customized image.
When you add packages using local variables this way, you need
- to realize that these variable changes affect all images at
- the same time and might not be what you require.
+ to realize that these variable changes are in effect for every
+ build and consequently affect all images, which might not
+ be what you require.
</para>
<para>
@@ -948,8 +949,8 @@
<literallayout class='monospaced'>
IMAGE_INSTALL_append_pn-core-image-minimal = " strace"
</literallayout>
- This example adds <filename>strace</filename> to
- <filename>core-image-minimal</filename> only.
+ This example adds <filename>strace</filename> to the
+ <filename>core-image-minimal</filename> image only.
</para>
<para>