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>
This commit is contained in:
Scott Rifenbark 2012-10-22 09:01:00 -07:00 committed by Richard Purdie
parent 8ce23f5695
commit 205db48480
1 changed files with 23 additions and 3 deletions

View File

@ -480,11 +480,31 @@
</glossdef> </glossdef>
</glossentry> </glossentry>
<glossentry id='var-DISTRO_EXTRA_RDEPENDS'><glossterm>DISTRO_EXTRA_RDEPENDS</glossterm>
<glossdef>
<para>
Specifies a list of distro-specific packages to add to all images.
This variable takes affect through
<filename>packagegroup-base</filename> so the
variable only really applies to the more full-featured
images that include <filename>packagegroup-base</filename>.
You can use this variable to keep distro policy out of
generic images.
As with all other distro variables, you set this variable
in the distro <filename>.conf</filename> file.
</para>
</glossdef>
</glossentry>
<glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm>DISTRO_EXTRA_RRECOMMENDS</glossterm> <glossentry id='var-DISTRO_EXTRA_RRECOMMENDS'><glossterm>DISTRO_EXTRA_RRECOMMENDS</glossterm>
<glossdef> <glossdef>
<para></para> <para>
<para>The list of packages which extend usability of the image. Specifies a list of distro-specific packages to add to all images
Those packages will automatically be installed but can be removed by user.</para> if the packages exist.
The packages might not exist or be empty (e.g. kernel modules).
The list of packages are automatically installed but can be
removed by the user.
</para>
</glossdef> </glossdef>
</glossentry> </glossentry>