diff options
author | Kristi Rifenbark <kristi@buzzcollectivemarketing.com> | 2018-04-18 16:41:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:24 +0100 |
commit | 0de533262308298ab1e7b2f0d8b26610d39d72fb (patch) | |
tree | f4dc60107b698e5c65a204fa2ac946d6a6113d17 /documentation | |
parent | b938aae24707213685de7d9ccc481b6077d4518c (diff) | |
download | poky-0de533262308298ab1e7b2f0d8b26610d39d72fb.tar.gz |
sdk-manual: Updated Eclipse Oxygen plugin instructions
(From yocto-docs rev: 860f852b0aa99c9c65175fe5fe5035ea0bd26d63)
Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/sdk-eclipse-project.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index 7abdded4be..d6b10cb636 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml | |||
@@ -182,7 +182,7 @@ | |||
182 | release with the Yocto Project. | 182 | release with the Yocto Project. |
183 | For information on how to use the Neon version of Eclipse | 183 | For information on how to use the Neon version of Eclipse |
184 | with the Yocto Project, see | 184 | with the Yocto Project, see |
185 | "<link linkend='sdk-appendix-neon-yp-eclipse-plug-in'>Appendix D</link>. | 185 | "<link linkend='sdk-appendix-neon-yp-eclipse-plug-in'>Appendix D</link>". |
186 | </note> | 186 | </note> |
187 | </para> | 187 | </para> |
188 | 188 | ||
@@ -328,7 +328,8 @@ | |||
328 | </para></listitem> | 328 | </para></listitem> |
329 | <listitem><para> | 329 | <listitem><para> |
330 | Complete the installation by clicking through | 330 | Complete the installation by clicking through |
331 | appropriate "Next" and "Finish" buttons. | 331 | appropriate "Next" and "Finish" buttons and then |
332 | restart the Eclipse IDE. | ||
332 | </para></listitem> | 333 | </para></listitem> |
333 | </orderedlist> | 334 | </orderedlist> |
334 | </para> | 335 | </para> |
@@ -814,7 +815,11 @@ | |||
814 | display the source code, follow these steps: | 815 | display the source code, follow these steps: |
815 | <orderedlist> | 816 | <orderedlist> |
816 | <listitem><para> | 817 | <listitem><para> |
817 | Select "C Project" from the "File -> New" menu. | 818 | Select "C/C++ Project" from the "File -> New" menu. |
819 | </para></listitem> | ||
820 | <listitem><para> | ||
821 | Select "C Managed Build" from the available options and | ||
822 | click "Next". | ||
818 | </para></listitem> | 823 | </para></listitem> |
819 | <listitem><para> | 824 | <listitem><para> |
820 | Expand | 825 | Expand |