documentation/yocto-project-qs/yocto-project-qs.xml: Fixed bad git command

The git clone command did not work when the YOCTO_GIT_URL variable
was used.  I removed the variable and hard-coded the command
into the example.

(From yocto-docs rev: 67f169a7e2540b27acfaf2fcdcc658ce189ec932)

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 2012-03-21 15:48:22 -06:00 committed by Richard Purdie
parent 7f102aeb02
commit 4a6e43cd6e
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@
<listitem><para><emphasis>Git Repository:</emphasis>
Use if you want to work with cutting edge development content:
<literallayout class='monospaced'>
$ git clone &YOCTO_GIT_URL;/poky.git
$ git clone git://git.yoctoproject.org/poky
</literallayout></para></listitem>
</itemizedlist>
The remainder of the section assumes the Git repository method.