documentation: dev-manual - minor edits.

(From yocto-docs rev: 7f434f6f8e56b3bf330c69a1b7e8ccc8da25f3a0)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-10-01 11:27:07 -07:00 committed by Richard Purdie
parent 2685ff4fbd
commit 873ac6a8c2
1 changed files with 6 additions and 6 deletions

View File

@ -648,8 +648,8 @@
<listitem><para><emphasis>Deploy the Image with the Application</emphasis>: <listitem><para><emphasis>Deploy the Image with the Application</emphasis>:
If you are using the Eclipse IDE, you can deploy your image to the hardware or to If you are using the Eclipse IDE, you can deploy your image to the hardware or to
QEMU through the project's preferences. QEMU through the project's preferences.
If you are not using the Eclipse IDE, then you need to deploy the application using If you are not using the Eclipse IDE, then you need to deploy the application
other methods to the hardware. to the hardware using other methods.
Or, if you are using QEMU, you need to use that tool and load your image in for testing. Or, if you are using QEMU, you need to use that tool and load your image in for testing.
</para></listitem> </para></listitem>
<listitem><para><emphasis>Test and Debug the Application</emphasis>: <listitem><para><emphasis>Test and Debug the Application</emphasis>:
@ -736,9 +736,9 @@
<para> <para>
Once you have downloaded the tarball, extract it into a clean Once you have downloaded the tarball, extract it into a clean
directory. directory.
For example, the following commands unpack and install the Eclipse IDE For example, the following commands unpack and install the
tarball found in the <filename>Downloads</filename> area downloaded Eclipse IDE tarball into a clean directory
into a clean directory using the default name <filename>eclipse</filename>: using the default name <filename>eclipse</filename>:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ cd ~ $ cd ~
$ tar -xzvf ~/Downloads/eclipse-SDK-4.2-linux-gtk-x86_64.tar.gz $ tar -xzvf ~/Downloads/eclipse-SDK-4.2-linux-gtk-x86_64.tar.gz
@ -881,7 +881,7 @@
or build and install the plug-in from the latest source code. or build and install the plug-in from the latest source code.
If you don't want to permanently install the plug-in but just want to try it out If you don't want to permanently install the plug-in but just want to try it out
within the Eclipse environment, you can import the plug-in project from the within the Eclipse environment, you can import the plug-in project from the
Yocto Project source repositories. Yocto Project's Source Repositories.
</para> </para>
<section id='new-software'> <section id='new-software'>