diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
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> |