diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-15 14:13:20 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:44 +0000 |
commit | eddd579546d32906c61fb2efd9c9457e3ccfe156 (patch) | |
tree | af1c9e4f581423bb2bcf8047c3e3f337f2c83998 /documentation | |
parent | 7527f7597d60dc8a2be80dbb05e978f3d58bbf44 (diff) | |
download | openembedded-core-eddd579546d32906c61fb2efd9c9457e3ccfe156.tar.gz openembedded-core-eddd579546d32906c61fb2efd9c9457e3ccfe156.tar.bz2 openembedded-core-eddd579546d32906c61fb2efd9c9457e3ccfe156.zip |
documentation/bsp-guide/bsp.xml: Added a Miscellaneous Recipe Files section
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-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" </para> </section> + <section id='bsp-filelayout-misc-recipes'> + <title>Miscellaneous Recipe Files</title> + <programlisting> +meta-<bsp_name>/recipes-bsp/* + </programlisting> + + <para> + This directory contains miscellaneous recipe files for the BSP. + Most notably would be the formactor files. + For example, in the crownbay BSP there is a <filename>machconfig</filename> file and a + <filename>formfactor_0.0.bbappend</filename> file: + <programlisting> +meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig +meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend + </programlisting> + </para> + </section> + <section id='bsp-filelayout-kernel'> <title>Linux Kernel Configuration (meta-<bsp_name>/recipes-kernel/linux/*)</title> |