mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
sdk-manual: Scrubbed "Neon" occurrences from the Oxygen chapter.
(From yocto-docs rev: 5c53a75af70a6c6ddaaf5b1d298ea129006f2952) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
88b2e34efa
commit
38fa466ad1
@@ -194,7 +194,7 @@
|
||||
following:
|
||||
<orderedlist>
|
||||
<listitem><para>
|
||||
Install the Neon version of the Eclipse IDE.
|
||||
Install the Oxygen version of the Eclipse IDE.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Configure the Eclipse IDE.
|
||||
@@ -219,12 +219,12 @@
|
||||
|
||||
<para>
|
||||
Follow these steps to locate, install, and configure
|
||||
Neon Eclipse:
|
||||
Oxygen Eclipse:
|
||||
<orderedlist>
|
||||
<listitem><para>
|
||||
<emphasis>Locate the Neon Download:</emphasis>
|
||||
<emphasis>Locate the Oxygen Download:</emphasis>
|
||||
Open a browser and go to
|
||||
<ulink url='http://www.eclipse.org/neon/'>http://www.eclipse.org/neon/</ulink>.
|
||||
<ulink url='http://www.eclipse.org/oxygen/'>http://www.eclipse.org/oxygen/</ulink>.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>Download the Tarball:</emphasis>
|
||||
@@ -259,13 +259,13 @@
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>Install the Software:</emphasis>
|
||||
Accept the default "cpp-neon" directory and
|
||||
Accept the default "cpp-oxygen" directory and
|
||||
click "Install".
|
||||
Accept any license agreements and approve any
|
||||
certificates.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<emphasis>Launch Neon:</emphasis>
|
||||
<emphasis>Launch Oxygen:</emphasis>
|
||||
Click the "Launch" button and accept the
|
||||
default "workspace".
|
||||
</para></listitem>
|
||||
@@ -277,7 +277,7 @@
|
||||
<title>Configuring the Oxygen Eclipse IDE</title>
|
||||
|
||||
<para>
|
||||
Follow these steps to configure the Neon Eclipse IDE.
|
||||
Follow these steps to configure the Oxygen Eclipse IDE.
|
||||
<note>
|
||||
Depending on how you installed Eclipse and what
|
||||
you have already done, some of the options will
|
||||
@@ -296,7 +296,7 @@
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Select
|
||||
"Neon - http://download.eclipse.org/releases/neon"
|
||||
"Oxygen - http://download.eclipse.org/releases/oxygen"
|
||||
from the "Work with:" pull-down menu.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
@@ -364,7 +364,7 @@
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Enter
|
||||
<filename>&ECLIPSE_DL_PLUGIN_URL;/neon</filename>
|
||||
<filename>&ECLIPSE_DL_PLUGIN_URL;/oxygen</filename>
|
||||
in the URL field and provide a meaningful
|
||||
name in the "Name" field.
|
||||
</para></listitem>
|
||||
@@ -427,12 +427,12 @@
|
||||
Use Git to create the correct tag:
|
||||
<literallayout class='monospaced'>
|
||||
$ cd ~/eclipse-yocto
|
||||
$ git checkout neon/yocto-&DISTRO;
|
||||
$ git checkout -b oxygen/yocto-&DISTRO; remotes/origin/oxygen-master
|
||||
</literallayout>
|
||||
This creates a local tag named
|
||||
<filename>neon/yocto-&DISTRO;</filename>
|
||||
<filename>oxygen/yocto-&DISTRO;</filename>
|
||||
based on the branch
|
||||
<filename>origin/neon-master</filename>.
|
||||
<filename>origin/oxygen-master</filename>.
|
||||
You are put into a detached HEAD state,
|
||||
which is fine since you are only going to
|
||||
be building and not developing.
|
||||
@@ -466,11 +466,11 @@
|
||||
<para>
|
||||
Following is an example:
|
||||
<literallayout class='monospaced'>
|
||||
$ ECLIPSE_HOME=/home/scottrif/eclipse-yocto/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 oxygen/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>
|
||||
<filename>oxygen/yocto-&DISTRO;</filename>
|
||||
to <filename>HEAD</filename>, then tells
|
||||
the build script to use the local (-l) Git
|
||||
checkout for the build.
|
||||
@@ -540,7 +540,7 @@
|
||||
<title>Configuring the Oxygen Eclipse Yocto Plug-in</title>
|
||||
|
||||
<para>
|
||||
Configuring the Neon Eclipse Yocto Plug-in involves
|
||||
Configuring the Oxygen Eclipse Yocto Plug-in involves
|
||||
setting the Cross Compiler options and the Target
|
||||
options.
|
||||
The configurations you choose become the default
|
||||
|
||||
Reference in New Issue
Block a user