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)
downloadpoky-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 958d2feb15..d5ca11b2a7 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"
2906 </glossdef> 2906 </glossdef>
2907 </glossentry> 2907 </glossentry>
2908 2908
2909 <glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL</glossterm>
2910 <glossdef>
2911 <para>
2912 The final list of packages passed to the package manager
2913 for installation into the image.
2914 Because the package manager controls actual installation
2915 of all packages, the list of packages passed using
2916 <filename>PACKAGE_INSTALL</filename> is not the final list
2917 of packages that are actually installed.
2918 </para>
2919
2920 <para>
2921 This variable is internal to the image construction
2922 code.
2923 Use the
2924 <link linkend='var-IMAGE_INSTALL'><filename>IMAGE_INSTALL</filename></link>
2925 variable to specify packages for installation.
2926 </para>
2927 </glossdef>
2928 </glossentry>
2929
2909 <glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG</glossterm> 2930 <glossentry id='var-PACKAGECONFIG'><glossterm>PACKAGECONFIG</glossterm>
2910 <glossdef> 2931 <glossdef>
2911 <para> 2932 <para>