diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-02-20 15:54:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 10:44:07 +0000 |
commit | cb8be9835512005bc94bbcb11b4d001c3c7a6ebd (patch) | |
tree | c99b3c4799669326167b1f22c1e6924f92a8a40e | |
parent | 8e5ee522b79a55bd25e525ba5400809bdd108fca (diff) | |
download | poky-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>
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 25 |
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 @@ | |||
951 | <literallayout class='monospaced'> | 951 | <literallayout class='monospaced'> |
952 | $ git clone git://git.yoctoproject.org/poky | 952 | $ git clone git://git.yoctoproject.org/poky |
953 | Cloning into 'poky'... | 953 | Cloning into 'poky'... |
954 | remote: Counting objects: 416542, done. | 954 | remote: Counting objects: 432160, done. |
955 | remote: Compressing objects: 100% (98611/98611), done. | 955 | remote: Compressing objects: 100% (102056/102056), done. |
956 | remote: Total 416542 (delta 311104), reused 416377 (delta 310939) | 956 | remote: Total 432160 (delta 323116), reused 432037 (delta 323000) |
957 | Receiving objects: 100% (416542/416542), 150.39 MiB | 15.77 MiB/s, done. | 957 | Receiving objects: 100% (432160/432160), 153.81 MiB | 8.54 MiB/s, done. |
958 | Resolving deltas: 100% (311104/311104), done. | 958 | Resolving deltas: 100% (323116/323116), done. |
959 | Checking connectivity... done. | 959 | Checking connectivity... done. |
960 | </literallayout> | 960 | </literallayout> |
961 | Unless you specify a specific development branch or | 961 | Unless you specify a specific development branch or |
@@ -1037,13 +1037,15 @@ | |||
1037 | . | 1037 | . |
1038 | . | 1038 | . |
1039 | . | 1039 | . |
1040 | remotes/origin/master-next | ||
1041 | remotes/origin/master-next2 | ||
1042 | remotes/origin/morty | ||
1043 | remotes/origin/pinky | ||
1044 | remotes/origin/purple | ||
1045 | remotes/origin/pyro | 1040 | remotes/origin/pyro |
1041 | remotes/origin/pyro-next | ||
1046 | remotes/origin/rocko | 1042 | remotes/origin/rocko |
1043 | remotes/origin/rocko-next | ||
1044 | remotes/origin/sumo | ||
1045 | remotes/origin/sumo-next | ||
1046 | remotes/origin/thud | ||
1047 | remotes/origin/thud-next | ||
1048 | remotes/origin/warrior | ||
1047 | </literallayout> | 1049 | </literallayout> |
1048 | </para></listitem> | 1050 | </para></listitem> |
1049 | <listitem><para> | 1051 | <listitem><para> |
@@ -1125,7 +1127,10 @@ | |||
1125 | yocto-2.5 | 1127 | yocto-2.5 |
1126 | yocto-2.5.1 | 1128 | yocto-2.5.1 |
1127 | yocto-2.5.2 | 1129 | yocto-2.5.2 |
1130 | yocto-2.5.3 | ||
1128 | yocto-2.6 | 1131 | yocto-2.6 |
1132 | yocto-2.6.1 | ||
1133 | yocto-2.7 | ||
1129 | yocto_1.5_M5.rc8 | 1134 | yocto_1.5_M5.rc8 |
1130 | </literallayout> | 1135 | </literallayout> |
1131 | </para></listitem> | 1136 | </para></listitem> |