summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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
parentbacff88df975ebc7272074f3c0d2b81e53d088a9 (diff)
downloadast2050-yocto-poky-2c52a785662bbaa2a19d9b34777473eb9dde6be1.zip
ast2050-yocto-poky-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')
-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 c09c401..cc1f722 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -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.
OpenPOWER on IntegriCloud