summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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