ref-manual: Updated IMAGE_INSTALL variable description.

Minor edits for clarification.

(From yocto-docs rev: fdef057927b7b0dba64b9b7f952108fdb9c97f34)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-03-26 09:45:29 -07:00
committed by Richard Purdie
parent 85976e1d32
commit efa4b3040d

View File

@@ -5949,19 +5949,19 @@
image through the
<link linkend='ref-classes-image'><filename>image</filename></link>
class.
You should use the <filename>IMAGE_INSTALL</filename>
variable with care to avoid ordering issues.
Use the <filename>IMAGE_INSTALL</filename> variable with
care to avoid ordering issues.
</para>
<para>
Image recipes set <filename>IMAGE_INSTALL</filename>
to specify the packages to install into an image through
<filename>image.bbclass</filename>.
Additionally, "helper" classes exist, such as the
<link linkend='ref-classes-core-image'><filename>core-image</filename></link>,
class that can take
Additionally, "helper" classes such as the
<link linkend='ref-classes-core-image'><filename>core-image</filename></link>
class exist that can take lists used with
<filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>
lists and turn these into auto-generated entries in
and turn them into auto-generated entries in
<filename>IMAGE_INSTALL</filename> in addition to its
default contents.
</para>