diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 26 |
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 5f5eb51724..d73bb967a7 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -154,8 +154,8 @@ | |||
154 | <para>Now create a clone of the bare clone just created: | 154 | <para>Now create a clone of the bare clone just created: |
155 | <literallayout class='monospaced'> | 155 | <literallayout class='monospaced'> |
156 | $ git clone linux-yocto-3.2.git my-linux-yocto-3.2-work | 156 | $ git clone linux-yocto-3.2.git my-linux-yocto-3.2-work |
157 | Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.2/.git/ | 157 | Initialized empty Git repository in /home/scottrif/my-linux-yocto-3.2-work/.git/ |
158 | Checking out files: 100% (36898/36898), done. | 158 | Checking out files: 100% (37619/37619), done. |
159 | </literallayout></para></listitem> | 159 | </literallayout></para></listitem> |
160 | <listitem id='poky-extras-repo'><para><emphasis> | 160 | <listitem id='poky-extras-repo'><para><emphasis> |
161 | The <filename>poky-extras</filename> Git Repository</emphasis>: | 161 | The <filename>poky-extras</filename> Git Repository</emphasis>: |
@@ -176,14 +176,13 @@ | |||
176 | repository inside the Yocto Project files Git repository, which is named | 176 | repository inside the Yocto Project files Git repository, which is named |
177 | <filename>poky</filename> in this case: | 177 | <filename>poky</filename> in this case: |
178 | <literallayout class='monospaced'> | 178 | <literallayout class='monospaced'> |
179 | $ cd ~/poky | ||
180 | $ git clone git://git.yoctoproject.org/poky-extras poky-extras | 179 | $ git clone git://git.yoctoproject.org/poky-extras poky-extras |
181 | Initialized empty Git repository in /home/scottrif/poky/poky-extras/.git/ | 180 | Initialized empty Git repository in /home/scottrif/poky/poky-extras/.git/ |
182 | remote: Counting objects: 561, done. | 181 | remote: Counting objects: 618, done. |
183 | remote: Compressing objects: 100% (501/501), done. | 182 | remote: Compressing objects: 100% (558/558), done. |
184 | remote: Total 561 (delta 159), reused 306 (delta 39) | 183 | remote: Total 618 (delta 192), reused 307 (delta 39) |
185 | Receiving objects: 100% (561/561), 519.96 KiB | 479 KiB/s, done. | 184 | Receiving objects: 100% (618/618), 526.26 KiB | 111 KiB/s, done. |
186 | Resolving deltas: 100% (159/159), done. | 185 | Resolving deltas: 100% (192/192), done. |
187 | </literallayout></para></listitem> | 186 | </literallayout></para></listitem> |
188 | <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board | 187 | <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board |
189 | Support Packages (BSPs):</emphasis> | 188 | Support Packages (BSPs):</emphasis> |
@@ -232,14 +231,13 @@ | |||
232 | <filename>meta-intel</filename> | 231 | <filename>meta-intel</filename> |
233 | Git repository inside the <filename>poky</filename> Git repository. | 232 | Git repository inside the <filename>poky</filename> Git repository. |
234 | <literallayout class='monospaced'> | 233 | <literallayout class='monospaced'> |
235 | $ cd poky | ||
236 | $ git clone git://git.yoctoproject.org/meta-intel.git | 234 | $ git clone git://git.yoctoproject.org/meta-intel.git |
237 | Initialized empty Git repository in /home/scottrif/poky/meta-intel/.git/ | 235 | Initialized empty Git repository in /home/scottrif/poky/meta-intel/.git/ |
238 | remote: Counting objects: 1325, done. | 236 | remote: Counting objects: 3380, done. |
239 | remote: Compressing objects: 100% (1078/1078), done. | 237 | remote: Compressing objects: 100% (2750/2750), done. |
240 | remote: Total 1325 (delta 546), reused 85 (delta 27) | 238 | remote: Total 3380 (delta 1689), reused 227 (delta 113) |
241 | Receiving objects: 100% (1325/1325), 1.56 MiB | 330 KiB/s, done. | 239 | Receiving objects: 100% (3380/3380), 1.77 MiB | 128 KiB/s, done. |
242 | Resolving deltas: 100% (546/546), done. | 240 | Resolving deltas: 100% (1689/1689), done. |
243 | </literallayout></para> | 241 | </literallayout></para> |
244 | <para>The same | 242 | <para>The same |
245 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> | 243 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> |