]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Added new glossary entry for PACKAGE_INSTALL variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 7 Aug 2013 11:19:47 +0000 (14:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:52 +0000 (13:18 +0100)
(From yocto-docs rev: 15411b77931a039d374c770d71e975aaf34b22c4)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index 958d2feb15a6d77cc5014134c276367f63b7888f..d5ca11b2a7c4a98e27365018608273c292257b47 100644 (file)
@@ -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>