documentation/dev-manual/dev-manual-bsp-appendix.xml: Added .bbappend

(From yocto-docs rev: 3c7e51fa6ad5eb69f4b09a9041714044edf585d7)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-03-13 16:49:49 -06:00 committed by Richard Purdie
parent 99c1eb5d04
commit 058b00cf11
1 changed files with 2 additions and 1 deletions

View File

@ -304,7 +304,8 @@
Now we will take a look at the recipes in your new layer.
The standard BSP structure has areas for BSP, graphics, core, and kernel recipes.
When you create a BSP, you use these areas for appropriate recipes and append files.
Recipes take the form of <filename>.bb</filename> files.
Recipes take the form of <filename>.bb</filename> files, while append files take
the form of <filename>.bbappend</filename> files.
If you want to leverage the existing recipes the Yocto Project build system uses
but change those recipes, you can use <filename>.bbappend</filename> files.
All new recipes and append files for your layer must go in the layers