sdk-manual: Split the Eclipse section into a separate chapter

This also affected a link in the dev-manual and some setup stuff
in the mega-manual and sdk-manual.xml file due to a new chapter
being introduced.

This section on the Eclipse stuff is big enough to warrant its
own chapter.  I decided to pull it into a separate chapter of its
own.

(From yocto-docs rev: a4b2b605902f09bb200facfabb0a7c355fbf4c87)

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-10-18 09:21:19 -07:00
committed by Richard Purdie
parent 3c3dddf3e0
commit 34befd259d
7 changed files with 1225 additions and 1214 deletions

View File

@@ -52,8 +52,8 @@
<listitem><para> <listitem><para>
<emphasis>Eclipse Development:</emphasis> <emphasis>Eclipse Development:</emphasis>
See the See the
"<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-developing-applications-using-eclipse'>Developing Applications Using Eclipse</ulink>" "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-eclipse-project'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></ulink>"
section in the Yocto Project Software Development Kit (SDK) Chapter in the Yocto Project Software Development Kit (SDK)
Developer's Guide. Developer's Guide.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>

View File

@@ -149,6 +149,8 @@
xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-using.xml"/> xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-using.xml"/>
<xi:include <xi:include
xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-working-projects.xml"/> xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-working-projects.xml"/>
<xi:include
xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-eclipse-project.xml"/>
<xi:include <xi:include
xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-obtain.xml"/> xmlns:xi="http://www.w3.org/2003/XInclude" href="../sdk-manual/sdk-appendix-obtain.xml"/>
<xi:include <xi:include

View File

@@ -14,8 +14,8 @@
from start to finish. from start to finish.
For general information on using the Eclipse IDE and the Yocto For general information on using the Eclipse IDE and the Yocto
Project Eclipse Plug-In, see the Project Eclipse Plug-In, see the
"<link linkend='sdk-developing-applications-using-eclipse'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></link>" "<link linkend='sdk-eclipse-project'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></link>"
section. Chapter.
</para> </para>
<section id='mars-setting-up-the-eclipse-ide'> <section id='mars-setting-up-the-eclipse-ide'>

File diff suppressed because it is too large Load Diff

View File

@@ -294,8 +294,8 @@
For information about the application development workflow that For information about the application development workflow that
uses the Eclipse IDE and for a detailed example of how to install uses the Eclipse IDE and for a detailed example of how to install
and configure the Eclipse Yocto Project Plug-in, see the and configure the Eclipse Yocto Project Plug-in, see the
"<link linkend='sdk-developing-applications-using-eclipse'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></link>" "<link linkend='sdk-eclipse-project'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></link>"
section. Chapter.
</para> </para>
</section> </section>

View File

@@ -24,7 +24,7 @@
<author> <author>
<firstname>Scott</firstname> <surname>Rifenbark</surname> <firstname>Scott</firstname> <surname>Rifenbark</surname>
<affiliation> <affiliation>
<orgname>Scotty's Documentation Services, LLC</orgname> <orgname>Scotty's Documentation Services, INC</orgname>
</affiliation> </affiliation>
<email>srifenbark@gmail.com</email> <email>srifenbark@gmail.com</email>
</author> </author>
@@ -103,6 +103,8 @@
<xi:include href="sdk-working-projects.xml"/> <xi:include href="sdk-working-projects.xml"/>
<xi:include href="sdk-eclipse-project.xml"/>
<xi:include href="sdk-appendix-obtain.xml"/> <xi:include href="sdk-appendix-obtain.xml"/>
<xi:include href="sdk-appendix-customizing.xml"/> <xi:include href="sdk-appendix-customizing.xml"/>

File diff suppressed because it is too large Load Diff