diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-03 08:16:42 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:35 +0000 |
| commit | 0a2091376eaa612f48d64bb545c5063fdbc39dc3 (patch) | |
| tree | 9bcfdd3c190be8b6ffebfbd78e8e6780d266bf08 | |
| parent | e7e533028bea299ca85b4fc503ccca61c35ae60c (diff) | |
| download | poky-0a2091376eaa612f48d64bb545c5063fdbc39dc3.tar.gz | |
dev-manual: Updates to Eclipse section
Modified the area from which the Eclipse Git repository is located.
This has changed.
(From yocto-docs rev: ec2bf4125877b28dae0681c8b578c7bebec5a5b6)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 31 |
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-<release>-<date>-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. |
