diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-05-09 15:13:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-10 12:13:32 +0100 |
commit | 3e655f9c7f0f4f778dc9eedd9f7405fc84b4c9ad (patch) | |
tree | d00e95e88d79d63f6db1fc117f4b4677438d1fa2 /documentation | |
parent | 4b0bec5211ae071c9e62896d25c51301294507d4 (diff) | |
download | poky-3e655f9c7f0f4f778dc9eedd9f7405fc84b4c9ad.tar.gz |
yocto-project-qs: Updated output for git clone of meta-intel.
(From yocto-docs rev: 446ca716612ced4931b42abd769e0743a3413710)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index c007e54d9c..a14947dddf 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -710,11 +710,11 @@ | |||
710 | $ cd $HOME/poky | 710 | $ cd $HOME/poky |
711 | $ git clone git://git.yoctoproject.org/meta-intel | 711 | $ git clone git://git.yoctoproject.org/meta-intel |
712 | Cloning into 'meta-intel'... | 712 | Cloning into 'meta-intel'... |
713 | remote: Counting objects: 11988, done. | 713 | remote: Counting objects: 14039, done. |
714 | remote: Compressing objects: 100% (3884/3884), done. | 714 | remote: Compressing objects: 100% (4471/4471), done. |
715 | Receiving objects: 100% (11988/11988), 2.93 MiB | 2.51 MiB/s, done. | 715 | remote: Total 14039 (delta 8130), reused 13837 (delta 7947) |
716 | remote: Total 11988 (delta 6881), reused 11752 (delta 6645) | 716 | Receiving objects: 100% (14039/14039), 4.27 MiB | 3.98 MiB/s, done. |
717 | Resolving deltas: 100% (6881/6881), done. | 717 | Resolving deltas: 100% (8130/8130), done. |
718 | Checking connectivity... done. | 718 | Checking connectivity... done. |
719 | </literallayout> | 719 | </literallayout> |
720 | By default when you clone a Git repository, the | 720 | By default when you clone a Git repository, the |