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>
This commit is contained in:
Scott Rifenbark 2012-02-17 15:44:57 -06:00 committed by Richard Purdie
parent bacff88df9
commit 2c52a78566
1 changed files with 6 additions and 3 deletions

View File

@ -119,11 +119,14 @@
<listitem id='local-kernel-files'><para><emphasis>Linux Yocto Kernel:</emphasis>
If you are going to be making modifications to a supported Linux Yocto kernel, you
need to establish local copies of the source.
This setup involves creating a bare clone of the Linux Yocto kernel and then cloning
that repository.
You can find Git repositories of supported Linux Yocto Kernels organized under
"Yocto Linux Kernel" in the Yocto Project Source Repositories at
<ulink url='http://git.yoctoproject.org/cgit.cgi'></ulink>.</para>
<para>This setup involves creating a bare clone of the Linux Yocto kernel and then
copying that cloned repository.
You can create the bare clone and the copy of the bare clone anywhere you like.
For simplicity, it is recommended that you create these structures outside of the
Yocto Project files' Git repository.</para>
Yocto Project Files Git repository.</para>
<para>As an example, the following transcript shows how to create the bare clone
of the <filename>linux-yocto-3.0-1.1.x</filename> kernel and then create a copy of
that clone.