diff options
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 24 |
1 files changed, 24 insertions, 0 deletions
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 | |||
282 | </para> | 282 | </para> |
283 | </section> | 283 | </section> |
284 | 284 | ||
285 | <section id='bsp-filelayout-recipes-graphics'> | ||
286 | <title>Display Support Files</title> | ||
287 | <programlisting> | ||
288 | meta-<bsp_name>/recipes-graphics/* | ||
289 | </programlisting> | ||
290 | |||
291 | <para> | ||
292 | This directory contains graphics recipes for the BSP. | ||
293 | All files that are needed for the BSP to support a display are kept here. | ||
294 | For example, in the crownbay BSP several display support files exist: | ||
295 | <programlisting> | ||
296 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xcorg.conf | ||
297 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | ||
298 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin/.gitignore | ||
299 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb | ||
300 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/crosscompile.patch | ||
301 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/fix_open_max_preprocessor_error.patch | ||
302 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/macro_tweak.patch | ||
303 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/nodolt.patch | ||
304 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb | ||
305 | </programlisting> | ||
306 | </para> | ||
307 | </section> | ||
308 | |||
285 | <section id='bsp-filelayout-kernel'> | 309 | <section id='bsp-filelayout-kernel'> |
286 | <title>Linux Kernel Configuration (meta-<bsp_name>/recipes-kernel/linux/*)</title> | 310 | <title>Linux Kernel Configuration (meta-<bsp_name>/recipes-kernel/linux/*)</title> |
287 | 311 | ||