diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 29 |
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-<release>-<date>-archive.zip</filename> | 935 | <filename>org.yocto.sdk-<release>-<date>-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> |