summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-07 14:19:47 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:52 +0100
commit585b2fe78e0c94476fb4be95a0a26380f6ea138b (patch)
treee0e17e1f7f57e02a2c07e579bfa1ec41457e3798 /documentation
parent367da9198d61ec95afa90e112b1cca9dd9dbe5b2 (diff)
downloadast2050-yocto-poky-585b2fe78e0c94476fb4be95a0a26380f6ea138b.zip
ast2050-yocto-poky-585b2fe78e0c94476fb4be95a0a26380f6ea138b.tar.gz
ref-manual: Added new glossary entry for PACKAGE_INSTALL variable.
(From yocto-docs rev: 15411b77931a039d374c770d71e975aaf34b22c4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 958d2fe..d5ca11b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2906,6 +2906,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
+ <glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL</glossterm>
+ <glossdef>
+ <para>
+ The final list of packages passed to the package manager
+ for installation into the image.
+ Because the package manager controls actual installation
+ of all packages, the list of packages passed using
+ <filename>PACKAGE_INSTALL</filename> is not the final list
+ of packages that are actually installed.
+ </para>
+
+ <para>
+ This variable is internal to the image construction
+ code.
+ Use the
+ <link linkend='var-IMAGE_INSTALL'><filename>IMAGE_INSTALL</filename></link>
+ variable to specify packages for installation.
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud