summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 16:36:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:15 +0100
commitc530f8022ec86b47d1fc08ec6cc835012342be54 (patch)
tree58b2559fdc78317437fd54fe231bd85b668d8168 /documentation
parent0e47365c55b223ff572006eac953d117a5fcfc3f (diff)
downloadpoky-c530f8022ec86b47d1fc08ec6cc835012342be54.tar.gz
dev-manual, kernel-dev: Edits for changing a section head title.
Re-worded the title for "Set Up Your Layer for the Build." This resulted in a lone link from the kernel-dev manual changing. (From yocto-docs rev: bf797a9ad4b40ded6bd3b4dc8cc3d8ac702f05a6) 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.xml4
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1e1c81ef4f..7f1e61a05b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2174,8 +2174,8 @@
2174 </para> 2174 </para>
2175 </section> 2175 </section>
2176 2176
2177 <section id='get-your-layer-setup-for-the-build'> 2177 <section id='set-up-your-layer-for-the-build'>
2178 <title>Get Your Layer Setup for the Build</title> 2178 <title>Set Up Your Layer for the Build</title>
2179 2179
2180 <para>These steps get your layer set up for the build: 2180 <para>These steps get your layer set up for the build:
2181 <orderedlist> 2181 <orderedlist>
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 18f79b1624..3a5772845b 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -34,7 +34,7 @@
34 <itemizedlist> 34 <itemizedlist>
35 <listitem><para>"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" for 35 <listitem><para>"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" for
36 general information on layers and how to create layers.</para></listitem> 36 general information on layers and how to create layers.</para></listitem>
37 <listitem><para>"<ulink url='&YOCTO_DOCS_DEV_URL;#get-your-layer-setup-for-the-build'>Get Your Layer Setup for the Build</ulink>" for 37 <listitem><para>"<ulink url='&YOCTO_DOCS_DEV_URL;#set-up-your-layer-for-the-build'>Set Up Your Layer for the Build</ulink>" for
38 specific instructions on setting up a layer for kernel 38 specific instructions on setting up a layer for kernel
39 development.</para></listitem> 39 development.</para></listitem>
40 </itemizedlist> 40 </itemizedlist>