summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-21 10:39:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 10:00:35 -0700
commitb2266beeb357bae938830f559845f5f3deb4f916 (patch)
treef330f3825a8d33881abaa29bba1ff8ebd9cc8c72
parent09761c95e7541a8ac954a75b0c70cd2f8362720e (diff)
downloadpoky-b2266beeb357bae938830f559845f5f3deb4f916.tar.gz
usermanual: The git fetcher defaults to the git protocol (or file)
(Bitbake rev: 692c2fcead5c82249359ad54d2c7941d087a2eb3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/manual/usermanual.xml2
1 files changed, 1 insertions, 1 deletions
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"</screen></para>
443 </para> 443 </para>
444 <para>The variable <varname>GITDIR</varname> will be used as the base directory where the git tree is cloned to. 444 <para>The variable <varname>GITDIR</varname> will be used as the base directory where the git tree is cloned to.
445 </para> 445 </para>
446 <para>The parameters are <emphasis>tag</emphasis>, <emphasis>protocol</emphasis> and <emphasis>scmdata</emphasis>. <emphasis>tag</emphasis> is a Git tag, the default is <quote>master</quote>. <emphasis>protocol</emphasis> is the Git protocol to use and defaults to <quote>rsync</quote>. If <emphasis>scmdata</emphasis> is set to <quote>keep</quote>, the <quote>.git</quote> directory will be available during compile-time. 446 <para>The parameters are <emphasis>tag</emphasis>, <emphasis>protocol</emphasis> and <emphasis>scmdata</emphasis>. <emphasis>tag</emphasis> is a Git tag, the default is <quote>master</quote>. <emphasis>protocol</emphasis> is the Git protocol to use and defaults to <quote>git</quote> if a hostname is set, otherwise its <quote>file</quote>. If <emphasis>scmdata</emphasis> is set to <quote>keep</quote>, the <quote>.git</quote> directory will be available during compile-time.
447 </para> 447 </para>
448 <para><screen><varname>SRC_URI</varname> = "git://git.oe.handhelds.org/git/vip.git;tag=version-1" 448 <para><screen><varname>SRC_URI</varname> = "git://git.oe.handhelds.org/git/vip.git;tag=version-1"
449<varname>SRC_URI</varname> = "git://git.oe.handhelds.org/git/vip.git;protocol=http" 449<varname>SRC_URI</varname> = "git://git.oe.handhelds.org/git/vip.git;protocol=http"