diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-12 08:54:03 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:38 -0800 |
commit | 8d170fce75de1d6bf02578e488a6cdc67c6159d0 (patch) | |
tree | 12c5c42852aaa930cc033cb9ec4b44c01161f2ca /documentation/dev-manual/dev-manual-start.xml | |
parent | 40d0c8b7844b7a89bee84a139233ea1acc5f0cfc (diff) | |
download | poky-8d170fce75de1d6bf02578e488a6cdc67c6159d0.tar.gz |
documentation/dev-manual/dev-manual-start.xml: updated to clone output
Updated the console output created when you create the bare clone
and the copy of the bare clone.
(From yocto-docs rev: cc6290e416fb113f687645517bccf3f6f177395e)
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.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 9e7f60f6eb..0ed69cf501 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -129,16 +129,18 @@ | |||
129 | <literallayout class='monospaced'> | 129 | <literallayout class='monospaced'> |
130 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.0 linux-yocto-3.0.git | 130 | $ git clone --bare git://git.yoctoproject.org/linux-yocto-3.0 linux-yocto-3.0.git |
131 | Initialized empty Git repository in /home/scottrif/linux-yocto-3.0.git/ | 131 | Initialized empty Git repository in /home/scottrif/linux-yocto-3.0.git/ |
132 | remote: Counting objects: 2123870, done. | 132 | remote: Counting objects: 2259181, done. |
133 | remote: Compressing objects: 100% (341338/341338), done. | 133 | remote: Compressing objects: 100% (373259/373259), done. |
134 | remote: Total 2123870 (delta 1778780), reused 2107534 (delta 1762583) | 134 | remote: Total 2259181 (delta 1892638), reused 2231556 (delta 1865300) |
135 | Receiving objects: 100% (2123870/2123870), 445.72 MiB | 2.06 MiB/s, done. | 135 | Receiving objects: 100% (2259181/2259181), 482.44 MiB | 580 KiB/s, done. |
136 | Resolving deltas: 100% (1778780/1778780), done. </literallayout></para> | 136 | Resolving deltas: 100% (1892638/1892638), done. |
137 | </literallayout></para> | ||
137 | <para>Now create a clone of the bare clone just created: | 138 | <para>Now create a clone of the bare clone just created: |
138 | <literallayout class='monospaced'> | 139 | <literallayout class='monospaced'> |
139 | $ git clone linux-yocto-3.0.git linux-yocto-3.0 | 140 | $ git clone linux-yocto-3.0.git linux-yocto-3.0 |
140 | Initialized empty Git repository in /home/scottrif/linux-yocto-3.0/.git/ | 141 | Initialized empty Git repository in /home/scottrif/linux-yocto-3.0/.git/ |
141 | Checking out files: 100% (36898/36898), done. </literallayout></para></listitem> | 142 | Checking out files: 100% (36898/36898), done. |
143 | </literallayout></para></listitem> | ||
142 | <listitem id='poky-extras-repo'><para><emphasis> | 144 | <listitem id='poky-extras-repo'><para><emphasis> |
143 | The <filename>poky-extras</filename> Git Repository</emphasis>: | 145 | The <filename>poky-extras</filename> Git Repository</emphasis>: |
144 | The <filename>poky-extras</filename> Git repository contains metadata needed | 146 | The <filename>poky-extras</filename> Git repository contains metadata needed |