diff options
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 752cb12608..ba039811fe 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
| @@ -265,6 +265,24 @@ TARGET_CC_ARCH = "-m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse" | |||
| 265 | </para> | 265 | </para> |
| 266 | </section> | 266 | </section> |
| 267 | 267 | ||
| 268 | <section id='bsp-filelayout-misc-recipes'> | ||
| 269 | <title>Miscellaneous Recipe Files</title> | ||
| 270 | <programlisting> | ||
| 271 | meta-<bsp_name>/recipes-bsp/* | ||
| 272 | </programlisting> | ||
| 273 | |||
| 274 | <para> | ||
| 275 | This directory contains miscellaneous recipe files for the BSP. | ||
| 276 | Most notably would be the formactor files. | ||
| 277 | For example, in the crownbay BSP there is a <filename>machconfig</filename> file and a | ||
| 278 | <filename>formfactor_0.0.bbappend</filename> file: | ||
| 279 | <programlisting> | ||
| 280 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig | ||
| 281 | meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend | ||
| 282 | </programlisting> | ||
| 283 | </para> | ||
| 284 | </section> | ||
| 285 | |||
| 268 | <section id='bsp-filelayout-kernel'> | 286 | <section id='bsp-filelayout-kernel'> |
| 269 | <title>Linux Kernel Configuration (meta-<bsp_name>/recipes-kernel/linux/*)</title> | 287 | <title>Linux Kernel Configuration (meta-<bsp_name>/recipes-kernel/linux/*)</title> |
| 270 | 288 | ||
