mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
324da65885
commit
afb5009c3b
@@ -223,13 +223,13 @@
|
||||
repository with:
|
||||
<literallayout class='monospaced'>
|
||||
$ cd ~
|
||||
$ git clone git://git.yoctoproject.org/eclipse-poky
|
||||
$ git clone git://git.yoctoproject.org/eclipse-yocto
|
||||
</literallayout>
|
||||
</para></listitem>
|
||||
<listitem><para>Use Git to checkout the correct
|
||||
tag:
|
||||
<literallayout class='monospaced'>
|
||||
$ cd ~/eclipse-poky
|
||||
$ cd ~/eclipse-yocto
|
||||
$ git checkout mars/yocto-&DISTRO;
|
||||
</literallayout>
|
||||
This puts you in a detached HEAD state, which
|
||||
@@ -262,7 +262,7 @@
|
||||
<para>
|
||||
Following is an example:
|
||||
<literallayout class='monospaced'>
|
||||
$ 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
|
||||
</literallayout>
|
||||
The previous example command adds the tag you
|
||||
need for <filename>mars/yocto-&DISTRO;</filename>
|
||||
|
||||
@@ -423,13 +423,13 @@
|
||||
Git repository with:
|
||||
<literallayout class='monospaced'>
|
||||
$ cd ~
|
||||
$ git clone git://git.yoctoproject.org/eclipse-poky
|
||||
$ git clone git://git.yoctoproject.org/eclipse-yocto
|
||||
</literallayout>
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Use Git to create the correct tag:
|
||||
<literallayout class='monospaced'>
|
||||
$ cd ~/eclipse-poky
|
||||
$ cd ~/eclipse-yocto
|
||||
$ git checkout neon/yocto-&DISTRO;
|
||||
</literallayout>
|
||||
This creates a local tag named
|
||||
@@ -469,7 +469,7 @@
|
||||
<para>
|
||||
Following is an example:
|
||||
<literallayout class='monospaced'>
|
||||
$ 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
|
||||
</literallayout>
|
||||
The previous example command adds the tag
|
||||
you need for
|
||||
|
||||
Reference in New Issue
Block a user