diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 9194d76cf9..939ccef590 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -55,7 +55,8 @@
See the
The Packages section in the Yocto Project Quick start for the exact package
requirements.
- Yocto Project Release: You need a release of the Yocto Project.
+ Yocto Project Release:
+ You need a release of the Yocto Project.
You can get set up with local Yocto Project files one of two ways depending on whether you
are going to be contributing back into the Yocto Project source repository or not.
@@ -105,7 +106,24 @@
wiki page, which describes how to create both poky
and meta-intel Git repositories.
- Supported Board Support Packages (BSPs): The same considerations
+ Linux Yocto Kernel:
+ If you are going to be making modifications to a supported Linux Yocto kernel you
+ need a local copy of these files.
+ Creating a local Git repository of the files allows you access to the files locally
+ and gives you opportunity to contribute changes upstream to the Yocto Project.
+ As an example, the following transcript shows how to clone the
+ linux-yocto-2.6.37 kernel Git repository:
+
+ $ git clone git://git.yoctoproject.org/linux-yocto-2.6.37
+ Initialized empty Git repository in /home/scottrif/linux-yocto-2.6.37/.git/
+ remote: Counting objects: 1886034, done.
+ remote: Compressing objects: 100% (314326/314326), done.
+ remote: Total 1886034 (delta 1570200), reused 1870337 (delta 1554798)
+ Receiving objects: 100% (1886034/1886034), 401.51 MiB | 3.99 MiB/s, done.
+ Resolving deltas: 100% (1570200/1570200), done.
+ Checking out files: 100% (35188/35188), done.
+
+ Supported Board Support Packages (BSPs): The same considerations
exist for BSPs.
You can get set up for BSP development one of two ways: tarball extraction or
with a local Git repository.