summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-17 15:44:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:58 -0800
commit2c52a785662bbaa2a19d9b34777473eb9dde6be1 (patch)
treef59114f415cd009d492c22f671c47069e10fe5f0 /documentation/dev-manual/dev-manual-start.xml
parentbacff88df975ebc7272074f3c0d2b81e53d088a9 (diff)
downloadpoky-2c52a785662bbaa2a19d9b34777473eb9dde6be1.tar.gz
documentation/dev-manual/dev-manual-start.xml: Edits to Kernel repo setup
Added a reference into the YP Source Repositories so the user knows where our supported Linux Yocto Kernels are. Also, corrected a mistake in the working about copying the bare clone. (From yocto-docs rev: 76f3d59dd9e0b30644415f33158d71ec6932fb4f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-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.