From 2b6e86beae87b06739ff98f503464a8654718172 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 25 Apr 2012 11:00:05 -0600 Subject: documentation/dev-manual/dev-manual-start.xml: updated output for bare clone Updated the shell output example when user creates a bare clone of kernel. We use linux-yocto-3.2 here. (From yocto-docs rev: e24beac8c8b6c65f94b71f36bf9f5d918ee4375e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index dbf05655ab..5f5eb51724 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -145,11 +145,11 @@ $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.2 linux-yocto-3.2.git Initialized empty Git repository in /home/scottrif/linux-yocto-3.2.git/ - remote: Counting objects: 2259181, done. - remote: Compressing objects: 100% (373259/373259), done. - remote: Total 2259181 (delta 1892638), reused 2231556 (delta 1865300) - Receiving objects: 100% (2259181/2259181), 482.44 MiB | 580 KiB/s, done. - Resolving deltas: 100% (1892638/1892638), done. + remote: Counting objects: 2468027, done. + remote: Compressing objects: 100% (392255/392255), done. + remote: Total 2468027 (delta 2071693), reused 2448773 (delta 2052498) + Receiving objects: 100% (2468027/2468027), 530.46 MiB | 129 KiB/s, done. + Resolving deltas: 100% (2071693/2071693), done. Now create a clone of the bare clone just created: -- cgit v1.2.3-54-g00ecf