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 @@ This optional directory contains recipes for the BSP if it has special requirements for graphics support. All files that are needed for the BSP to support a display are kept here. - For example, the Crown Bay BSP contains the following files that support - building a BSP that supports and does not support the Intel EMGD: + For example, the Crown Bay BSP contains two versions of the + xorg.conf file. + The version in crownbay builds a BSP that supports the + Intel Embedded Media Graphics Driver (EMGD), + while the version in crownbay-noemgd builds + a BSP that supports Video Electronics Standards Association (VESA) graphics only: - meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf