From 23f5c9482b9c371ea21764a374e74e5b9940d54b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark <scott.m.rifenbark@intel.com> Date: Wed, 15 Dec 2010 14:25:34 -0800 Subject: documentation/bsp-guide/bsp.xml: Added a Display Support Files section. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> --- documentation/bsp-guide/bsp.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'documentation/bsp-guide') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 4a3b441ec9..5058777995 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -282,6 +282,30 @@ meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend </para> </section> + <section id='bsp-filelayout-recipes-graphics'> + <title>Display Support Files</title> + <programlisting> +meta-<bsp_name>/recipes-graphics/* + </programlisting> + + <para> + This directory contains graphics recipes for the BSP. + All files that are needed for the BSP to support a display are kept here. + For example, in the crownbay BSP several display support files exist: + <programlisting> +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xcorg.conf +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin/.gitignore +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/crosscompile.patch +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/fix_open_max_preprocessor_error.patch +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/macro_tweak.patch +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/nodolt.patch +meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb + </programlisting> + </para> + </section> + <section id='bsp-filelayout-kernel'> <title>Linux Kernel Configuration (meta-<bsp_name>/recipes-kernel/linux/*)</title> -- cgit v1.2.3