diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-01 11:27:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:33 +0100 |
commit | 873ac6a8c2f514e3d70c9343d6d61ee8e64c1764 (patch) | |
tree | e71e1a7b56952b263a34c386eb61741c1b5e6017 /documentation | |
parent | 2685ff4fbd0c418c1f57893b98880434c2ecf491 (diff) | |
download | poky-873ac6a8c2f514e3d70c9343d6d61ee8e64c1764.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index a0a2acd959..9ad51e2628 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -648,8 +648,8 @@ | |||
648 | <listitem><para><emphasis>Deploy the Image with the Application</emphasis>: | 648 | <listitem><para><emphasis>Deploy the Image with the Application</emphasis>: |
649 | If you are using the Eclipse IDE, you can deploy your image to the hardware or to | 649 | If you are using the Eclipse IDE, you can deploy your image to the hardware or to |
650 | QEMU through the project's preferences. | 650 | QEMU through the project's preferences. |
651 | If you are not using the Eclipse IDE, then you need to deploy the application using | 651 | If you are not using the Eclipse IDE, then you need to deploy the application |
652 | other methods to the hardware. | 652 | to the hardware using other methods. |
653 | Or, if you are using QEMU, you need to use that tool and load your image in for testing. | 653 | Or, if you are using QEMU, you need to use that tool and load your image in for testing. |
654 | </para></listitem> | 654 | </para></listitem> |
655 | <listitem><para><emphasis>Test and Debug the Application</emphasis>: | 655 | <listitem><para><emphasis>Test and Debug the Application</emphasis>: |
@@ -736,9 +736,9 @@ | |||
736 | <para> | 736 | <para> |
737 | Once you have downloaded the tarball, extract it into a clean | 737 | Once you have downloaded the tarball, extract it into a clean |
738 | directory. | 738 | directory. |
739 | For example, the following commands unpack and install the Eclipse IDE | 739 | For example, the following commands unpack and install the |
740 | tarball found in the <filename>Downloads</filename> area | 740 | downloaded Eclipse IDE tarball into a clean directory |
741 | into a clean directory using the default name <filename>eclipse</filename>: | 741 | using the default name <filename>eclipse</filename>: |
742 | <literallayout class='monospaced'> | 742 | <literallayout class='monospaced'> |
743 | $ cd ~ | 743 | $ cd ~ |
744 | $ tar -xzvf ~/Downloads/eclipse-SDK-4.2-linux-gtk-x86_64.tar.gz | 744 | $ tar -xzvf ~/Downloads/eclipse-SDK-4.2-linux-gtk-x86_64.tar.gz |
@@ -881,7 +881,7 @@ | |||
881 | or build and install the plug-in from the latest source code. | 881 | or build and install the plug-in from the latest source code. |
882 | If you don't want to permanently install the plug-in but just want to try it out | 882 | If you don't want to permanently install the plug-in but just want to try it out |
883 | within the Eclipse environment, you can import the plug-in project from the | 883 | within the Eclipse environment, you can import the plug-in project from the |
884 | Yocto Project source repositories. | 884 | Yocto Project's Source Repositories. |
885 | </para> | 885 | </para> |
886 | 886 | ||
887 | <section id='new-software'> | 887 | <section id='new-software'> |