mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6a57cb10b7
commit
56d099540f
@@ -39,7 +39,7 @@
|
||||
<link linkend='var-UBOOT_CONFIG'>U</link>
|
||||
<!-- <link linkend='var-glossary-v'>V</link> -->
|
||||
<link linkend='var-WARN_QA'>W</link>
|
||||
<!-- <link linkend='var-glossary-x'>X</link> -->
|
||||
<link linkend='var-XSERVER'>X</link>
|
||||
<!-- <link linkend='var-glossary-y'>Y</link> -->
|
||||
<!-- <link linkend='var-glossary-z'>Z</link>-->
|
||||
</para>
|
||||
@@ -11535,8 +11535,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
|
||||
</glossdiv>
|
||||
|
||||
<!-- <glossdiv id='var-glossary-x'><title>X</title>-->
|
||||
<!-- </glossdiv>-->
|
||||
<glossdiv id='var-glossary-x'><title>X</title>
|
||||
|
||||
<glossentry id='var-XSERVER'><glossterm>XSERVER</glossterm>
|
||||
<info>
|
||||
XSERVER[doc] = "Specifies the packages that should be installed
|
||||
to provide an X server and drivers for the current machine."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies the packages that should be installed to
|
||||
provide an X server and drivers for the current machine,
|
||||
assuming your image directly includes
|
||||
<filename>packagegroup-core-x11-xserver</filename> or,
|
||||
perhaps indirectly, includes "x11-base" in
|
||||
<link linkend='var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></link>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The default value of <filename>XSERVER</filename>, if not
|
||||
specified in the machine configuration, is
|
||||
"xserver-xorg xf86-video-fbdev xf86-input-evdev".
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
</glossdiv>
|
||||
|
||||
<!-- <glossdiv id='var-glossary-y'><title>Y</title>-->
|
||||
<!-- </glossdiv>-->
|
||||
|
||||
Reference in New Issue
Block a user