summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-03 08:16:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:35 +0000
commit0a2091376eaa612f48d64bb545c5063fdbc39dc3 (patch)
tree9bcfdd3c190be8b6ffebfbd78e8e6780d266bf08 /documentation
parente7e533028bea299ca85b4fc503ccca61c35ae60c (diff)
downloadast2050-yocto-poky-0a2091376eaa612f48d64bb545c5063fdbc39dc3.zip
ast2050-yocto-poky-0a2091376eaa612f48d64bb545c5063fdbc39dc3.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml31
1 files changed, 10 insertions, 21 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index bbf4904..7ae0423 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -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:
- <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>:
+ <listitem><para>Be sure to checkout the specific
+ plug-in branch.
+ For example, if you are using Kepler, do the
+ following:
<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.
OpenPOWER on IntegriCloud