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/sdk-manual/sdk-eclipse-project.xml | |
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/sdk-manual/sdk-eclipse-project.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-eclipse-project.xml | 6 |
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>&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 |