diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-21 15:48:22 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:49 +0000 |
| commit | 4a6e43cd6ec969df9d5ccea6b7c8689484de6149 (patch) | |
| tree | b486bca08111020b6cf1af85ab626290f235bece | |
| parent | 7f102aeb02ef58b7e049fae8570e58ec248feb53 (diff) | |
| download | poky-4a6e43cd6ec969df9d5ccea6b7c8689484de6149.tar.gz | |
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>
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f2ba859c3d..15964b1758 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -716,7 +716,7 @@ | |||
| 716 | <listitem><para><emphasis>Git Repository:</emphasis> | 716 | <listitem><para><emphasis>Git Repository:</emphasis> |
| 717 | Use if you want to work with cutting edge development content: | 717 | Use if you want to work with cutting edge development content: |
| 718 | <literallayout class='monospaced'> | 718 | <literallayout class='monospaced'> |
| 719 | $ git clone &YOCTO_GIT_URL;/poky.git | 719 | $ git clone git://git.yoctoproject.org/poky |
| 720 | </literallayout></para></listitem> | 720 | </literallayout></para></listitem> |
| 721 | </itemizedlist> | 721 | </itemizedlist> |
| 722 | The remainder of the section assumes the Git repository method. | 722 | The remainder of the section assumes the Git repository method. |
