</literallayout>
For this example, the repository is named
<filename>~/yocto-eclipse</filename>.</para></listitem>
+ <listitem><para>Be sure you are in the right branch for your Git repository.
+ For this release set the branch to <filename>1.3_beta</filename>:
+ <literallayout class='monospaced'>
+ $ git checkout -b 1.3_beta origin/1.3_beta
+ </literallayout></para></listitem>
<listitem><para>Locate the <filename>build.sh</filename> script in the
Git repository you created in the previous step.
The script is located in the <filename>scripts</filename>.</para></listitem>
<listitem><para>Be sure to set and export the <filename>ECLIPSE_HOME</filename> environment
- variable to the top-level directory in which you installed the Indigo
- version of Eclipse.
+ variable to the top-level directory in which you installed your version of Eclipse.
For example, if your Eclipse directory is <filename>$HOME/eclipse</filename>,
use the following:
<literallayout class='monospaced'>
$ export ECLIPSE_HOME=$HOME/eclipse
</literallayout></para></listitem>
- <listitem><para>Run the <filename>build.sh</filename> script and provide the
- name of the Git branch along with the Yocto Project release you are
+ <listitem><para>Be sure you have the right branch in the Poky Git repository
+ checked out.
+ For example, the following commands checkout the <filename>1.3_beta</filename>
+ branch in the local Poky Git repository:
+ <literallayout class='monospaced'>
+ $ cd ~/poky
+ $ git checkout -b 1.3_beta origin/1.3_beta
+ </literallayout></para></listitem>
+ <listitem><para>Move back to your Yocto Eclipse directory and
+ run the <filename>build.sh</filename> script.
+ Provide the name of the Git branch along with the Yocto Project release you are
using.
- Here is an example that uses the <filename>master</filename> Git repository
- and the <filename>1.1M4</filename> release:
+ Here is an example that uses the <filename>1.3_beta</filename> branches:
<literallayout class='monospaced'>
- $ scripts/build.sh master 1.1M4
+ $ scripts/build.sh 1.3_beta 1.3_beta
</literallayout>
After running the script, the file
<filename>org.yocto.sdk-<release>-<date>-archive.zip</filename>
<listitem><para>Provide anything you want in the "Name" field.</para></listitem>
<listitem><para>Click "Archive" and browse to the ZIP file you built
in step four.
- This ZIP file should not be "unzipped", and must be the
+ This ZIP file should not be "unzipped", and must be the
<filename>*archive.zip</filename> file created by running the
<filename>build.sh</filename> script.</para></listitem>
+ <listitem><para>Click through the "Okay" buttons.</para></listitem>
<listitem><para>Check the box next to the new entry in the installation window and complete
the installation.</para></listitem>
<listitem><para>Restart the Eclipse IDE if necessary.</para></listitem>