diff options
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 |