summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-appendix-mars.xml
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi@buzzcollectivemarketing.com>2018-02-15 13:02:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:24 +0000
commitafb5009c3b6e6d5251d40db94fed7157ce52fc86 (patch)
treeb9685ce2985f8c79b88283eeecbbd6b578c80291 /documentation/sdk-manual/sdk-appendix-mars.xml
parent324da6588514813ba1adf93a8b04c797336cbe32 (diff)
downloadpoky-afb5009c3b6e6d5251d40db94fed7157ce52fc86.tar.gz
sdk-manual: Replaced eclipse-poky repo name to eclipse-yocto
Fixed [YOCTO #12546] (From yocto-docs rev: 6fa7fb663d8a9067ddec783424cf0da81e875669) Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-appendix-mars.xml')
-rw-r--r--documentation/sdk-manual/sdk-appendix-mars.xml6
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>&amp;1 | tee build.log 265 $ ECLIPSE_HOME=/home/scottrif/eclipse-yocto/scripts/eclipse ./build.sh -l mars/yocto-&DISTRO; master yocto-&DISTRO; 2>&amp;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>