diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-08-18 13:43:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:48 +0100 |
commit | a037f60768abfeeadfbead36b6fb6a4ea0368e6f (patch) | |
tree | 3d5ab7d7aae7db649b5f64425096aaaf05d5c417 /documentation/dev-manual/dev-manual-start.xml | |
parent | 2b93720cfcd7832d38ccf557cc54fc7565db1f24 (diff) | |
download | poky-a037f60768abfeeadfbead36b6fb6a4ea0368e6f.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 74 |
1 files changed, 29 insertions, 45 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index e840385c25..85dff0b673 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -28,6 +28,35 @@ | |||
28 | to prepare any Linux, Mac, or Windows development host. | 28 | to prepare any Linux, Mac, or Windows development host. |
29 | </para> | 29 | </para> |
30 | 30 | ||
31 | <para> | ||
32 | Once your development host is set up to use the Yocto Project, | ||
33 | further steps are necessary depending on what you want to | ||
34 | accomplish. | ||
35 | See the following references for information on how to prepare for | ||
36 | Board Support Package (BSP) development, kernel development, and | ||
37 | development using the <trademark class='trade'>Eclipse</trademark> IDE: | ||
38 | <itemizedlist> | ||
39 | <listitem><para> | ||
40 | <emphasis>BSP Development:</emphasis> | ||
41 | See the | ||
42 | "<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>" | ||
43 | section in the Yocto Project Board Support Package (BSP) | ||
44 | Developer's Guide. | ||
45 | </para></listitem> | ||
46 | <listitem><para> | ||
47 | <emphasis>Kernel Development:</emphasis> | ||
48 | Need some kernel links. | ||
49 | </para></listitem> | ||
50 | <listitem><para> | ||
51 | <emphasis>Eclipse Development:</emphasis> | ||
52 | See the | ||
53 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-developing-applications-using-eclipse'>Developing Applications Using Eclipse</ulink>" | ||
54 | section in the Yocto Project Software Development Kit (SDK) | ||
55 | Developer's Guide. | ||
56 | </para></listitem> | ||
57 | </itemizedlist> | ||
58 | </para> | ||
59 | |||
31 | <section id='setting-up-a-native-linux-host'> | 60 | <section id='setting-up-a-native-linux-host'> |
32 | <title>Setting Up a Native Linux Host</title> | 61 | <title>Setting Up a Native Linux Host</title> |
33 | 62 | ||
@@ -325,51 +354,6 @@ | |||
325 | </para> | 354 | </para> |
326 | </section> | 355 | </section> |
327 | </section> | 356 | </section> |
328 | |||
329 | <section id='setting-up-to-use-eclipse'> | ||
330 | <title>Setting Up to Use Eclipse</title> | ||
331 | |||
332 | <para> | ||
333 | This section presents the steps needed to set up your host if you | ||
334 | are going to be using the popular | ||
335 | <trademark class='trade'>Eclipse</trademark> IDE. | ||
336 | The steps in this procedure are links to sections in the | ||
337 | Yocto Project Software Development Kit (SDK) Developer's Guide | ||
338 | that provide detailed procedures given the Neon version of | ||
339 | Eclipse. | ||
340 | For procedures on the entire development process using | ||
341 | Eclipse, see the | ||
342 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-developing-applications-using-eclipse'>Developing Applications Using Eclipse</ulink>" | ||
343 | section in the Yocto Project Software Development Kit (SDK) | ||
344 | Developer's Guide. | ||
345 | <orderedlist> | ||
346 | <listitem><para> | ||
347 | <emphasis>Install Eclipse:</emphasis> | ||
348 | See the | ||
349 | "<ulink url='&YOCTO_DOCS_SDK_URL;#neon-installing-eclipse-ide'>Installing the Neon Eclipse IDE</ulink>" | ||
350 | section. | ||
351 | </para></listitem> | ||
352 | <listitem><para> | ||
353 | <emphasis>Configure Eclipse:</emphasis> | ||
354 | See the | ||
355 | "<ulink url='&YOCTO_DOCS_SDK_URL;#neon-configuring-the-mars-eclipse-ide'>Configuring the Neon Eclipse IDE</ulink>" | ||
356 | section. | ||
357 | </para></listitem> | ||
358 | <listitem><para> | ||
359 | <emphasis>Configure Eclipse:</emphasis> | ||
360 | See the | ||
361 | "<ulink url='&YOCTO_DOCS_SDK_URL;#neon-installing-the-eclipse-yocto-plug-in'>Installing or Accessing the Neon Eclipse Yocto Plug-in</ulink>" | ||
362 | section. | ||
363 | </para></listitem> | ||
364 | <listitem><para> | ||
365 | <emphasis>Configure Eclipse:</emphasis> | ||
366 | See the | ||
367 | "<ulink url='&YOCTO_DOCS_SDK_URL;#neon-configuring-the-eclipse-yocto-plug-in'>Configuring the Neon Eclipse Yocto Plug-in</ulink>" | ||
368 | section. | ||
369 | </para></listitem> | ||
370 | </orderedlist> | ||
371 | </para> | ||
372 | </section> | ||
373 | </section> | 357 | </section> |
374 | 358 | ||
375 | <section id='working-with-yocto-project-source-files'> | 359 | <section id='working-with-yocto-project-source-files'> |