diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-13 17:11:02 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:48 +0000 |
commit | 0f25a65a2646a8dd5157285f0e5555a17b5dabd9 (patch) | |
tree | c1fce38bdf500cfc7640a796429bb4af589c791e /documentation | |
parent | 221d4391da2a5511ff37c8d512311cc713e70b1c (diff) | |
download | poky-0f25a65a2646a8dd5157285f0e5555a17b5dabd9.tar.gz |
documentation/dev-manual/dev-manual-newbie.xml: Added to append term
I added more information to the YP Term "Append Files."
(From yocto-docs rev: e1a7e9b0a790d394e237a0972140107d11178408)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 1da05e20df..0cf9f3110f 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -197,10 +197,19 @@ | |||
197 | While some of these terms are universal, the list includes them just in case: | 197 | While some of these terms are universal, the list includes them just in case: |
198 | <itemizedlist> | 198 | <itemizedlist> |
199 | <listitem><para><emphasis>Append Files:</emphasis> Files that append build information to | 199 | <listitem><para><emphasis>Append Files:</emphasis> Files that append build information to |
200 | a recipe file. | 200 | a recipe file. |
201 | Information in append files overrides the information in the similarly-named recipe file. | 201 | Append files are known as BitBake append files and <filename>.bbappend</filename> files. |
202 | Append files use the <filename>.bbappend</filename> filename suffix. | 202 | The Yocto Project build system expects every append file to have a corresponding and |
203 | </para></listitem> | 203 | underlying recipe (<filename>.bb</filename>) file. |
204 | Furthermore, the append file and the underlying recipe must have the same root filename. | ||
205 | The filenames can differ only in the file type suffix used (e.g. | ||
206 | <filename>formfactor_0.0.bb</filename> and <filename>formfactor_0.0.bbappend</filename>). | ||
207 | </para> | ||
208 | <para>Information in append files overrides the information in the similarly-named recipe file. | ||
209 | For examples of <filename>.bbappend</filename> file in use, see the | ||
210 | "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" and | ||
211 | "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>" | ||
212 | sections.</para></listitem> | ||
204 | <listitem><para><emphasis>BitBake:</emphasis> The task executor and scheduler used by | 213 | <listitem><para><emphasis>BitBake:</emphasis> The task executor and scheduler used by |
205 | the Yocto Project to build images. | 214 | the Yocto Project to build images. |
206 | For more information on BitBake, see the <ulink url='http://bitbake.berlios.de/manual/'> | 215 | For more information on BitBake, see the <ulink url='http://bitbake.berlios.de/manual/'> |