diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 14:52:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:13 +0100 |
commit | be0bbb39f91491e1c6d3a320339e8dcff51bddf3 (patch) | |
tree | c00771b26c3d5e989d964c81d7db74d2205785fe /documentation | |
parent | 875066f539f15632ba4be45b343c78ba1a25d3d5 (diff) | |
download | poky-be0bbb39f91491e1c6d3a320339e8dcff51bddf3.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')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
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. |