summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-07 08:58:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:51 +0100
commit7adb367e74e1aa5822b3af0bc4a33515a69d77d0 (patch)
treeca2dc4237b4e9c017f6260b8a8849be22a9ff5f5 /documentation
parentfa2da885afc35d96054456b30212d2bd26074b06 (diff)
downloadpoky-7adb367e74e1aa5822b3af0bc4a33515a69d77d0.tar.gz
documentation/dev-manual/dev-manual-model.xml: Updates to plug-in install
Edits to test out the lastes version of installing the Yocto Eclipse plug-in from the latest source. Small changes to be more complete on the step-by-step process with regard to being in the right branch. Also, inserted 1.3_beta as the version. This will change later. (From yocto-docs rev: 1326916a7d03bdbb0613e6e26a4089b3bd87d204) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml29
1 files changed, 21 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index a55f08a4fb..7537a5c3c9 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -900,24 +900,36 @@
900 </literallayout> 900 </literallayout>
901 For this example, the repository is named 901 For this example, the repository is named
902 <filename>~/yocto-eclipse</filename>.</para></listitem> 902 <filename>~/yocto-eclipse</filename>.</para></listitem>
903 <listitem><para>Be sure you are in the right branch for your Git repository.
904 For this release set the branch to <filename>1.3_beta</filename>:
905 <literallayout class='monospaced'>
906 $ git checkout -b 1.3_beta origin/1.3_beta
907 </literallayout></para></listitem>
903 <listitem><para>Locate the <filename>build.sh</filename> script in the 908 <listitem><para>Locate the <filename>build.sh</filename> script in the
904 Git repository you created in the previous step. 909 Git repository you created in the previous step.
905 The script is located in the <filename>scripts</filename>.</para></listitem> 910 The script is located in the <filename>scripts</filename>.</para></listitem>
906 <listitem><para>Be sure to set and export the <filename>ECLIPSE_HOME</filename> environment 911 <listitem><para>Be sure to set and export the <filename>ECLIPSE_HOME</filename> environment
907 variable to the top-level directory in which you installed the Indigo 912 variable to the top-level directory in which you installed your version of Eclipse.
908 version of Eclipse.
909 For example, if your Eclipse directory is <filename>$HOME/eclipse</filename>, 913 For example, if your Eclipse directory is <filename>$HOME/eclipse</filename>,
910 use the following: 914 use the following:
911 <literallayout class='monospaced'> 915 <literallayout class='monospaced'>
912 $ export ECLIPSE_HOME=$HOME/eclipse 916 $ export ECLIPSE_HOME=$HOME/eclipse
913 </literallayout></para></listitem> 917 </literallayout></para></listitem>
914 <listitem><para>Run the <filename>build.sh</filename> script and provide the 918 <listitem><para>Be sure you have the right branch in the Poky Git repository
915 name of the Git branch along with the Yocto Project release you are 919 checked out.
920 For example, the following commands checkout the <filename>1.3_beta</filename>
921 branch in the local Poky Git repository:
922 <literallayout class='monospaced'>
923 $ cd ~/poky
924 $ git checkout -b 1.3_beta origin/1.3_beta
925 </literallayout></para></listitem>
926 <listitem><para>Move back to your Yocto Eclipse directory and
927 run the <filename>build.sh</filename> script.
928 Provide the name of the Git branch along with the Yocto Project release you are
916 using. 929 using.
917 Here is an example that uses the <filename>master</filename> Git repository 930 Here is an example that uses the <filename>1.3_beta</filename> branches:
918 and the <filename>1.1M4</filename> release:
919 <literallayout class='monospaced'> 931 <literallayout class='monospaced'>
920 $ scripts/build.sh master 1.1M4 932 $ scripts/build.sh 1.3_beta 1.3_beta
921 </literallayout> 933 </literallayout>
922 After running the script, the file 934 After running the script, the file
923 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename> 935 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename>
@@ -930,9 +942,10 @@
930 <listitem><para>Provide anything you want in the "Name" field.</para></listitem> 942 <listitem><para>Provide anything you want in the "Name" field.</para></listitem>
931 <listitem><para>Click "Archive" and browse to the ZIP file you built 943 <listitem><para>Click "Archive" and browse to the ZIP file you built
932 in step four. 944 in step four.
933 This ZIP file should not be "unzipped", and must be the 945 This ZIP file should not be "unzipped", and must be the
934 <filename>*archive.zip</filename> file created by running the 946 <filename>*archive.zip</filename> file created by running the
935 <filename>build.sh</filename> script.</para></listitem> 947 <filename>build.sh</filename> script.</para></listitem>
948 <listitem><para>Click through the "Okay" buttons.</para></listitem>
936 <listitem><para>Check the box next to the new entry in the installation window and complete 949 <listitem><para>Check the box next to the new entry in the installation window and complete
937 the installation.</para></listitem> 950 the installation.</para></listitem>
938 <listitem><para>Restart the Eclipse IDE if necessary.</para></listitem> 951 <listitem><para>Restart the Eclipse IDE if necessary.</para></listitem>