diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-11-21 10:16:24 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-09 15:09:06 +0000 |
commit | 56d099540f7cf471af8cc712bec77817c83a05f6 (patch) | |
tree | fdbea38ce0e6182c48c9c152d68e6e9dc6e2ec7c /documentation | |
parent | 6a57cb10b7ff63884abc6c2b4301d48f29514119 (diff) | |
download | poky-56d099540f7cf471af8cc712bec77817c83a05f6.tar.gz |
ref-manual: Added XSERVER variable description to the glossary.
(From yocto-docs rev: 9e1551afd4d82197b2c46e76b6f6ea68c1dca886)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 30 |
1 files changed, 27 insertions, 3 deletions
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 @@ | |||
39 | <link linkend='var-UBOOT_CONFIG'>U</link> | 39 | <link linkend='var-UBOOT_CONFIG'>U</link> |
40 | <!-- <link linkend='var-glossary-v'>V</link> --> | 40 | <!-- <link linkend='var-glossary-v'>V</link> --> |
41 | <link linkend='var-WARN_QA'>W</link> | 41 | <link linkend='var-WARN_QA'>W</link> |
42 | <!-- <link linkend='var-glossary-x'>X</link> --> | 42 | <link linkend='var-XSERVER'>X</link> |
43 | <!-- <link linkend='var-glossary-y'>Y</link> --> | 43 | <!-- <link linkend='var-glossary-y'>Y</link> --> |
44 | <!-- <link linkend='var-glossary-z'>Z</link>--> | 44 | <!-- <link linkend='var-glossary-z'>Z</link>--> |
45 | </para> | 45 | </para> |
@@ -11535,8 +11535,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11535 | 11535 | ||
11536 | </glossdiv> | 11536 | </glossdiv> |
11537 | 11537 | ||
11538 | <!-- <glossdiv id='var-glossary-x'><title>X</title>--> | 11538 | <glossdiv id='var-glossary-x'><title>X</title> |
11539 | <!-- </glossdiv>--> | 11539 | |
11540 | <glossentry id='var-XSERVER'><glossterm>XSERVER</glossterm> | ||
11541 | <info> | ||
11542 | XSERVER[doc] = "Specifies the packages that should be installed | ||
11543 | to provide an X server and drivers for the current machine." | ||
11544 | </info> | ||
11545 | <glossdef> | ||
11546 | <para> | ||
11547 | Specifies the packages that should be installed to | ||
11548 | provide an X server and drivers for the current machine, | ||
11549 | assuming your image directly includes | ||
11550 | <filename>packagegroup-core-x11-xserver</filename> or, | ||
11551 | perhaps indirectly, includes "x11-base" in | ||
11552 | <link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>. | ||
11553 | </para> | ||
11554 | |||
11555 | <para> | ||
11556 | The default value of <filename>XSERVER</filename>, if not | ||
11557 | specified in the machine configuration, is | ||
11558 | "xserver-xorg xf86-video-fbdev xf86-input-evdev". | ||
11559 | </para> | ||
11560 | </glossdef> | ||
11561 | </glossentry> | ||
11562 | |||
11563 | </glossdiv> | ||
11540 | 11564 | ||
11541 | <!-- <glossdiv id='var-glossary-y'><title>Y</title>--> | 11565 | <!-- <glossdiv id='var-glossary-y'><title>Y</title>--> |
11542 | <!-- </glossdiv>--> | 11566 | <!-- </glossdiv>--> |