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>
This commit is contained in:
Scott Rifenbark 2013-09-20 15:25:58 -07:00 committed by Richard Purdie
parent b9bb27800f
commit bd46e2a0fc
1 changed files with 5 additions and 1 deletions

View File

@ -914,8 +914,12 @@
<listitem><para>Open a shell and create a Git
repository with:
<literallayout class='monospaced'>
$ git clone git://git.yoctoproject.org/eclipse-poky yocto-eclipse
$ git clone git://git.yoctoproject.org/eclipse-poky-kepler yocto-eclipse
</literallayout>
<note>
The Juno repository is located at
<filename>git://git.yoctoproject.org/eclipse-poky-juno</filename>
</note>
For this example, the repository is named
<filename>~/yocto-eclipse</filename>.
</para></listitem>