summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 5f8e04543b..a497eeae26 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -235,7 +235,7 @@
235 <itemizedlist> 235 <itemizedlist>
236 <listitem><para>Avoid "overlaying" entire recipes from 236 <listitem><para>Avoid "overlaying" entire recipes from
237 other layers in your configuration. 237 other layers in your configuration.
238 In other words, don't copy an entire recipe into your 238 In other words, do not copy an entire recipe into your
239 layer and then modify it. 239 layer and then modify it.
240 Use <filename>.bbappend</filename> files to override the 240 Use <filename>.bbappend</filename> files to override the
241 parts of the recipe you need to modify. 241 parts of the recipe you need to modify.