summaryrefslogtreecommitdiffstats
path: root/documentation
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:17:41 +0100
commita50f249ebb371c722455e3228a90293aa0ae2034 (patch)
treefda6b85cdcb0197682bf8250f95fdba6ee576bb6 /documentation
parentcf705753a85c781d3cc1f70ce5ff7210580430e7 (diff)
downloadpoky-a50f249ebb371c722455e3228a90293aa0ae2034.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')
-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>