diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-16 13:54:15 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:45 +0000 |
commit | 6534947d6b7f53bda78cd51419e48ee2115c0a58 (patch) | |
tree | b9d5642cc514ce66224f3dbe20c1e398b36a0913 /documentation/bsp-guide | |
parent | 8505df261498cf7a856e2e52b072dc36043b13a1 (diff) | |
download | poky-6534947d6b7f53bda78cd51419e48ee2115c0a58.tar.gz |
documentation/bsp-guild/bsp.xml: Updated Miscellaneous Recipe Files section
Found a mis-spelling that I corrected.
Also added wording to indicate this directory is optional.
Put in a note telling that defaults are set if a formfactor is
not found.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 5dd4aa7f2c..2120a1bb38 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -271,8 +271,8 @@ meta-<bsp_name>/recipes-bsp/* | |||
271 | </programlisting> | 271 | </programlisting> |
272 | 272 | ||
273 | <para> | 273 | <para> |
274 | This directory contains miscellaneous recipe files for the BSP. | 274 | This optional directory contains miscellaneous recipe files for the BSP. |
275 | Most notably would be the formactor files. | 275 | Most notably would be the formfactor files. |
276 | For example, in the crownbay BSP there is a <filename>machconfig</filename> file and a | 276 | For example, in the crownbay BSP there is a <filename>machconfig</filename> file and a |
277 | <filename>formfactor_0.0.bbappend</filename> file: | 277 | <filename>formfactor_0.0.bbappend</filename> file: |
278 | <programlisting> | 278 | <programlisting> |
@@ -280,6 +280,11 @@ meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig | |||
280 | meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend | 280 | meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend |
281 | </programlisting> | 281 | </programlisting> |
282 | </para> | 282 | </para> |
283 | |||
284 | <note><para> | ||
285 | If a BSP does not have a formfactor entry, defaults are established according to | ||
286 | the configuration script. | ||
287 | </para></note> | ||
283 | </section> | 288 | </section> |
284 | 289 | ||
285 | <section id='bsp-filelayout-recipes-graphics'> | 290 | <section id='bsp-filelayout-recipes-graphics'> |