From 0fb815e5fd39bde5f4c38285bbc120499e261874 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 2 Aug 2011 12:58:44 -0700 Subject: documentation/dev-manual/dev-manual-start.xml: Added section for kernel files. In the section that shows how to get various groups of files needed for using YP I added a bulleted item to show how to clone the linux yocto kernel files. this section will be referenced from the kernel example flow section and the kernel example appendix. (From yocto-docs rev: 4126d1456290d677ab8dc1d02d11aac6eb8add46) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'documentation') 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. -- cgit v1.2.3-54-g00ecf