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>
This commit is contained in:
Scott Rifenbark
2013-04-15 14:52:46 -07:00
committed by Richard Purdie
parent 875066f539
commit be0bbb39f9

View File

@@ -235,7 +235,7 @@
<itemizedlist>
<listitem><para>Avoid "overlaying" entire recipes from
other layers in your configuration.
In other words, don't copy an entire recipe into your
In other words, do not copy an entire recipe into your
layer and then modify it.
Use <filename>.bbappend</filename> files to override the
parts of the recipe you need to modify.