1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
@@ -36,8 +36,8 @@
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
with those machine-specific changes.
You can accomplish this through an appending recipe (a <filename>.bbappend</filename> file),
which is described later in this section.
You can accomplish this through a recipe that is a BitBake append
(<filename>.bbappend</filename>) file, which is described later in this section.
</para>
<para>