mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8e5ee522b7
commit
cb8be98355
@@ -951,11 +951,11 @@
|
|||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ git clone git://git.yoctoproject.org/poky
|
$ git clone git://git.yoctoproject.org/poky
|
||||||
Cloning into 'poky'...
|
Cloning into 'poky'...
|
||||||
remote: Counting objects: 416542, done.
|
remote: Counting objects: 432160, done.
|
||||||
remote: Compressing objects: 100% (98611/98611), done.
|
remote: Compressing objects: 100% (102056/102056), done.
|
||||||
remote: Total 416542 (delta 311104), reused 416377 (delta 310939)
|
remote: Total 432160 (delta 323116), reused 432037 (delta 323000)
|
||||||
Receiving objects: 100% (416542/416542), 150.39 MiB | 15.77 MiB/s, done.
|
Receiving objects: 100% (432160/432160), 153.81 MiB | 8.54 MiB/s, done.
|
||||||
Resolving deltas: 100% (311104/311104), done.
|
Resolving deltas: 100% (323116/323116), done.
|
||||||
Checking connectivity... done.
|
Checking connectivity... done.
|
||||||
</literallayout>
|
</literallayout>
|
||||||
Unless you specify a specific development branch or
|
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
|
||||||
|
remotes/origin/pyro-next
|
||||||
remotes/origin/rocko
|
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>
|
</literallayout>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
@@ -1125,7 +1127,10 @@
|
|||||||
yocto-2.5
|
yocto-2.5
|
||||||
yocto-2.5.1
|
yocto-2.5.1
|
||||||
yocto-2.5.2
|
yocto-2.5.2
|
||||||
|
yocto-2.5.3
|
||||||
yocto-2.6
|
yocto-2.6
|
||||||
|
yocto-2.6.1
|
||||||
|
yocto-2.7
|
||||||
yocto_1.5_M5.rc8
|
yocto_1.5_M5.rc8
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|||||||
Reference in New Issue
Block a user