From: Scott Rifenbark Date: Wed, 7 Aug 2013 11:19:47 +0000 (+0300) Subject: ref-manual: Added new glossary entry for PACKAGE_INSTALL variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=585b2fe78e0c94476fb4be95a0a26380f6ea138b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added new glossary entry for PACKAGE_INSTALL variable. (From yocto-docs rev: 15411b77931a039d374c770d71e975aaf34b22c4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 958d2feb15a..d5ca11b2a7c 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" + PACKAGE_INSTALL + + + 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 + PACKAGE_INSTALL is not the final list + of packages that are actually installed. + + + + This variable is internal to the image construction + code. + Use the + IMAGE_INSTALL + variable to specify packages for installation. + + + + PACKAGECONFIG