summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-02-20 15:54:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 10:44:07 +0000
commitcb8be9835512005bc94bbcb11b4d001c3c7a6ebd (patch)
treec99b3c4799669326167b1f22c1e6924f92a8a40e /documentation
parent8e5ee522b79a55bd25e525ba5400809bdd108fca (diff)
downloadopenembedded-core-contrib-cb8be9835512005bc94bbcb11b4d001c3c7a6ebd.tar.gz
dev-manual: Updated clone and checkout example.
Needed to have a predictive number of tags and branches in the example commands that assume a released 2.7 version. (From yocto-docs rev: b9f302cf819dbe759b560f4586edaedfae13e3d9) 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.xml25
1 files changed, 15 insertions, 10 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 60afb14eff..6ec5c3cf43 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -951,11 +951,11 @@
<literallayout class='monospaced'>
$ git clone git://git.yoctoproject.org/poky
Cloning into 'poky'...
- remote: Counting objects: 416542, done.
- remote: Compressing objects: 100% (98611/98611), done.
- remote: Total 416542 (delta 311104), reused 416377 (delta 310939)
- Receiving objects: 100% (416542/416542), 150.39 MiB | 15.77 MiB/s, done.
- Resolving deltas: 100% (311104/311104), done.
+ remote: Counting objects: 432160, done.
+ remote: Compressing objects: 100% (102056/102056), done.
+ remote: Total 432160 (delta 323116), reused 432037 (delta 323000)
+ Receiving objects: 100% (432160/432160), 153.81 MiB | 8.54 MiB/s, done.
+ Resolving deltas: 100% (323116/323116), done.
Checking connectivity... done.
</literallayout>
Unless you specify a specific development branch or
@@ -1037,13 +1037,15 @@
.
.
.
- remotes/origin/master-next
- remotes/origin/master-next2
- remotes/origin/morty
- remotes/origin/pinky
- remotes/origin/purple
remotes/origin/pyro
+ remotes/origin/pyro-next
remotes/origin/rocko
+ remotes/origin/rocko-next
+ remotes/origin/sumo
+ remotes/origin/sumo-next
+ remotes/origin/thud
+ remotes/origin/thud-next
+ remotes/origin/warrior
</literallayout>
</para></listitem>
<listitem><para>
@@ -1125,7 +1127,10 @@
yocto-2.5
yocto-2.5.1
yocto-2.5.2
+ yocto-2.5.3
yocto-2.6
+ yocto-2.6.1
+ yocto-2.7
yocto_1.5_M5.rc8
</literallayout>
</para></listitem>