1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

documentation: dev-manual - better wording for the .bb file

Better choice of word here is "corresponding" rather than
"underlying".

(From yocto-docs rev: 3d8b6d6e06b81960df2a7d25b6d54308210cc011)

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-09-28 14:13:16 -07:00
committed by Richard Purdie
parent 6acea5861e
commit 4b17b2dd80
@@ -238,7 +238,7 @@
<para> <para>
Recipes used to append metadata to other recipes are called BitBake append files. Recipes used to append metadata to other recipes are called BitBake append files.
BitBake append files use the <filename>.bbappend</filename> file type suffix, while BitBake append files use the <filename>.bbappend</filename> file type suffix, while
underlying recipes to which metadata is being appended use the the corresponding recipes to which metadata is being appended use the
<filename>.bb</filename> file type suffix. <filename>.bb</filename> file type suffix.
</para> </para>