aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-15 05:54:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-25 17:59:57 +0100
commitf7cb020ba43e717c69a8bb27ffb74a7c3cba68f3 (patch)
tree918c219b3ff9d7d6f9f196bfe623392929c588e6 /documentation/adt-manual
parentace70b31e99b5e0f22a89c8db3d444f3ba642369 (diff)
downloadopenembedded-core-contrib-f7cb020ba43e717c69a8bb27ffb74a7c3cba68f3.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>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml13
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 @@
</literallayout>
What is shown is the default projects in the left pane.
I should be able to right-click on one of these and run as an Eclipse application to
- bring up the Eclipse instance again with the Eclipse Yocto Plug-in working.
+ bring up the Eclipse instance again with the Eclipse Yocto Plug-in working.
+ This brings up a second instance of Eclipse IDE that has the Yocto Plug-in.
</para>
</section>
@@ -388,14 +389,20 @@
<title>Starting QEMU in User Space NFS Mode</title>
<para>
+ WRITER'S NOTE: I might need to make sure the target sysroot is pointing to qemux86-sato
+ at this point.
+ I am not sure it really inherits it from the Eclipse IDE settings.
+ </para>
+
+ <para>
To start the QEMU emulator from within Eclipse, follow these steps:
<orderedlist>
<listitem><para>Expose the <filename>Run -&gt; External Tools -&gt; External Tools
Configurations...</filename> menu.
Your image should appear as a selectable menu item.
</para></listitem>
- <listitem><para>Select your image from the menu.
- Doing so launches a new window.</para></listitem>
+ <listitem><para>Select your image in the navigation pane to launch the
+ emulator in a new window.</para></listitem>
<listitem><para>Enter your host root password in the shell window at the prompt.
This sets up a <filename>Tap 0</filename> connection needed for running in user-space
NFS mode.</para></listitem>