diff options
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-mars.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-mars.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-appendix-mars.xml b/documentation/sdk-manual/sdk-appendix-mars.xml index 2d80f644db..84167a8ce0 100644 --- a/documentation/sdk-manual/sdk-appendix-mars.xml +++ b/documentation/sdk-manual/sdk-appendix-mars.xml | |||
@@ -223,13 +223,13 @@ | |||
223 | repository with: | 223 | repository with: |
224 | <literallayout class='monospaced'> | 224 | <literallayout class='monospaced'> |
225 | $ cd ~ | 225 | $ cd ~ |
226 | $ git clone git://git.yoctoproject.org/eclipse-poky | 226 | $ git clone git://git.yoctoproject.org/eclipse-yocto |
227 | </literallayout> | 227 | </literallayout> |
228 | </para></listitem> | 228 | </para></listitem> |
229 | <listitem><para>Use Git to checkout the correct | 229 | <listitem><para>Use Git to checkout the correct |
230 | tag: | 230 | tag: |
231 | <literallayout class='monospaced'> | 231 | <literallayout class='monospaced'> |
232 | $ cd ~/eclipse-poky | 232 | $ cd ~/eclipse-yocto |
233 | $ git checkout mars/yocto-&DISTRO; | 233 | $ git checkout mars/yocto-&DISTRO; |
234 | </literallayout> | 234 | </literallayout> |
235 | This puts you in a detached HEAD state, which | 235 | This puts you in a detached HEAD state, which |
@@ -262,7 +262,7 @@ | |||
262 | <para> | 262 | <para> |
263 | Following is an example: | 263 | Following is an example: |
264 | <literallayout class='monospaced'> | 264 | <literallayout class='monospaced'> |
265 | $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh -l mars/yocto-&DISTRO; master yocto-&DISTRO; 2>&1 | tee build.log | 265 | $ ECLIPSE_HOME=/home/scottrif/eclipse-yocto/scripts/eclipse ./build.sh -l mars/yocto-&DISTRO; master yocto-&DISTRO; 2>&1 | tee build.log |
266 | </literallayout> | 266 | </literallayout> |
267 | The previous example command adds the tag you | 267 | The previous example command adds the tag you |
268 | need for <filename>mars/yocto-&DISTRO;</filename> | 268 | need for <filename>mars/yocto-&DISTRO;</filename> |