From 76cf00c745b2be7c39fb0d966959948adeab1801 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 14 Apr 2010 14:39:16 -0700 Subject: var_src_uri.xml: Update the git entry to include branch and SRCREV Signed-off-by: Tom Rini --- docs/usermanual/reference/var_src_uri.xml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'docs/usermanual/reference/var_src_uri.xml') 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 -- cgit v1.2.3