From b2266beeb357bae938830f559845f5f3deb4f916 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 21 Aug 2011 10:39:41 -0700 Subject: usermanual: The git fetcher defaults to the git protocol (or file) (Bitbake rev: 692c2fcead5c82249359ad54d2c7941d087a2eb3) Signed-off-by: Richard Purdie --- bitbake/doc/manual/usermanual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index 4f6725fd61..3a3af6dee8 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/doc/manual/usermanual.xml @@ -443,7 +443,7 @@ https://.*/.* http://somemirror.org/sources/ \n" The variable GITDIR will be used as the base directory where the git tree is cloned to. - The parameters are tag, protocol and scmdata. tag is a Git tag, the default is master. protocol is the Git protocol to use and defaults to rsync. If scmdata is set to keep, the .git directory will be available during compile-time. + The parameters are tag, protocol and scmdata. tag is a Git tag, the default is master. protocol is the Git protocol to use and defaults to git if a hostname is set, otherwise its file. If scmdata is set to keep, the .git directory will be available during compile-time. SRC_URI = "git://git.oe.handhelds.org/git/vip.git;tag=version-1" SRC_URI = "git://git.oe.handhelds.org/git/vip.git;protocol=http" -- cgit v1.2.3-54-g00ecf