1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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