diff options
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/overview-manual-development-environment.xml | 25 | ||||
-rw-r--r-- | documentation/overview-manual/overview-manual-yp-intro.xml | 43 |
2 files changed, 4 insertions, 64 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.xml b/documentation/overview-manual/overview-manual-development-environment.xml index bba93ccefa..2f1bd1610d 100644 --- a/documentation/overview-manual/overview-manual-development-environment.xml +++ b/documentation/overview-manual/overview-manual-development-environment.xml | |||
@@ -166,22 +166,6 @@ | |||
166 | section in the Yocto Project Linux Kernel Development Manual. | 166 | section in the Yocto Project Linux Kernel Development Manual. |
167 | </para></listitem> | 167 | </para></listitem> |
168 | <listitem><para> | 168 | <listitem><para> |
169 | <emphasis>Using the <trademark class='trade'>Eclipse</trademark> IDE:</emphasis> | ||
170 | One of two Yocto Project development methods that involves an | ||
171 | interface that effectively puts the Yocto Project into the | ||
172 | background is the popular Eclipse IDE. | ||
173 | This method of development is advantageous if you are already | ||
174 | familiar with working within Eclipse. | ||
175 | Development is supported through a plugin that you install | ||
176 | onto your development host.</para> | ||
177 | |||
178 | <para>For steps that show you how to set up your development | ||
179 | host to use the Eclipse Yocto Project plugin, see the | ||
180 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-eclipse-project'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></ulink>" | ||
181 | Chapter in the Yocto Project Application Development and the | ||
182 | Extensible Software Development Kit (eSDK) manual. | ||
183 | </para></listitem> | ||
184 | <listitem><para> | ||
185 | <emphasis>Using Toaster:</emphasis> | 169 | <emphasis>Using Toaster:</emphasis> |
186 | The other Yocto Project development method that involves an | 170 | The other Yocto Project development method that involves an |
187 | interface that effectively puts the Yocto Project into the | 171 | interface that effectively puts the Yocto Project into the |
@@ -276,11 +260,10 @@ | |||
276 | <emphasis> | 260 | <emphasis> |
277 | <ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink> | 261 | <ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink> |
278 | </emphasis> | 262 | </emphasis> |
279 | This is an index of releases such as | 263 | This is an index of releases such as Poky, Pseudo, installers |
280 | the <trademark class='trade'>Eclipse</trademark> | 264 | for cross-development toolchains, miscellaneous support |
281 | Yocto Plug-in, miscellaneous support, Poky, Pseudo, installers | 265 | and all released versions of Yocto Project in the form of |
282 | for cross-development toolchains, and all released versions of | 266 | images or tarballs. |
283 | Yocto Project in the form of images or tarballs. | ||
284 | Downloading and extracting these files does not produce a local | 267 | Downloading and extracting these files does not produce a local |
285 | copy of the Git repository but rather a snapshot of a | 268 | copy of the Git repository but rather a snapshot of a |
286 | particular release or image.</para> | 269 | particular release or image.</para> |
diff --git a/documentation/overview-manual/overview-manual-yp-intro.xml b/documentation/overview-manual/overview-manual-yp-intro.xml index 254f191cc5..dbf62cc162 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.xml +++ b/documentation/overview-manual/overview-manual-yp-intro.xml | |||
@@ -502,35 +502,6 @@ | |||
502 | Manual. | 502 | Manual. |
503 | </para></listitem> | 503 | </para></listitem> |
504 | <listitem><para> | 504 | <listitem><para> |
505 | <emphasis><trademark class='trade'>Eclipse</trademark> IDE Plug-in:</emphasis> | ||
506 | This plug-in enables you to use the popular Eclipse | ||
507 | Integrated Development Environment (IDE), which allows | ||
508 | for development using the Yocto Project all within the | ||
509 | Eclipse IDE. | ||
510 | You can work within Eclipse to cross-compile, deploy, | ||
511 | and execute your output into a QEMU emulation session | ||
512 | as well as onto actual target hardware.</para> | ||
513 | |||
514 | <para>The environment also supports performance | ||
515 | enhancing tools that allow you to perform remote | ||
516 | profiling, tracing, collection of power data, | ||
517 | collection of latency data, and collection of | ||
518 | performance data.</para> | ||
519 | |||
520 | <para>Once you enable the plug-in, standard Eclipse | ||
521 | functions automatically use the cross-toolchain | ||
522 | and target system libraries. | ||
523 | You can build applications using any of these | ||
524 | libraries.</para> | ||
525 | |||
526 | <para>For more information on the Eclipse plug-in, | ||
527 | see the | ||
528 | "<ulink url='&YOCTO_DOCS_SDK_URL;#adt-eclipse'>Working Within Eclipse</ulink>" | ||
529 | section in the Yocto Project Application Development | ||
530 | and the Extensible Software Development Kit (eSDK) | ||
531 | manual. | ||
532 | </para></listitem> | ||
533 | <listitem><para> | ||
534 | <emphasis>Toaster:</emphasis> | 505 | <emphasis>Toaster:</emphasis> |
535 | Toaster is a web interface to the Yocto Project | 506 | Toaster is a web interface to the Yocto Project |
536 | OpenEmbedded build system. | 507 | OpenEmbedded build system. |
@@ -953,20 +924,6 @@ | |||
953 | see the | 924 | see the |
954 | <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink>. | 925 | <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink>. |
955 | </para></listitem> | 926 | </para></listitem> |
956 | <listitem><para> | ||
957 | <emphasis><trademark class='trade'>Eclipse</trademark> IDE:</emphasis> | ||
958 | If your Build Host supports and runs the popular | ||
959 | Eclipse IDE, you can install the Yocto Project Eclipse | ||
960 | plug-in and use the Yocto Project to develop software. | ||
961 | The plug-in integrates the Yocto Project functionality | ||
962 | into Eclipse development practices.</para> | ||
963 | |||
964 | <para>For information about how to install and use the | ||
965 | Yocto Project Eclipse plug-in, see the | ||
966 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-eclipse-project'>Developing Applications Using Eclipse</ulink>" | ||
967 | chapter in the Yocto Project Application Development and | ||
968 | the Extensible Software Development Kit (eSDK) Manual. | ||
969 | </para></listitem> | ||
970 | </itemizedlist> | 927 | </itemizedlist> |
971 | </para> | 928 | </para> |
972 | </section> | 929 | </section> |