From dfeea177d339f90c4a5f54ec1cab4d81c2807413 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Oct 2012 09:01:00 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 26 ++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'documentation') 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 @@ + DISTRO_EXTRA_RDEPENDS + + + Specifies a list of distro-specific packages to add to all images. + This variable takes affect through + packagegroup-base so the + variable only really applies to the more full-featured + images that include packagegroup-base. + 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 .conf file. + + + + DISTRO_EXTRA_RRECOMMENDS - - The list of packages which extend usability of the image. - Those packages will automatically be installed but can be removed by user. + + Specifies a list of distro-specific packages to add to all images + 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. + -- cgit v1.2.3-54-g00ecf