summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-how-to.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-22 09:54:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-23 00:03:16 +0100
commit504c22b9c917b28110c7db23f400c7bafe1815c9 (patch)
treee0667ee3132d93503993973a24c48a398443644f /documentation/kernel-manual/kernel-how-to.xml
parent767b28ea55cd47f29fd3402aa20a2654bf2ba51f (diff)
downloadpoky-504c22b9c917b28110c7db23f400c7bafe1815c9.tar.gz
documentation: kernel-manual - minor edits before lockdown
Fixed a few references and links. Also standardized on the capitalization for the term "Source Directory" where it refers to the YP poky structure on the development machine. (From yocto-docs rev: 1a20418d8791d754ad66c5a059e65bd68a4c6b32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual/kernel-how-to.xml')
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 3689b01876..9d0ec6a699 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -159,8 +159,9 @@
159 </para> 159 </para>
160 160
161 <itemizedlist> 161 <itemizedlist>
162 <listitem><para>The <filename>SRC_URI</filename> points to the kernel Git 162 <listitem><para>The
163 repository.</para></listitem> 163 <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> points
164 to the kernel Git repository.</para></listitem>
164 <listitem><para>A BSP build branch exists. 165 <listitem><para>A BSP build branch exists.
165 This branch has the following form: 166 This branch has the following form:
166 <literallayout class='monospaced'> 167 <literallayout class='monospaced'>
@@ -794,9 +795,10 @@
794 <para> 795 <para>
795 The basic steps you need to follow are: 796 The basic steps you need to follow are:
796 <orderedlist> 797 <orderedlist>
797 <listitem><para><emphasis>Make sure you have set up a local source directory:</emphasis> 798 <listitem><para><emphasis>Make sure you have set up a local Source Directory:</emphasis>
798 You must create a local <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source 799 You must create a local
799 directory</ulink> by either creating a Git repository (recommended) or 800 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
801 by either creating a Git repository (recommended) or
800 extracting a Yocto Project release tarball.</para></listitem> 802 extracting a Yocto Project release tarball.</para></listitem>
801 <listitem><para><emphasis>Choose an existing BSP available with the Yocto Project:</emphasis> 803 <listitem><para><emphasis>Choose an existing BSP available with the Yocto Project:</emphasis>
802 Try to map your board features as closely to the features of a BSP that is 804 Try to map your board features as closely to the features of a BSP that is