summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-05-09 15:10:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-10 12:13:32 +0100
commit4b0bec5211ae071c9e62896d25c51301294507d4 (patch)
treeaea513fdfacc6abb7b87871c3c65f48363b55ffb
parentf6706406693c004ae816ab5ef027d912cf53cce7 (diff)
downloadpoky-4b0bec5211ae071c9e62896d25c51301294507d4.tar.gz
yocto-project-qs: Updated git clone output for pyro poky.
(From yocto-docs rev: 50b2ca338312309dd434418e0c88e725c3791ee1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 5100149c9c..c007e54d9c 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -394,11 +394,12 @@
394 <literallayout class='monospaced'> 394 <literallayout class='monospaced'>
395 $ git clone git://git.yoctoproject.org/poky 395 $ git clone git://git.yoctoproject.org/poky
396 Cloning into 'poky'... 396 Cloning into 'poky'...
397 remote: Counting objects: 226790, done. 397 remote: Counting objects: 361782, done.
398 remote: Compressing objects: 100% (57465/57465), done. 398 remote: Compressing objects: 100% (87100/87100), done.
399 remote: Total 226790 (delta 165212), reused 225887 (delta 164327) 399 remote: Total 361782 (delta 268619), reused 361439 (delta 268277)
400 Receiving objects: 100% (226790/226790), 100.98 MiB | 263 KiB/s, done. 400 Receiving objects: 100% (361782/361782), 131.94 MiB | 6.88 MiB/s, done.
401 Resolving deltas: 100% (165212/165212), done. 401 Resolving deltas: 100% (268619/268619), done.
402 Checking connectivity... done.
402 $ git checkout &DISTRO_NAME_NO_CAP; 403 $ git checkout &DISTRO_NAME_NO_CAP;
403 </literallayout> 404 </literallayout>
404 You can also get the Yocto Project Files by downloading 405 You can also get the Yocto Project Files by downloading