summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-02-19 11:11:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 10:44:02 +0000
commit070fbe731644958fea4e7f357ba426abe7490d8a (patch)
treeac99a97d765b15371b4e79f711e073b5f7e3e024 /documentation
parent1c26e2219d99b19db1eca3e50c5acb500fde0e2c (diff)
downloadpoky-070fbe731644958fea4e7f357ba426abe7490d8a.tar.gz
dev-manual: Updated clone and checkout examples.
Updated the list of returned branches. That had gone a bit stale for the exmaple. Updated the tag checkout example to include the yet-to-be created "yocto-2.5.3" tag. (From yocto-docs rev: 7d8074e7543dac90d2d6f42bdfba16810ee8dab9) 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/dev-manual/dev-manual-start.xml26
1 files changed, 12 insertions, 14 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 472533a85e..d6a294d52b 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -881,11 +881,11 @@
881 <literallayout class='monospaced'> 881 <literallayout class='monospaced'>
882 $ git clone git://git.yoctoproject.org/poky 882 $ git clone git://git.yoctoproject.org/poky
883 Cloning into 'poky'... 883 Cloning into 'poky'...
884 remote: Counting objects: 428741, done. 884 remote: Counting objects: 431956, done.
885 remote: Compressing objects: 100% (101285/101285), done. 885 remote: Compressing objects: 100% (101918/101918), done.
886 remote: Total 428741 (delta 320552), reused 428579 (delta 320390) 886 remote: Total 431956 (delta 322982), reused 431910 (delta 322936)
887 Receiving objects: 100% (428741/428741), 153.04 MiB | 27.16 MiB/s, done. 887 Receiving objects: 100% (431956/431956), 153.76 MiB | 6.86 MiB/s, done.
888 Resolving deltas: 100% (320552/320552), done. 888 Resolving deltas: 100% (322982/322982), done.
889 Checking connectivity... done. 889 Checking connectivity... done.
890 </literallayout> 890 </literallayout>
891 Unless you specify a specific development branch or 891 Unless you specify a specific development branch or
@@ -963,13 +963,12 @@
963 . 963 .
964 . 964 .
965 . 965 .
966 remotes/origin/master-next
967 remotes/origin/master-next2
968 remotes/origin/morty
969 remotes/origin/pinky
970 remotes/origin/purple
971 remotes/origin/pyro
972 remotes/origin/rocko 966 remotes/origin/rocko
967 remotes/origin/rocko-next
968 remotes/origin/sumo
969 remotes/origin/sumo-next
970 remotes/origin/thud
971 remotes/origin/thud-next
973 </literallayout> 972 </literallayout>
974 </para></listitem> 973 </para></listitem>
975 <listitem><para> 974 <listitem><para>
@@ -1048,11 +1047,10 @@
1048 . 1047 .
1049 . 1048 .
1050 . 1049 .
1051 yocto-2.4.4
1052 yocto-2.5
1053 yocto-2.5.1
1054 yocto-2.5.2 1050 yocto-2.5.2
1051 yocto-2.5.3
1055 yocto-2.6 1052 yocto-2.6
1053 yocto-2.6.1
1056 yocto_1.5_M5.rc8 1054 yocto_1.5_M5.rc8
1057 </literallayout> 1055 </literallayout>
1058 </para></listitem> 1056 </para></listitem>