summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml31
1 files changed, 10 insertions, 21 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index bbf4904860..7ae0423c67 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -871,28 +871,17 @@
871 repository with: 871 repository with:
872 <literallayout class='monospaced'> 872 <literallayout class='monospaced'>
873 $ cd ~ 873 $ cd ~
874 $ git clone git://git.yoctoproject.org/eclipse-poky-kepler 874 $ git clone git://git.yoctoproject.org/eclipse-poky
875 </literallayout> 875 </literallayout>
876 <note>
877 If you are using Juno, the repository is
878 located at
879 <filename>git://git.yoctoproject.org/eclipse-poky-juno</filename>.
880 </note>
881 For this example, the repository is named
882 <filename>~/eclipse-poky-kepler</filename>.
883 </para></listitem> 876 </para></listitem>
884 <listitem><para>Change to the directory where you 877 <listitem><para>Be sure to checkout the specific
885 set up the Git repository: 878 plug-in branch.
886 <literallayout class='monospaced'> 879 For example, if you are using Kepler, do the
887 $ cd ~/eclipse-poky-kepler 880 following:
888 </literallayout></para></listitem>
889 <listitem><para>Be sure you are in the right branch
890 for your Git repository.
891 For this release set the branch to
892 <filename>&DISTRO_NAME;</filename>:
893 <literallayout class='monospaced'> 881 <literallayout class='monospaced'>
894 $ git checkout &DISTRO_NAME; 882 $ git checkout kepler
895 </literallayout></para></listitem> 883 </literallayout>
884 </para></listitem>
896 <listitem><para>Change to the 885 <listitem><para>Change to the
897 <filename>scripts</filename> 886 <filename>scripts</filename>
898 directory within the Git repository: 887 directory within the Git repository:
@@ -919,10 +908,10 @@
919 Here is an example that uses the 908 Here is an example that uses the
920 <filename>&DISTRO_NAME;</filename> branch: 909 <filename>&DISTRO_NAME;</filename> branch:
921 <literallayout class='monospaced'> 910 <literallayout class='monospaced'>
922 $ ECLIPSE_HOME=/home/scottrif/eclipse-poky-kepler/scripts/eclipse ./build.sh &DISTRO_NAME; &DISTRO_NAME; 911 $ ECLIPSE_HOME=/home/scottrif/eclipse-poky/scripts/eclipse ./build.sh &DISTRO_NAME; &DISTRO_NAME;
923 </literallayout> 912 </literallayout>
924 After running the script, the file 913 After running the script, the file
925 <filename>org.yocto.sdk-&lt;release&gt;-&lt;date&gt;-archive.zip</filename> 914 <filename>org.yocto.sdk-</filename><replaceable>release</replaceable><filename>-</filename><replaceable>date</replaceable><filename>-archive.zip</filename>
926 is in the current directory.</para></listitem> 915 is in the current directory.</para></listitem>
927 <listitem><para>If necessary, start the Eclipse IDE 916 <listitem><para>If necessary, start the Eclipse IDE
928 and be sure you are in the Workbench. 917 and be sure you are in the Workbench.