diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-20 09:29:27 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:42 -0800 |
commit | bc4b4a9e584dcce1c3f2f88d9119ce57c7432194 (patch) | |
tree | 9169061fe45c57b186e6b18e61165ac8d1745c92 /documentation/adt-manual | |
parent | 855b56cc6597aaa0cb4d127a41b018887769d500 (diff) | |
download | poky-bc4b4a9e584dcce1c3f2f88d9119ce57c7432194.tar.gz |
documentation/adt-manual/adt-eclipse.xml: Fixed yoctotools reference
The menu for the YoctoTools in Eclipse moved from underneath
"Windows" to the top level. I fixed the reference to reflect
that change in the GUI.
(From yocto-docs rev: 10142812f55bce849b31c38337b0a731d71d2ba0)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 68f4940815..baba2b469e 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
@@ -515,8 +515,8 @@ | |||
515 | <title>Deploying and Debugging the Application</title> | 515 | <title>Deploying and Debugging the Application</title> |
516 | 516 | ||
517 | <para> | 517 | <para> |
518 | Once the QEMU emulator is running the image, you can deploy your application and use the emulator | 518 | Once the QEMU emulator is running the image, using the Eclipse IDE |
519 | to perform debugging. | 519 | you can deploy your application and use the emulator to perform debugging. |
520 | Follow these steps to deploy the application. | 520 | Follow these steps to deploy the application. |
521 | <orderedlist> | 521 | <orderedlist> |
522 | <listitem><para>Select <filename>Run -> Debug Configurations...</filename></para></listitem> | 522 | <listitem><para>Select <filename>Run -> Debug Configurations...</filename></para></listitem> |
@@ -556,7 +556,7 @@ | |||
556 | your development experience. | 556 | your development experience. |
557 | These tools are aids in developing and debugging applications and images. | 557 | These tools are aids in developing and debugging applications and images. |
558 | You can run these user-space tools from within the Eclipse IDE through the | 558 | You can run these user-space tools from within the Eclipse IDE through the |
559 | <filename>Window -> YoctoTools</filename> menu. | 559 | <filename>YoctoTools</filename> menu. |
560 | </para> | 560 | </para> |
561 | 561 | ||
562 | <para> | 562 | <para> |