summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-03-26 09:45:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:04 +0100
commitefa4b3040de809fc67a64efe9ecfd2642b95f2a7 (patch)
tree91fa0da1d4fa57e96fb0bc3ba9e9d0aec6696b1e /documentation/ref-manual
parent85976e1d32103e4d785343dccfd0c6959b7e736e (diff)
downloadpoky-efa4b3040de809fc67a64efe9ecfd2642b95f2a7.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e5c365053b..0222af11d3 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5949,19 +5949,19 @@
5949 image through the 5949 image through the
5950 <link linkend='ref-classes-image'><filename>image</filename></link> 5950 <link linkend='ref-classes-image'><filename>image</filename></link>
5951 class. 5951 class.
5952 You should use the <filename>IMAGE_INSTALL</filename> 5952 Use the <filename>IMAGE_INSTALL</filename> variable with
5953 variable with care to avoid ordering issues. 5953 care to avoid ordering issues.
5954 </para> 5954 </para>
5955 5955
5956 <para> 5956 <para>
5957 Image recipes set <filename>IMAGE_INSTALL</filename> 5957 Image recipes set <filename>IMAGE_INSTALL</filename>
5958 to specify the packages to install into an image through 5958 to specify the packages to install into an image through
5959 <filename>image.bbclass</filename>. 5959 <filename>image.bbclass</filename>.
5960 Additionally, "helper" classes exist, such as the 5960 Additionally, "helper" classes such as the
5961 <link linkend='ref-classes-core-image'><filename>core-image</filename></link>, 5961 <link linkend='ref-classes-core-image'><filename>core-image</filename></link>
5962 class that can take 5962 class exist that can take lists used with
5963 <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename> 5963 <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>
5964 lists and turn these into auto-generated entries in 5964 and turn them into auto-generated entries in
5965 <filename>IMAGE_INSTALL</filename> in addition to its 5965 <filename>IMAGE_INSTALL</filename> in addition to its
5966 default contents. 5966 default contents.
5967 </para> 5967 </para>