From 38fa466ad1a54fed4ca04b0d5e7d0edab0ad052b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sun, 15 Apr 2018 11:15:25 -0700 Subject: sdk-manual: Scrubbed "Neon" occurrences from the Oxygen chapter. (From yocto-docs rev: 5c53a75af70a6c6ddaaf5b1d298ea129006f2952) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-eclipse-project.xml | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index 56506e7a26..9154f1f280 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml @@ -194,7 +194,7 @@ following: - Install the Neon version of the Eclipse IDE. + Install the Oxygen version of the Eclipse IDE. Configure the Eclipse IDE. @@ -219,12 +219,12 @@ Follow these steps to locate, install, and configure - Neon Eclipse: + Oxygen Eclipse: - Locate the Neon Download: + Locate the Oxygen Download: Open a browser and go to - http://www.eclipse.org/neon/. + http://www.eclipse.org/oxygen/. Download the Tarball: @@ -259,13 +259,13 @@ Install the Software: - Accept the default "cpp-neon" directory and + Accept the default "cpp-oxygen" directory and click "Install". Accept any license agreements and approve any certificates. - Launch Neon: + Launch Oxygen: Click the "Launch" button and accept the default "workspace". @@ -277,7 +277,7 @@ Configuring the Oxygen Eclipse IDE - Follow these steps to configure the Neon Eclipse IDE. + Follow these steps to configure the Oxygen Eclipse IDE. Depending on how you installed Eclipse and what you have already done, some of the options will @@ -296,7 +296,7 @@ Select - "Neon - http://download.eclipse.org/releases/neon" + "Oxygen - http://download.eclipse.org/releases/oxygen" from the "Work with:" pull-down menu. @@ -364,7 +364,7 @@ Enter - &ECLIPSE_DL_PLUGIN_URL;/neon + &ECLIPSE_DL_PLUGIN_URL;/oxygen in the URL field and provide a meaningful name in the "Name" field. @@ -427,12 +427,12 @@ Use Git to create the correct tag: $ cd ~/eclipse-yocto - $ git checkout neon/yocto-&DISTRO; + $ git checkout -b oxygen/yocto-&DISTRO; remotes/origin/oxygen-master This creates a local tag named - neon/yocto-&DISTRO; + oxygen/yocto-&DISTRO; based on the branch - origin/neon-master. + origin/oxygen-master. 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 @@ Following is an example: - $ 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 The previous example command adds the tag you need for - mars/yocto-&DISTRO; + oxygen/yocto-&DISTRO; to HEAD, then tells the build script to use the local (-l) Git checkout for the build. @@ -540,7 +540,7 @@ Configuring the Oxygen Eclipse Yocto Plug-in - 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 -- cgit v1.2.3-54-g00ecf