diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-13 16:49:49 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:47 +0000 |
commit | 058b00cf11a0353afa40c3c1e2e65454b6b11dfc (patch) | |
tree | 422e24724bf0bc22630574b22a333e6d61cd5057 | |
parent | 99c1eb5d04f9a6e126aa263ac80fb23f763c579c (diff) | |
download | poky-058b00cf11a0353afa40c3c1e2e65454b6b11dfc.tar.gz |
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>
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 035549431f..7c961bfd6a 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -304,7 +304,8 @@ | |||
304 | Now we will take a look at the recipes in your new layer. | 304 | Now we will take a look at the recipes in your new layer. |
305 | The standard BSP structure has areas for BSP, graphics, core, and kernel recipes. | 305 | The standard BSP structure has areas for BSP, graphics, core, and kernel recipes. |
306 | When you create a BSP, you use these areas for appropriate recipes and append files. | 306 | When you create a BSP, you use these areas for appropriate recipes and append files. |
307 | Recipes take the form of <filename>.bb</filename> files. | 307 | Recipes take the form of <filename>.bb</filename> files, while append files take |
308 | the form of <filename>.bbappend</filename> files. | ||
308 | If you want to leverage the existing recipes the Yocto Project build system uses | 309 | If you want to leverage the existing recipes the Yocto Project build system uses |
309 | but change those recipes, you can use <filename>.bbappend</filename> files. | 310 | but change those recipes, you can use <filename>.bbappend</filename> files. |
310 | All new recipes and append files for your layer must go in the layer’s | 311 | All new recipes and append files for your layer must go in the layer’s |