From 585b2fe78e0c94476fb4be95a0a26380f6ea138b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 7 Aug 2013 14:19:47 +0300 Subject: [PATCH] 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 --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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" + 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