diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-15 05:54:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 17:57:18 +0100 |
commit | 2cf26ef15067699669776602f01cb6dd38d0e16d (patch) | |
tree | 2026b70955a8351e1891c5e4b335de223fa71132 | |
parent | 2c1b5b105430fffddfd6c191d6830e69f3505a8d (diff) | |
download | poky-2cf26ef15067699669776602f01cb6dd38d0e16d.tar.gz |
documentation/adt-manual/adt-eclipse.xml: writer note and re-wording
I added a development writer note and I noted that running a project
as an eclipse application pops a new instance of Eclipse.
(From yocto-docs rev: 6408ff7f4d59a0e535e560c7c0c63a3f373c640b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 830bad491a..759ce8f5e4 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
@@ -166,7 +166,8 @@ | |||
166 | </literallayout> | 166 | </literallayout> |
167 | What is shown is the default projects in the left pane. | 167 | What is shown is the default projects in the left pane. |
168 | I should be able to right-click on one of these and run as an Eclipse application to | 168 | I should be able to right-click on one of these and run as an Eclipse application to |
169 | bring up the Eclipse instance again with the Eclipse Yocto Plug-in working. | 169 | bring up the Eclipse instance again with the Eclipse Yocto Plug-in working. |
170 | This brings up a second instance of Eclipse IDE that has the Yocto Plug-in. | ||
170 | </para> | 171 | </para> |
171 | </section> | 172 | </section> |
172 | 173 | ||
@@ -388,14 +389,20 @@ | |||
388 | <title>Starting QEMU in User Space NFS Mode</title> | 389 | <title>Starting QEMU in User Space NFS Mode</title> |
389 | 390 | ||
390 | <para> | 391 | <para> |
392 | WRITER'S NOTE: I might need to make sure the target sysroot is pointing to qemux86-sato | ||
393 | at this point. | ||
394 | I am not sure it really inherits it from the Eclipse IDE settings. | ||
395 | </para> | ||
396 | |||
397 | <para> | ||
391 | To start the QEMU emulator from within Eclipse, follow these steps: | 398 | To start the QEMU emulator from within Eclipse, follow these steps: |
392 | <orderedlist> | 399 | <orderedlist> |
393 | <listitem><para>Expose the <filename>Run -> External Tools -> External Tools | 400 | <listitem><para>Expose the <filename>Run -> External Tools -> External Tools |
394 | Configurations...</filename> menu. | 401 | Configurations...</filename> menu. |
395 | Your image should appear as a selectable menu item. | 402 | Your image should appear as a selectable menu item. |
396 | </para></listitem> | 403 | </para></listitem> |
397 | <listitem><para>Select your image from the menu. | 404 | <listitem><para>Select your image in the navigation pane to launch the |
398 | Doing so launches a new window.</para></listitem> | 405 | emulator in a new window.</para></listitem> |
399 | <listitem><para>Enter your host root password in the shell window at the prompt. | 406 | <listitem><para>Enter your host root password in the shell window at the prompt. |
400 | This sets up a <filename>Tap 0</filename> connection needed for running in user-space | 407 | This sets up a <filename>Tap 0</filename> connection needed for running in user-space |
401 | NFS mode.</para></listitem> | 408 | NFS mode.</para></listitem> |