[eclipse-yocto] [PATCH 3/4] README: rename eclipse-poky to eclipse-yocto
Chin Huat Ang
chin.huat.ang at intel.com
Tue Feb 27 18:52:04 PST 2018
Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
---
README.dev | 28 ++++++++++++++--------------
README.txt | 16 ++++++++--------
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/README.dev b/README.dev
index ba94048..a878de2 100644
--- a/README.dev
+++ b/README.dev
@@ -1,9 +1,9 @@
-Eclipse Poky Developer's Workspace Setup
+Eclipse Yocto Developer's Workspace Setup
This readme describes how to setup a development environment for developing
-and testing the eclipse-poky plugins.
+and testing the eclipse-yocto plugins.
-For the time being we recommend using Linux for eclipse-poky development,
+For the time being we recommend using Linux for eclipse-yocto development,
so all of the instructions below should be done on an appropriate Linux distribution.
Prerequisites
@@ -56,7 +56,7 @@ and consult your local network admin for the appropriate proxy info.
2) Install Eclipse
-a) Download Eclipse Oxygen.2 or more recent release. For poky plugin development
+a) Download Eclipse Oxygen.2 or more recent release. For eclipse-yocto plugin development
three components are required: i) Eclipse Java SDK, ii) Eclipse PDE;
iii) Maven 2 Eclipse (m2e). All three of these components are present in
the package named 'Eclipse IDE for Eclipse Committers'. All of the packages
@@ -67,14 +67,14 @@ https://www.eclipse.org/downloads/packages
Download the 'Eclipse IDE for Eclipse Committers' and expand into a new directory
(e.g. ~/eclipse.oxygen.2) on your local disk.
-3) Clone the eclipse-poky git repo
+3) Clone the eclipse-yocto git repo
By default, eclipse's git client (egit) uses ~/git for accessing git repos, so it's
generally a good idea to create and use ~/git for the following clone command.
In ~git type:
-$ git clone git://git.yoctoproject.org/eclipse-poky-contrib
+$ git clone git://git.yoctoproject.org/eclipse-yocto-contrib
When complete, change to the timo/maven branch (temporary)
@@ -86,7 +86,7 @@ Open a terminal, navigate to ~/eclipse.oxygen.2 and type:
$ ./eclipse
-Create a new workspace (e.g. workspace.eclipse-poky)
+Create a new workspace (e.g. workspace.eclipse-yocto)
From main menu:
@@ -94,9 +94,9 @@ File->Import...->Team->Team Project Set->Next
Select File radio button and choose 'Browse' button on right
-Browse to ~/git/eclipse-poky-contrib/releng/org.yocto.sdk.releng/projectsets
+Browse to ~/git/eclipse-yocto-contrib/releng/org.yocto.sdk.releng/projectsets
-and choose 'poky.psf' and Finish
+and choose 'eclipse-yocto.psf' and Finish
This should result in approximately 11 projects appearing in
your workspace. Some will have compiler errors.
@@ -105,10 +105,10 @@ your workspace. Some will have compiler errors.
In the Eclipse Package Explorer view (or Projects view) navigate
to org.yocto.sdk.releng/ directory and open (double click)
-this file: poky.target
+this file: eclipse-yocto.target
Once this file is opened with the 'Target Definition' edito, you should
-see in the message bar: "Resolving Poky with R...inition" with a percentage.
+see in the message bar: "Resolving Yocto with R...inition" with a percentage.
This will take some time (possibly minutes depending upon the speed of your
internet connection)
@@ -139,9 +139,9 @@ then you can install the necessary tycho maven plugins by:
After restart you might need to clean and rebuild all projects, and this
should result in a compile with all workspace errors gone.
-If it does not, please report to ecilpse-poky mailing list at
+If it does not, please report to ecilpse-yocto mailing list at
-https://lists.yoctoproject.org/listinfo/eclipse-poky
+https://lists.yoctoproject.org/listinfo/eclipse-yocto
or open bug
@@ -149,4 +149,4 @@ https://bugzilla.yoctoproject.org/buglist.cgi?query_format=specific&order=releva
It should install the Tycho maven plugins and restart Eclipse.
-You are now setup to build, run, debug Eclipse-Poky plugins
+You are now setup to build, run, debug eclipse-yocto plugins
diff --git a/README.txt b/README.txt
index 3049c59..d2a5430 100644
--- a/README.txt
+++ b/README.txt
@@ -28,7 +28,7 @@ I-3. Proxy Settings (If you're behind some firewall)
I-4. Get the Source Code for the Yocto Project Eclipse Plugin
- git clone git://git.yoctoproject.org/eclipse-poky.git
+ git clone git://git.yoctoproject.org/eclipse-yocto.git
The scripts used for building, including on the auto builder, are under
the "scripts" directory.
@@ -187,8 +187,8 @@ Part V. Sharing with the Community
V.1 Sending Patches to the Mailing List
- Any changes to the eclipse-poky plugin should be sent as patches to
- the Eclipse Poky mailing list (eclipse-poky at yoctoproject.org), with
+ Any changes to the eclipse-yocto plugin should be sent as patches to
+ the Eclipse Yocto mailing list (eclipse-yocto at yoctoproject.org), with
--subject-prefix="<eclipse-revision>][PATCH"
@@ -203,23 +203,23 @@ V.1 Sending Patches to the Mailing List
This is a subscriber only list, so you will need to sign up for access at:
- https://lists.yoctoproject.org/listinfo/eclipse-poky
+ https://lists.yoctoproject.org/listinfo/eclipse-yocto
Patches should follow the same guidelines that are used for other parts of
the Yocto Project and Open Embedded code-base:
http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
- Note that code included in the eclipse-poky plugin should be under the EPL
+ Note that code included in the eclipse-yocto plugin should be under the EPL
(Eclipse Public License) or a compatible license.
-V.2 Sharing Code in the eclipse-poky-contrib Repository
+V.2 Sharing Code in the eclipse-yocto-contrib Repository
Similar to other -contrib repositories in the Yocto Project, there is
- an eclipse-poky-contrib repository created for community members to be
+ an eclipse-yocto-contrib repository created for community members to be
able to share work-in-progress code or code for pull-requests.
- http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky-contrib/
+ http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-yocto-contrib/
To request access, follow the same instructions as for poky-contrib:
--
2.7.4
More information about the eclipse-yocto
mailing list