diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-10 13:06:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:22:31 +0100 |
commit | 5c84cb1ccaed2ba08667611e69b0a5cdcf20101b (patch) | |
tree | 4aa17f4a0277eafaa1af34530f9e1d676f22ab62 /documentation/dev-manual/dev-manual-model.xml | |
parent | b26d8fc6f871693d5b88c0e79a44e3f13d9b00eb (diff) | |
download | poky-5c84cb1ccaed2ba08667611e69b0a5cdcf20101b.tar.gz |
dev-manual: Edits to "Importing the Plug-in Project into the Eclipse Environment" section.
(From yocto-docs rev: b1f7160923af2732aa93114f97caadb45e983699)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index fddfde6531..9c1c77af61 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -934,6 +934,9 @@ | |||
934 | It is important to understand when you import the plug-in you are not installing | 934 | It is important to understand when you import the plug-in you are not installing |
935 | it into the Eclipse application. | 935 | it into the Eclipse application. |
936 | Rather, you are importing the project and just using it. | 936 | Rather, you are importing the project and just using it. |
937 | </para> | ||
938 | |||
939 | <para> | ||
937 | To import the plug-in project, follow these steps: | 940 | To import the plug-in project, follow these steps: |
938 | <orderedlist> | 941 | <orderedlist> |
939 | <listitem><para>Open a shell and create a Git repository with: | 942 | <listitem><para>Open a shell and create a Git repository with: |
@@ -947,16 +950,18 @@ | |||
947 | and then click "Next".</para></listitem> | 950 | and then click "Next".</para></listitem> |
948 | <listitem><para>Select the root directory and browse to | 951 | <listitem><para>Select the root directory and browse to |
949 | <filename>~/yocto-eclipse/plugins</filename>.</para></listitem> | 952 | <filename>~/yocto-eclipse/plugins</filename>.</para></listitem> |
950 | <listitem><para>Three plug-ins exist: "org.yocto.bc.ui", "org.yocto.sdk.ide", and | 953 | <listitem><para>Three plug-ins exist: |
951 | "org.yocto.sdk.remotetools". | 954 | <filename>org.yocto.bc.ui</filename>, |
955 | <filename>org.yocto.sdk.ide</filename>, and | ||
956 | <filename>org.yocto.sdk.remotetools</filename>. | ||
952 | Select and import all of them.</para></listitem> | 957 | Select and import all of them.</para></listitem> |
953 | </orderedlist> | 958 | </orderedlist> |
954 | </para> | 959 | </para> |
955 | 960 | ||
956 | <para> | 961 | <para> |
957 | The left navigation pane in the Eclipse application shows the default projects. | 962 | The left navigation pane in the Eclipse application shows the default projects. |
958 | Right-click on one of these projects and run it as an Eclipse application. | 963 | Right-click on one of these projects and run it as an Eclipse application |
959 | This brings up a second instance of Eclipse IDE that has the Yocto Plug-in. | 964 | to bring up a second instance of Eclipse IDE that has the Yocto Plug-in. |
960 | </para> | 965 | </para> |
961 | </section> | 966 | </section> |
962 | </section> | 967 | </section> |