summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-eclipse-project.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-eclipse-project.xml')
-rw-r--r--documentation/sdk-manual/sdk-eclipse-project.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml
index bdb8344cb3..76963a1b51 100644
--- a/documentation/sdk-manual/sdk-eclipse-project.xml
+++ b/documentation/sdk-manual/sdk-eclipse-project.xml
@@ -423,13 +423,13 @@
423 Git repository with: 423 Git repository with:
424 <literallayout class='monospaced'> 424 <literallayout class='monospaced'>
425 $ cd ~ 425 $ cd ~
426 $ git clone git://git.yoctoproject.org/eclipse-poky 426 $ git clone git://git.yoctoproject.org/eclipse-yocto
427 </literallayout> 427 </literallayout>
428 </para></listitem> 428 </para></listitem>
429 <listitem><para> 429 <listitem><para>
430 Use Git to create the correct tag: 430 Use Git to create the correct tag:
431 <literallayout class='monospaced'> 431 <literallayout class='monospaced'>
432 $ cd ~/eclipse-poky 432 $ cd ~/eclipse-yocto
433 $ git checkout neon/yocto-&DISTRO; 433 $ git checkout neon/yocto-&DISTRO;
434 </literallayout> 434 </literallayout>
435 This creates a local tag named 435 This creates a local tag named
@@ -469,7 +469,7 @@
469 <para> 469 <para>
470 Following is an example: 470 Following is an example:
471 <literallayout class='monospaced'> 471 <literallayout class='monospaced'>
472 $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh -l neon/yocto-&DISTRO; master yocto-&DISTRO; 2>&amp;1 | tee build.log 472 $ ECLIPSE_HOME=/home/scottrif/eclipse-yocto/scripts/eclipse ./build.sh -l neon/yocto-&DISTRO; master yocto-&DISTRO; 2>&amp;1 | tee build.log
473 </literallayout> 473 </literallayout>
474 The previous example command adds the tag 474 The previous example command adds the tag
475 you need for 475 you need for