summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-22 17:09:28 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:02 -0800
commit2027c9616e3ab65633b5ab231b568e913eb5ba19 (patch)
tree295783f6d5f4731b3d33dfac85dbe8ecc9720c05 /documentation/bsp-guide/bsp.xml
parentcfbee010aceaed5c9730674dd1728fa70c4dbaf0 (diff)
downloadpoky-2027c9616e3ab65633b5ab231b568e913eb5ba19.tar.gz
documentation/bsp-guide/bsp.xml: Edits to Display Support Files Section
(From yocto-docs rev: c888c1c82dea615175bdb8818409a264d0c749ee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r--documentation/bsp-guide/bsp.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index ebe56b517c..6563cffce3 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -475,10 +475,13 @@
475 This optional directory contains recipes for the BSP if it has 475 This optional directory contains recipes for the BSP if it has
476 special requirements for graphics support. 476 special requirements for graphics support.
477 All files that are needed for the BSP to support a display are kept here. 477 All files that are needed for the BSP to support a display are kept here.
478 For example, the Crown Bay BSP contains the following files that support 478 For example, the Crown Bay BSP contains two versions of the
479 building a BSP that supports and does not support the Intel EMGD: 479 <filename>xorg.conf</filename> file.
480 The version in <filename>crownbay</filename> builds a BSP that supports the
481 <trademark class='registered'>Intel</trademark> Embedded Media Graphics Driver (EMGD),
482 while the version in <filename>crownbay-noemgd</filename> builds
483 a BSP that supports Video Electronics Standards Association (VESA) graphics only:
480 <literallayout class='monospaced'> 484 <literallayout class='monospaced'>
481 meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb
482 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend 485 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
483 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf 486 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
484 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf 487 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf