From 56d099540f7cf471af8cc712bec77817c83a05f6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 21 Nov 2014 10:16:24 -0600 Subject: ref-manual: Added XSERVER variable description to the glossary. (From yocto-docs rev: 9e1551afd4d82197b2c46e76b6f6ea68c1dca886) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ced40c0549..b1f61454b2 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -39,7 +39,7 @@ U W - + X @@ -11535,8 +11535,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - - + X + + XSERVER + + XSERVER[doc] = "Specifies the packages that should be installed + to provide an X server and drivers for the current machine." + + + + Specifies the packages that should be installed to + provide an X server and drivers for the current machine, + assuming your image directly includes + packagegroup-core-x11-xserver or, + perhaps indirectly, includes "x11-base" in + IMAGE_FEATURES. + + + + The default value of XSERVER, if not + specified in the machine configuration, is + "xserver-xorg xf86-video-fbdev xf86-input-evdev". + + + + + -- cgit v1.2.3-54-g00ecf