From 4a6e43cd6ec969df9d5ccea6b7c8689484de6149 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 21 Mar 2012 15:48:22 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/yocto-project-qs') 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 @@ Git Repository: Use if you want to work with cutting edge development content: - $ git clone &YOCTO_GIT_URL;/poky.git + $ git clone git://git.yoctoproject.org/poky The remainder of the section assumes the Git repository method. -- cgit v1.2.3-54-g00ecf