dev-manual: Updates to Eclipse section

Modified the area from which the Eclipse Git repository is located.
This has changed.

(From yocto-docs rev: ec2bf4125877b28dae0681c8b578c7bebec5a5b6)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-03-03 08:16:42 -08:00 committed by Richard Purdie
parent e7e533028b
commit 0a2091376e
1 changed files with 10 additions and 21 deletions

View File

@ -871,28 +871,17 @@
repository with:
<literallayout class='monospaced'>
$ cd ~
$ git clone git://git.yoctoproject.org/eclipse-poky-kepler
$ git clone git://git.yoctoproject.org/eclipse-poky
</literallayout>
<note>
If you are using Juno, the repository is
located at
<filename>git://git.yoctoproject.org/eclipse-poky-juno</filename>.
</note>
For this example, the repository is named
<filename>~/eclipse-poky-kepler</filename>.
</para></listitem>
<listitem><para>Change to the directory where you
set up the Git repository:
<listitem><para>Be sure to checkout the specific
plug-in branch.
For example, if you are using Kepler, do the
following:
<literallayout class='monospaced'>
$ cd ~/eclipse-poky-kepler
</literallayout></para></listitem>
<listitem><para>Be sure you are in the right branch
for your Git repository.
For this release set the branch to
<filename>&DISTRO_NAME;</filename>:
<literallayout class='monospaced'>
$ git checkout &DISTRO_NAME;
</literallayout></para></listitem>
$ git checkout kepler
</literallayout>
</para></listitem>
<listitem><para>Change to the
<filename>scripts</filename>
directory within the Git repository:
@ -919,10 +908,10 @@
Here is an example that uses the
<filename>&DISTRO_NAME;</filename> branch:
<literallayout class='monospaced'>
$ ECLIPSE_HOME=/home/scottrif/eclipse-poky-kepler/scripts/eclipse ./build.sh &DISTRO_NAME; &DISTRO_NAME;
$ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh &DISTRO_NAME; &DISTRO_NAME;
</literallayout>
After running the script, the file
<filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename>
<filename>org.yocto.sdk-</filename><replaceable>release</replaceable><filename>-</filename><replaceable>date</replaceable><filename>-archive.zip</filename>
is in the current directory.</para></listitem>
<listitem><para>If necessary, start the Eclipse IDE
and be sure you are in the Workbench.