diff options
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'> |