summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 14:52:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:28 +0100
commitf849ee4448914ed9e05bb67d7794f590250564a5 (patch)
tree71468807d6389af6b1f4b4e6aac0dd6d4aa451a0 /documentation/dev-manual
parentcff0c77a0082bdf470cdf6bbef9f1f45a36d1e2c (diff)
downloadpoky-f849ee4448914ed9e05bb67d7794f590250564a5.tar.gz
dev-manual: Edits to "Creating Your Own Layer" section.
(From yocto-docs rev: 57da339013c428a89de8f1435e835afa8b468173) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.