diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-13 16:05:00 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:45 +0000 |
commit | b059442be5b12be80f4c9cbf07d63a0c268aa694 (patch) | |
tree | 45b3167e0f6a56e84c660325ce535ab29768a4bd | |
parent | 1c63d727565fc8b2e58816388cbabc64765907fe (diff) | |
download | poky-b059442be5b12be80f4c9cbf07d63a0c268aa694.tar.gz |
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>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 088c529b97..4e32f300c3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -36,8 +36,8 @@ | |||
36 | It is important to understand, however, that the BSP layer can still make machine-specific | 36 | It is important to understand, however, that the BSP layer can still make machine-specific |
37 | additions to recipes within the GUI environment layer without polluting the GUI layer itself | 37 | additions to recipes within the GUI environment layer without polluting the GUI layer itself |
38 | with those machine-specific changes. | 38 | with those machine-specific changes. |
39 | You can accomplish this through an appending recipe (a <filename>.bbappend</filename> file), | 39 | You can accomplish this through a recipe that is a BitBake append |
40 | which is described later in this section. | 40 | (<filename>.bbappend</filename>) file, which is described later in this section. |
41 | </para> | 41 | </para> |
42 | 42 | ||
43 | <para> | 43 | <para> |