diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-19 11:49:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:28 +0100 |
commit | 66ca0c4fefe40d4e55c523e0d39ee1895e3d569b (patch) | |
tree | 9c8e7291bacfa43140b0e25b32db15b2ea0c152e | |
parent | 7bbaab7c4a65b0615f72d86c0020996a5218e827 (diff) | |
download | poky-66ca0c4fefe40d4e55c523e0d39ee1895e3d569b.tar.gz |
sdk-manual: Re-worded Step 6 for deploying image in eclipse flow.
(From yocto-docs rev: dd0b96a3917ab6b6c0a22af1d23f48beee6a2cd3)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index fe8a372801..c007ad0aea 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -543,13 +543,12 @@ | |||
543 | project. | 543 | project. |
544 | If you are not using Eclipse, you need to use the cross-development tools you have | 544 | If you are not using Eclipse, you need to use the cross-development tools you have |
545 | installed to create the image.</para></listitem> | 545 | installed to create the image.</para></listitem> |
546 | <listitem><para><emphasis>Deploy the image with the application</emphasis>: | 546 | <listitem><para> |
547 | If you are using the Eclipse IDE, you can deploy your image to the hardware or to | 547 | <emphasis>Deploy the image with the application</emphasis>: |
548 | QEMU through the project's preferences. | 548 | Using the Eclipse IDE, you can deploy your image to the |
549 | If you are not using the Eclipse IDE, then you need to deploy the application | 549 | hardware or to QEMU through the project's preferences. |
550 | to the hardware using other methods. | 550 | You can also use Eclipse to load and test your image under |
551 | Or, if you are using QEMU, you need to use that tool and | 551 | QEMU. |
552 | load your image in for testing. | ||
553 | See the | 552 | See the |
554 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-qemu'>Using the Quick EMUlator (QEMU)</ulink>" | 553 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-qemu'>Using the Quick EMUlator (QEMU)</ulink>" |
555 | chapter in the Yocto Project Development Manual | 554 | chapter in the Yocto Project Development Manual |