diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-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> |