summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index c09c401e8d..cc1f7223c7 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -119,11 +119,14 @@
119 <listitem id='local-kernel-files'><para><emphasis>Linux Yocto Kernel:</emphasis> 119 <listitem id='local-kernel-files'><para><emphasis>Linux Yocto Kernel:</emphasis>
120 If you are going to be making modifications to a supported Linux Yocto kernel, you 120 If you are going to be making modifications to a supported Linux Yocto kernel, you
121 need to establish local copies of the source. 121 need to establish local copies of the source.
122 This setup involves creating a bare clone of the Linux Yocto kernel and then cloning 122 You can find Git repositories of supported Linux Yocto Kernels organized under
123 that repository. 123 "Yocto Linux Kernel" in the Yocto Project Source Repositories at
124 <ulink url='http://git.yoctoproject.org/cgit.cgi'></ulink>.</para>
125 <para>This setup involves creating a bare clone of the Linux Yocto kernel and then
126 copying that cloned repository.
124 You can create the bare clone and the copy of the bare clone anywhere you like. 127 You can create the bare clone and the copy of the bare clone anywhere you like.
125 For simplicity, it is recommended that you create these structures outside of the 128 For simplicity, it is recommended that you create these structures outside of the
126 Yocto Project files' Git repository.</para> 129 Yocto Project Files Git repository.</para>
127 <para>As an example, the following transcript shows how to create the bare clone 130 <para>As an example, the following transcript shows how to create the bare clone
128 of the <filename>linux-yocto-3.0-1.1.x</filename> kernel and then create a copy of 131 of the <filename>linux-yocto-3.0-1.1.x</filename> kernel and then create a copy of
129 that clone. 132 that clone.