From 109150de4d81b1fdb9e4dbef218bfd2231cca7ce Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 4 Oct 2011 12:49:27 -0700 Subject: documentation/dev-manual/dev-manual-start.xml: console updates and tar update I re-ran the exmaples to set up various Git repos and updated the output. Also fixed a bad tarball name from edison-1.1 to edison-6.0 (From yocto-docs rev: 6538d588fa35986ff301a22d327af73c337ec43c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 42 ++++++++++++--------------- 1 file changed, 19 insertions(+), 23 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index d4f80267d1..d04fdf396e 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -79,7 +79,7 @@ into the current working directory and sets up the Yocto Project file structure with a top-level directory named poky-1.1: - $ tar xfj poky-edison-1.1.tar.bz2 + $ tar xfj poky-edison-6.0.tar.bz2 This method does not produce a Git repository. Instead, you simply end up with a local snapshot of the @@ -98,12 +98,11 @@ $ 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. - + remote: Counting objects: 116882, done. + remote: Compressing objects: 100% (35987/35987), done. + remote: Total 116882 (delta 80651), reused 113045 (delta 77578) + Receiving objects: 100% (116882/116882), 72.13 MiB | 2.68 MiB/s, done. + Resolving deltas: 100% (80651/80651), done. For another example of how to set up your own local Git repositories, see this wiki page, which describes how to create both poky @@ -129,19 +128,17 @@ copy is named linux-yocto-3.0: $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.0 linux-yocto-3.0.git - Initialized empty Git repository in /home/scottrif/poky/linux-yocto-3.0.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.27 MiB/s, done. - Resolving deltas: 100% (1570200/1570200), done. - + Initialized empty Git repository in /home/scottrif/linux-yocto-3.0.git/ + remote: Counting objects: 2123870, done. + remote: Compressing objects: 100% (341338/341338), done. + remote: Total 2123870 (delta 1778780), reused 2107534 (delta 1762583) + Receiving objects: 100% (2123870/2123870), 445.72 MiB | 2.06 MiB/s, done. + Resolving deltas: 100% (1778780/1778780), done. Now create a clone of the bare clone just created: $ git clone linux-yocto-3.0.git linux-yocto-3.0 - Initialized empty Git repository in /home/scottrif/poky/linux-yocto-3.0/.git/ - Checking out files: 100% (35188/35188), done. - + Initialized empty Git repository in /home/scottrif/linux-yocto-3.0/.git/ + Checking out files: 100% (36898/36898), done. The poky-extras Git Repository: The poky-extras Git repository contains metadata needed to @@ -160,12 +157,11 @@ $ cd ~/poky $ git clone git://git.yoctoproject.org/poky-extras poky-extras Initialized empty Git repository in /home/scottrif/poky/poky-extras/.git/ - remote: Counting objects: 531, done. - remote: Compressing objects: 100% (471/471), done. - remote: Total 531 (delta 138), reused 307 (delta 39) - Receiving objects: 100% (531/531), 517.86 KiB, done. - Resolving deltas: 100% (138/138), done. - + remote: Counting objects: 543, done. + remote: Compressing objects: 100% (483/483), done. + remote: Total 543 (delta 144), reused 307 (delta 39) + Receiving objects: 100% (543/543), 520.55 KiB, done. + Resolving deltas: 100% (144/144), done. Supported Board Support Packages (BSPs): Similar considerations exist for BSPs. You can get set up for BSP development one of two ways: tarball extraction or -- cgit v1.2.3-54-g00ecf