documentation/dev-manual/dev-manual-common-tasks.xml: Better .bbappend definition.

(From yocto-docs rev: 97cbaa209f03a1d578683e42305c7d98c0e3e7b5)

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-03-13 16:05:00 -06:00 committed by Richard Purdie
parent 1c63d72756
commit b059442be5
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
It is important to understand, however, that the BSP layer can still make machine-specific It is important to understand, however, that the BSP layer can still make machine-specific
additions to recipes within the GUI environment layer without polluting the GUI layer itself additions to recipes within the GUI environment layer without polluting the GUI layer itself
with those machine-specific changes. with those machine-specific changes.
You can accomplish this through an appending recipe (a <filename>.bbappend</filename> file), You can accomplish this through a recipe that is a BitBake append
which is described later in this section. (<filename>.bbappend</filename>) file, which is described later in this section.
</para> </para>
<para> <para>