diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-20 15:25:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:20:50 +0100 |
commit | bd46e2a0fc0e9b786089b5cad532bc9ece17b655 (patch) | |
tree | d649db3114c2289e2d1e1fb235db41c9293846d8 | |
parent | b9bb27800f55c8142e052299333f71137b230740 (diff) | |
download | poky-bd46e2a0fc0e9b786089b5cad532bc9ece17b655.tar.gz |
dev-manual: Updated Git repo path for eclipse plugins.
(From yocto-docs rev: 333b0dd4ed0956a3b094fdfdfe2158e6b47bac9b)
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 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index a2dabf0185..77ca208ec9 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -914,8 +914,12 @@ | |||
914 | <listitem><para>Open a shell and create a Git | 914 | <listitem><para>Open a shell and create a Git |
915 | repository with: | 915 | repository with: |
916 | <literallayout class='monospaced'> | 916 | <literallayout class='monospaced'> |
917 | $ git clone git://git.yoctoproject.org/eclipse-poky yocto-eclipse | 917 | $ git clone git://git.yoctoproject.org/eclipse-poky-kepler yocto-eclipse |
918 | </literallayout> | 918 | </literallayout> |
919 | <note> | ||
920 | The Juno repository is located at | ||
921 | <filename>git://git.yoctoproject.org/eclipse-poky-juno</filename> | ||
922 | </note> | ||
919 | For this example, the repository is named | 923 | For this example, the repository is named |
920 | <filename>~/yocto-eclipse</filename>. | 924 | <filename>~/yocto-eclipse</filename>. |
921 | </para></listitem> | 925 | </para></listitem> |