</para>
<para>
- Append files files must have the same name as the underlying recipe.
+ Append files files must have the same name as the corresponding recipe.
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 underlying recipe is renamed to update to a newer version, the
- corresponding <filename>.bbappend</filename> file must be renamed as well.
+ If the corresponding recipe is renamed to update to a newer version, the
+ underlying <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 not have an underlying recipe
+ <filename>.bbappend</filename> file that does not have a corresponding recipe
with a matching name.
</para>