From: Tom Rini Date: Wed, 14 Apr 2010 21:39:16 +0000 (-0700) Subject: var_src_uri.xml: Update the git entry to include branch and SRCREV X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76cf00c745b2be7c39fb0d966959948adeab1801;p=openembedded.git var_src_uri.xml: Update the git entry to include branch and SRCREV Signed-off-by: Tom Rini --- diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml index f6e61050aa..bc495719f8 100644 --- a/docs/usermanual/reference/var_src_uri.xml +++ b/docs/usermanual/reference/var_src_uri.xml @@ -447,21 +447,31 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 - tag + branch - The tag to retrieve. The default is + The git branch to retrieve from. The default is "master". + tag + + + The git tag to retrieve. The default is + "master". This may be placed into + SRCREV instead. + + + protocol The method to use to access the repository. Common options are - "git" and "rsync". The default - is "rsync". + "git", "http" and + "rsync". The default is + "rsync". @@ -469,6 +479,16 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 Related variables + + SRCREV + + + The revision of the git source to be checked out. + The default is 1 which is invalid and leads to + an error. + + + GITDIR