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 @@
repository with:
$ cd ~
- $ git clone git://git.yoctoproject.org/eclipse-poky
+ $ git clone git://git.yoctoproject.org/eclipse-yocto
Use Git to checkout the correct
tag:
- $ cd ~/eclipse-poky
+ $ cd ~/eclipse-yocto
$ git checkout mars/yocto-&DISTRO;
This puts you in a detached HEAD state, which
@@ -262,7 +262,7 @@
Following is an example:
- $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh -l mars/yocto-&DISTRO; master yocto-&DISTRO; 2>&1 | tee build.log
+ $ ECLIPSE_HOME=/home/scottrif/eclipse-yocto/scripts/eclipse ./build.sh -l mars/yocto-&DISTRO; master yocto-&DISTRO; 2>&1 | tee build.log
The previous example command adds the tag you
need for mars/yocto-&DISTRO;
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 @@
Git repository with:
$ cd ~
- $ git clone git://git.yoctoproject.org/eclipse-poky
+ $ git clone git://git.yoctoproject.org/eclipse-yocto
Use Git to create the correct tag:
- $ cd ~/eclipse-poky
+ $ cd ~/eclipse-yocto
$ git checkout neon/yocto-&DISTRO;
This creates a local tag named
@@ -469,7 +469,7 @@
Following is an example:
- $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh -l neon/yocto-&DISTRO; master yocto-&DISTRO; 2>&1 | tee build.log
+ $ ECLIPSE_HOME=/home/scottrif/eclipse-yocto/scripts/eclipse ./build.sh -l neon/yocto-&DISTRO; master yocto-&DISTRO; 2>&1 | tee build.log
The previous example command adds the tag
you need for