diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-09 13:21:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:10 +0100 |
commit | dc5690178ef7ca7c4e2745b04d04429a8d353533 (patch) | |
tree | 3aa55018e43c6bb0322a80406d4572c90aa0e514 | |
parent | 59af2e178785e9ab434c8824a8fb6223773da5fb (diff) | |
download | poky-dc5690178ef7ca7c4e2745b04d04429a8d353533.tar.gz |
sdk-manual: Removed non-eclipse option for Eclipse flow
The step in the general Eclipse IDE workflow has a step that tells
the user to "Create and Build Your Application." I had a sentence
in that step that suggested if you were not using Eclipse to follow
some sort of procedure. The whole idea of this flow is to be
working within Eclipse. I removed that sentence.
(From yocto-docs rev: 83c35e9bb7190464af840822f5dd66d84e15ec64)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/sdk-manual/sdk-eclipse-project.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index d185bd4fdd..dff8c529cd 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml | |||
@@ -129,9 +129,7 @@ | |||
129 | application. | 129 | application. |
130 | Once you have the files, you can use the Eclipse IDE | 130 | Once you have the files, you can use the Eclipse IDE |
131 | to import them and build the project. | 131 | to import them and build the project. |
132 | If you are not using Eclipse, you need to use the | 132 | </para></listitem> |
133 | cross-development tools you have installed to create | ||
134 | the image.</para></listitem> | ||
135 | <listitem><para> | 133 | <listitem><para> |
136 | <emphasis>Deploy the Image With the Application</emphasis>: | 134 | <emphasis>Deploy the Image With the Application</emphasis>: |
137 | Using the Eclipse IDE, you can deploy your image to the | 135 | Using the Eclipse IDE, you can deploy your image to the |