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 | |
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')
-rw-r--r-- | documentation/kernel-manual/kernel-concepts.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-manual/kernel-doc-intro.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 12 |
3 files changed, 10 insertions, 6 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index 157443d9a5..9bbd964e88 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml | |||
@@ -344,7 +344,7 @@ | |||
344 | After the tool is built, you can interact with it normally. | 344 | After the tool is built, you can interact with it normally. |
345 | You can see how <filename>menuconfig</filename> is used to change a simple | 345 | You can see how <filename>menuconfig</filename> is used to change a simple |
346 | kernel configuration in the | 346 | kernel configuration in the |
347 | "<ulink url='&YOCTO_DOCS_DEV_URL;#changing-the-config-smp-configuration-using-menuconfig'>Changing the <filename>CONFIG_SMP</filename> Configuration Using <filename>menuconfig</filename></ulink>" | 347 | "<ulink url='&YOCTO_DOCS_DEV_URL;#configuring-the-kernel'>Configuring the Kernel</ulink>" |
348 | section of the Yocto Project Development Manual. | 348 | section of the Yocto Project Development Manual. |
349 | For general information on <filename>menuconfig</filename>, see | 349 | For general information on <filename>menuconfig</filename>, see |
350 | <ulink url='http://en.wikipedia.org/wiki/Menuconfig'></ulink>. | 350 | <ulink url='http://en.wikipedia.org/wiki/Menuconfig'></ulink>. |
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml index 71a3135b0a..0a04312324 100644 --- a/documentation/kernel-manual/kernel-doc-intro.xml +++ b/documentation/kernel-manual/kernel-doc-intro.xml | |||
@@ -56,6 +56,8 @@ | |||
56 | </para></listitem> | 56 | </para></listitem> |
57 | <listitem><para> | 57 | <listitem><para> |
58 | "<ulink url='&YOCTO_DOCS_DEV_URL;#patching-the-kernel'>Patching the Kernel</ulink>"</para></listitem> | 58 | "<ulink url='&YOCTO_DOCS_DEV_URL;#patching-the-kernel'>Patching the Kernel</ulink>"</para></listitem> |
59 | <listitem><para> | ||
60 | "<ulink url='&YOCTO_DOCS_DEV_URL;#configuring-the-kernel'>Configuring the Kernel</ulink>"</para></listitem> | ||
59 | </itemizedlist> | 61 | </itemizedlist> |
60 | </para> | 62 | </para> |
61 | 63 | ||
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 |