From: Scott Rifenbark Date: Thu, 16 Dec 2010 21:54:15 +0000 (-0800) Subject: documentation/bsp-guild/bsp.xml: Updated Miscellaneous Recipe Files section X-Git-Tag: 2011-1~3330 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6534947d6b7f53bda78cd51419e48ee2115c0a58;p=openembedded-core.git 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 --- 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/* - This directory contains miscellaneous recipe files for the BSP. - Most notably would be the formactor files. + This optional directory contains miscellaneous recipe files for the BSP. + Most notably would be the formfactor files. For example, in the crownbay BSP there is a machconfig file and a formfactor_0.0.bbappend file: @@ -280,6 +280,11 @@ meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend + + + If a BSP does not have a formfactor entry, defaults are established according to + the configuration script. +