From 943c6917e65a2be6716c14155ee0e1537c976682 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 25 Apr 2012 11:29:58 -0600 Subject: documentation/dev-manual/dev-manual-start.xml: shell output examples updated Updated various shell output examples created from cloning various Git repositories, etc. (From yocto-docs rev: ed167b1643a60ab30c09c2f42baebf781564ca20) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 5f5eb51724..d73bb967a7 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -154,8 +154,8 @@ Now create a clone of the bare clone just created: $ git clone linux-yocto-3.2.git my-linux-yocto-3.2-work - Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.2/.git/ - Checking out files: 100% (36898/36898), done. + Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.2-work/.git/ + Checking out files: 100% (37619/37619), done. The poky-extras Git Repository: @@ -176,14 +176,13 @@ repository inside the Yocto Project files Git repository, which is named poky in this case: - $ 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: 561, done. - remote: Compressing objects: 100% (501/501), done. - remote: Total 561 (delta 159), reused 306 (delta 39) - Receiving objects: 100% (561/561), 519.96 KiB | 479 KiB/s, done. - Resolving deltas: 100% (159/159), done. + remote: Counting objects: 618, done. + remote: Compressing objects: 100% (558/558), done. + remote: Total 618 (delta 192), reused 307 (delta 39) + Receiving objects: 100% (618/618), 526.26 KiB | 111 KiB/s, done. + Resolving deltas: 100% (192/192), done. Supported Board Support Packages (BSPs): @@ -232,14 +231,13 @@ meta-intel Git repository inside the poky Git repository. - $ cd poky $ git clone git://git.yoctoproject.org/meta-intel.git Initialized empty Git repository in /home/scottrif/poky/meta-intel/.git/ - remote: Counting objects: 1325, done. - remote: Compressing objects: 100% (1078/1078), done. - remote: Total 1325 (delta 546), reused 85 (delta 27) - Receiving objects: 100% (1325/1325), 1.56 MiB | 330 KiB/s, done. - Resolving deltas: 100% (546/546), done. + remote: Counting objects: 3380, done. + remote: Compressing objects: 100% (2750/2750), done. + remote: Total 3380 (delta 1689), reused 227 (delta 113) + Receiving objects: 100% (3380/3380), 1.77 MiB | 128 KiB/s, done. + Resolving deltas: 100% (1689/1689), done. The same -- cgit v1.2.3-54-g00ecf