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>
This commit is contained in:
Scott Rifenbark 2014-03-18 13:07:42 -06:00 committed by Richard Purdie
parent 23da05febb
commit aca4b48cc6
1 changed files with 5 additions and 4 deletions

View File

@ -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>