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:17:45 +0100 |
commit | b95b9595ffdf648ae5429d4df5b0eb836be7d862 (patch) | |
tree | 1c070f20a551137bdcee2db368110a19066c5f5c /documentation | |
parent | c7bc648e65c58c5a853340e2d102172339b3acc4 (diff) | |
download | poky-b95b9595ffdf648ae5429d4df5b0eb836be7d862.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>
Diffstat (limited to 'documentation')
-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 |