dev-manual: Pulled Eclipse preparation section

I moved the section on preparing a build host to use the
Eclipse IDE and placed it as introductory text for the
section that talks about getting the system ready for either
native Linux or CROPS use to use YP.

I also created as part of that list, links to the BSP manual
where I now talk about getting the system ready for BSP
development.

(From yocto-docs rev: f5b5d27ea5036792a96c0a42a3d7513a2a57a4b0)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-08-18 13:43:08 -07:00
committed by Richard Purdie
parent 2b93720cfc
commit a037f60768

View File

@@ -28,6 +28,35 @@
to prepare any Linux, Mac, or Windows development host.
</para>
<para>
Once your development host is set up to use the Yocto Project,
further steps are necessary depending on what you want to
accomplish.
See the following references for information on how to prepare for
Board Support Package (BSP) development, kernel development, and
development using the <trademark class='trade'>Eclipse</trademark> IDE:
<itemizedlist>
<listitem><para>
<emphasis>BSP Development:</emphasis>
See the
"<ulink url='&YOCTO_DOCS_BSP_URL;#preparing-your-build-host-to-work-with-bsp-layers'>Preparing Your Build Host to Work With BSP Layers</ulink>"
section in the Yocto Project Board Support Package (BSP)
Developer's Guide.
</para></listitem>
<listitem><para>
<emphasis>Kernel Development:</emphasis>
Need some kernel links.
</para></listitem>
<listitem><para>
<emphasis>Eclipse Development:</emphasis>
See the
"<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-developing-applications-using-eclipse'>Developing Applications Using Eclipse</ulink>"
section in the Yocto Project Software Development Kit (SDK)
Developer's Guide.
</para></listitem>
</itemizedlist>
</para>
<section id='setting-up-a-native-linux-host'>
<title>Setting Up a Native Linux Host</title>
@@ -325,51 +354,6 @@
</para>
</section>
</section>
<section id='setting-up-to-use-eclipse'>
<title>Setting Up to Use Eclipse</title>
<para>
This section presents the steps needed to set up your host if you
are going to be using the popular
<trademark class='trade'>Eclipse</trademark> IDE.
The steps in this procedure are links to sections in the
Yocto Project Software Development Kit (SDK) Developer's Guide
that provide detailed procedures given the Neon version of
Eclipse.
For procedures on the entire development process using
Eclipse, see the
"<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-developing-applications-using-eclipse'>Developing Applications Using Eclipse</ulink>"
section in the Yocto Project Software Development Kit (SDK)
Developer's Guide.
<orderedlist>
<listitem><para>
<emphasis>Install Eclipse:</emphasis>
See the
"<ulink url='&YOCTO_DOCS_SDK_URL;#neon-installing-eclipse-ide'>Installing the Neon Eclipse IDE</ulink>"
section.
</para></listitem>
<listitem><para>
<emphasis>Configure Eclipse:</emphasis>
See the
"<ulink url='&YOCTO_DOCS_SDK_URL;#neon-configuring-the-mars-eclipse-ide'>Configuring the Neon Eclipse IDE</ulink>"
section.
</para></listitem>
<listitem><para>
<emphasis>Configure Eclipse:</emphasis>
See the
"<ulink url='&YOCTO_DOCS_SDK_URL;#neon-installing-the-eclipse-yocto-plug-in'>Installing or Accessing the Neon Eclipse Yocto Plug-in</ulink>"
section.
</para></listitem>
<listitem><para>
<emphasis>Configure Eclipse:</emphasis>
See the
"<ulink url='&YOCTO_DOCS_SDK_URL;#neon-configuring-the-eclipse-yocto-plug-in'>Configuring the Neon Eclipse Yocto Plug-in</ulink>"
section.
</para></listitem>
</orderedlist>
</para>
</section>
</section>
<section id='working-with-yocto-project-source-files'>