dev-manual: Edits to "Using .bbappend Files"

(From yocto-docs rev: cdb534ebff26a4bba071dc07f3e884ad1e869ffa)

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 2013-04-15 14:58:11 -07:00 committed by Richard Purdie
parent be0bbb39f9
commit ffb38ba5ec
1 changed files with 3 additions and 3 deletions

View File

@ -355,15 +355,15 @@
</para>
<para>
Append files must have the same root name as the corresponding
recipe.
Append files must have the same root names as their corresponding
recipes.
For example, the append file
<filename>someapp_&DISTRO;.bbappend</filename> must apply to
<filename>someapp_&DISTRO;.bb</filename>.
This means the original recipe and append file names are version
number-specific.
If the corresponding recipe is renamed to update to a newer
version, the underlying <filename>.bbappend</filename> file must
version, the corresponding <filename>.bbappend</filename> file must
be renamed as well.
During the build process, BitBake displays an error on starting
if it detects a <filename>.bbappend</filename> file that does