diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-22 09:54:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-23 00:03:13 +0100 |
commit | 9137117b3ff946e5961c17662f853db74cb0a28a (patch) | |
tree | 8509d918067a3b90da46acbefc5c2867213d7c62 /documentation/kernel-manual/kernel-how-to.xml | |
parent | 450f438012db62362221a792b2a93698f11e62f4 (diff) | |
download | poky-9137117b3ff946e5961c17662f853db74cb0a28a.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.xml | 12 |
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 |