From: Scott Rifenbark Date: Wed, 15 Dec 2010 22:13:20 +0000 (-0800) Subject: documentation/bsp-guide/bsp.xml: Added a Miscellaneous Recipe Files section X-Git-Tag: 2011-1~3337 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eddd579546d32906c61fb2efd9c9457e3ccfe156;p=openembedded-core.git documentation/bsp-guide/bsp.xml: Added a Miscellaneous Recipe Files section Signed-off-by: Scott Rifenbark --- 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" +
+ Miscellaneous Recipe Files + +meta-<bsp_name>/recipes-bsp/* + + + + 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 machconfig file and a + formfactor_0.0.bbappend file: + +meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig +meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend + + +
+
Linux Kernel Configuration (meta-<bsp_name>/recipes-kernel/linux/*)