]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/dev-manual/dev-manual-model.xml: updates to project creation
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 7 Sep 2012 21:08:34 +0000 (14:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Sep 2012 08:50:52 +0000 (09:50 +0100)
The steps for creating a project in Eclipse vary a bit between Juno
and Indigo.  These changes reflect that.

(From yocto-docs rev: a020ecde8ed02a29f67498ef1511261d2054f784)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-model.xml

index 7537a5c3c9f4d9f8937f28f40e79e08d44f179f5..5f3b67de245626d68af2584f1da951abca417b42 100644 (file)
@@ -1190,7 +1190,11 @@ directory.</para></listitem>
                         The <filename>Yocto Project Settings</filename>
                         Dialog allows you to override those default settings
                         for a given project.</para></listitem>
-                    <listitem><para>Make your configurations for the project and click "OK".</para></listitem>
+                    <listitem><para>Make your configurations for the project and click "OK".
+                        If you are runing the Juno version of Eclipse, you can skip down to the next
+                        section where you build the project. 
+                        If you are not working with Juno, you need to reconfigure the project as 
+                        described in the next step.</para></listitem>
                     <listitem><para>Select <filename>Project -&gt; Reconfigure Project</filename>:   
                         This selection reconfigures the project by running
                        <filename>autogen.sh</filename> in the workspace for your project.  
@@ -1208,7 +1212,9 @@ directory.</para></listitem>
             <title>Building the Project</title>
 
             <para>
-                To build the project, select <filename>Project -&gt; Build Project</filename>.  
+                To build the project in Juno, right click on the project in the navigator pane and select
+                <filename>Build Project</filename>.
+                If you are not running Juno, select <filename>Project -&gt; Build Project</filename>.  
                 The console should update and you can note the cross-compiler you are using.
             </para>
         </section>