From 60eb60cd083904bdee5909b40fbd2e4c716b56a3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Jul 2011 08:16:48 -0700 Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: Modified the setup section. (From yocto-docs rev: 78224ffa3cfd5e110a2d2e43e8c84b259a84ee63) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-bsp-appendix.xml | 48 ++-------------------- 1 file changed, 4 insertions(+), 44 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index f3927c35d2..84fb541598 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -18,55 +18,15 @@ -
- Setting Up Yocto Project +
+ Getting Local Yocto Project Files and BSP Files You need to have the Yocto Project files available on your host system. You can get files through tarball extraction or by cloning the poky Git repository. - Typically, cloning the Git repository is the method to use. - This allows you to maintain a complete history of changes and facilitates you - contributing back to the Yocto Project. - However, if you just want a hierarchical file structure that contains the recipes - and metadata that let you develop you can download tarballs from the - download page. - - - - Regardless of the method you use this manual will refer to the resulting - hierarchical set of files as "the local Yocto Project files." - - - - [WRITER'S NOTE: I need to substitute correct and actual filenames for the - 1.1 release throughout this example once they become available.] - - - - If you download a tarball you can extract it into any directory you want using the - tar command. - For example, the following command extracts the Yocto Project 1.1 release tarball - into the current working directory and sets up a file structure whose top-level - directory is named poky-1.1: - - $ tar xfj poky-1.1.tar.bz2 - - - - - The following transcript shows how to clone the poky Git repository - into the current working directory. - The command creates the repository in a directory named poky: - - $ git clone git://git.yoctoproject.org/poky - Initialized empty Git repository in /home/scottrif/poky/.git/ - remote: Counting objects: 107624, done. - remote: Compressing objects: 100% (37128/37128), done. - remote: Total 107624 (delta 73393), reused 99851 (delta 67287) - Receiving objects: 100% (107624/107624), 69.74 MiB | 483 KiB/s, done. - Resolving deltas: 100% (73393/73393), done. - + See the Getting Setup earlier in this manual + for information on how to get these files. -- cgit v1.2.3-54-g00ecf