diff options
author | Kristi Rifenbark <kristi@buzzcollectivemarketing.com> | 2018-02-15 13:02:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-03 08:35:24 +0000 |
commit | afb5009c3b6e6d5251d40db94fed7157ce52fc86 (patch) | |
tree | b9685ce2985f8c79b88283eeecbbd6b578c80291 /documentation | |
parent | 324da6588514813ba1adf93a8b04c797336cbe32 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-mars.xml | 6 | ||||
-rw-r--r-- | 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 @@ | |||
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> |
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>&1 | tee build.log | 472 | $ ECLIPSE_HOME=/home/scottrif/eclipse-yocto/scripts/eclipse ./build.sh -l neon/yocto-&DISTRO; master yocto-&DISTRO; 2>&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 |