summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-25 11:00:05 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 20:50:46 +0100
commitd48518562fd1c3dc4c749609126d8f49cb1b1619 (patch)
tree869374d17eaf1757fe3aaeb0d55fea0364de9890 /documentation/dev-manual/dev-manual-start.xml
parent661acaec76a332584ea88e5266bd3700c0369335 (diff)
downloadpoky-d48518562fd1c3dc4c749609126d8f49cb1b1619.tar.gz
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: 69e3aa7a42d03cff23379432f5d1b496157d5c0d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml10
1 files changed, 5 insertions, 5 deletions
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 @@
145 <literallayout class='monospaced'> 145 <literallayout class='monospaced'>
146 $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.2 linux-yocto-3.2.git 146 $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.2 linux-yocto-3.2.git
147 Initialized empty Git repository in /home/scottrif/linux-yocto-3.2.git/ 147 Initialized empty Git repository in /home/scottrif/linux-yocto-3.2.git/
148 remote: Counting objects: 2259181, done. 148 remote: Counting objects: 2468027, done.
149 remote: Compressing objects: 100% (373259/373259), done. 149 remote: Compressing objects: 100% (392255/392255), done.
150 remote: Total 2259181 (delta 1892638), reused 2231556 (delta 1865300) 150 remote: Total 2468027 (delta 2071693), reused 2448773 (delta 2052498)
151 Receiving objects: 100% (2259181/2259181), 482.44 MiB | 580 KiB/s, done. 151 Receiving objects: 100% (2468027/2468027), 530.46 MiB | 129 KiB/s, done.
152 Resolving deltas: 100% (1892638/1892638), done. 152 Resolving deltas: 100% (2071693/2071693), done.
153 </literallayout></para> 153 </literallayout></para>
154 <para>Now create a clone of the bare clone just created: 154 <para>Now create a clone of the bare clone just created:
155 <literallayout class='monospaced'> 155 <literallayout class='monospaced'>