diff options
| -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> |
