From afb5009c3b6e6d5251d40db94fed7157ce52fc86 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Thu, 15 Feb 2018 13:02:40 -0800 Subject: [PATCH] sdk-manual: Replaced eclipse-poky repo name to eclipse-yocto Fixed [YOCTO #12546] (From yocto-docs rev: 6fa7fb663d8a9067ddec783424cf0da81e875669) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-mars.xml | 6 +++--- documentation/sdk-manual/sdk-eclipse-project.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 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 @@ 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