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:23 +0100 |
commit | 969218e5f67d43f910d6459ef0955f4ba99c7055 (patch) | |
tree | 2d79092ebeb0e39507a66a67f55e6e9d7280f081 /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 6a3f129958efca88b118b9abc0f8eb15c90591e6 (diff) | |
download | poky-969218e5f67d43f910d6459ef0955f4ba99c7055.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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-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 |