summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-22 09:01:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-23 00:03:16 +0100
commitdfeea177d339f90c4a5f54ec1cab4d81c2807413 (patch)
tree0c5fe9c02c656914e7a76c9ceb4827be9af67fc9
parent48363d5a0012191317d15e9ce9badd1e6b8437ea (diff)
downloadpoky-dfeea177d339f90c4a5f54ec1cab4d81c2807413.tar.gz
documentation: poky-ref-manual - new variable and edited variable
Added the DISTRO_EXTRAS_RDEPENDS variable to the glossary and updated the DISTRO_EXTRAS_RRECOMMENDS variable per Paul Eggleton's review. (From yocto-docs rev: bb27fcb3b990bb335176d5da9fec420fdc31bf22) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml26
1 files changed, 23 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index e411ceb9c0..8663cc463c 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -480,11 +480,31 @@
480 </glossdef> 480 </glossdef>
481 </glossentry> 481 </glossentry>
482 482
483 <glossentry id='var-DISTRO_EXTRA_RDEPENDS'><glossterm>DISTRO_EXTRA_RDEPENDS</glossterm>
484 <glossdef>
485 <para>
486 Specifies a list of distro-specific packages to add to all images.
487 This variable takes affect through
488 <filename>packagegroup-base</filename> so the
489 variable only really applies to the more full-featured
490 images that include <filename>packagegroup-base</filename>.
491 You can use this variable to keep distro policy out of
492 generic images.
493 As with all other distro variables, you set this variable
494 in the distro <filename>.conf</filename> file.
495 </para>
496 </glossdef>
497 </glossentry>
498
483 <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm>DISTRO_EXTRA_RRECOMMENDS</glossterm> 499 <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm>DISTRO_EXTRA_RRECOMMENDS</glossterm>
484 <glossdef> 500 <glossdef>
485 <para></para> 501 <para>
486 <para>The list of packages which extend usability of the image. 502 Specifies a list of distro-specific packages to add to all images
487 Those packages will automatically be installed but can be removed by user.</para> 503 if the packages exist.
504 The packages might not exist or be empty (e.g. kernel modules).
505 The list of packages are automatically installed but can be
506 removed by the user.
507 </para>
488 </glossdef> 508 </glossdef>
489 </glossentry> 509 </glossentry>
490 510