diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-17 12:59:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:38 +0100 |
commit | 137ba42a950ee6792126fad63bdc2f7f00233531 (patch) | |
tree | fb0cad9b2b35676f617e55466075688c53a9f886 | |
parent | 6fd92740461aedd9f48265d16cb41e74a81f4cde (diff) | |
download | poky-137ba42a950ee6792126fad63bdc2f7f00233531.tar.gz |
dev-manual: Edits to "Set Up Your Layer for the Build" section.
Added a cross-reference to the section that describes how to
use .bbappend files.
(From yocto-docs rev: 884740c066f0f45cfc85282c6d20737a39d7af88)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index b18d80b41f..5a0d8b6195 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2239,6 +2239,9 @@ | |||
2239 | The <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> | 2239 | The <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> |
2240 | and <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> | 2240 | and <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> |
2241 | statements enable the OpenEmbedded build system to find the patch file. | 2241 | statements enable the OpenEmbedded build system to find the patch file. |
2242 | For more information on using append files, see the | ||
2243 | "<link linkend='using-bbappend-files'>Using .bbappend Files</link>" | ||
2244 | section. | ||
2242 | </para></listitem> | 2245 | </para></listitem> |
2243 | <listitem><para><emphasis>Put the patch file in your layer</emphasis>: | 2246 | <listitem><para><emphasis>Put the patch file in your layer</emphasis>: |
2244 | Move the <filename>0001-calibrate-Add-printk-example.patch</filename> file to | 2247 | Move the <filename>0001-calibrate-Add-printk-example.patch</filename> file to |