diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1357386ddf..43715da5d8 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -8354,6 +8354,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
8354 | </glossdef> | 8354 | </glossdef> |
8355 | </glossentry> | 8355 | </glossentry> |
8356 | 8356 | ||
8357 | <glossentry id='var-PACKAGE_EXCLUDE_COMPLEMENTARY'><glossterm>PACKAGE_EXCLUDE_COMPLEMENTARY</glossterm> | ||
8358 | <info> | ||
8359 | PACKAGE_EXCLUDE_COMPLEMENTARY[doc] = "Prevents specific packages from being installed when you are installing complementary packages." | ||
8360 | </info> | ||
8361 | <glossdef> | ||
8362 | <para role="glossdeffirst"> | ||
8363 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
8364 | Prevents specific packages from being installed when | ||
8365 | you are installing complementary packages. | ||
8366 | </para> | ||
8367 | |||
8368 | <para> | ||
8369 | You might find that you want to prevent installing certain | ||
8370 | packages when you are installing complementary packages. | ||
8371 | For example, if you are using | ||
8372 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link> | ||
8373 | to install <filename>dev-pkgs</filename>, you might not want | ||
8374 | to install all packages from a particular multilib. | ||
8375 | If you find yourself in this situation, you can use the | ||
8376 | <filename>PACKAGE_EXCLUDE_COMPLEMENTARY</filename> variable | ||
8377 | to specify regular expressions to match the packages you | ||
8378 | want to exclude. | ||
8379 | </para> | ||
8380 | </glossdef> | ||
8381 | </glossentry> | ||
8382 | |||
8357 | <glossentry id='var-PACKAGE_EXCLUDE'><glossterm>PACKAGE_EXCLUDE</glossterm> | 8383 | <glossentry id='var-PACKAGE_EXCLUDE'><glossterm>PACKAGE_EXCLUDE</glossterm> |
8358 | <info> | 8384 | <info> |
8359 | PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated." | 8385 | PACKAGE_EXCLUDE[doc] = "Packages to exclude from the installation. If a listed package is required, an error is generated." |