From 2c52a785662bbaa2a19d9b34777473eb9dde6be1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 17 Feb 2012 15:44:57 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual') 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 @@ Linux Yocto Kernel: 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 + . + 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. + Yocto Project Files Git repository. As an example, the following transcript shows how to create the bare clone of the linux-yocto-3.0-1.1.x kernel and then create a copy of that clone. -- cgit v1.2.3-54-g00ecf