summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-09-17 11:17:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:06:21 +0100
commit2eaf843f4876b784c95e3141b268b76615f2777c (patch)
tree2e6c42e55bc878062b96d1e17939d430f85927fa /documentation
parent97298fb6d751b69ca17540878aba2618d6ffa15f (diff)
downloadpoky-2eaf843f4876b784c95e3141b268b76615f2777c.tar.gz
ref-manual: Added new description for PACKAGE_EXCLUDE_COMPLEMENTARY
Fixes [YOCTO #7906] I added a new description for the variable. (From yocto-docs rev: 2a99b80abeee05a11aba9ab339d989a7d616b597) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml26
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."