diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-16 13:58:32 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:45 +0000 |
commit | 5b5fe28ee0ee65027dbd6b14862e186451f0e3d2 (patch) | |
tree | 77268ef6eab2ccb8f25b9141cc56b05000fe8246 | |
parent | 6534947d6b7f53bda78cd51419e48ee2115c0a58 (diff) | |
download | ast2050-yocto-poky-5b5fe28ee0ee65027dbd6b14862e186451f0e3d2.zip ast2050-yocto-poky-5b5fe28ee0ee65027dbd6b14862e186451f0e3d2.tar.gz |
documentation/bsp-guide/bsp.xml: Updated Display Support Files section.
Added wording to indicate this directory as optional if the BSP had
special requirements for graphics support.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 2120a1b..94dd516 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -294,7 +294,8 @@ meta-<bsp_name>/recipes-graphics/* </programlisting> <para> - This directory contains graphics recipes for the BSP. + 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, in the crownbay BSP several display support files exist: <programlisting> |