mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02: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:
committed by
Richard Purdie
parent
85976e1d32
commit
efa4b3040d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user