diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-04-14 14:39:16 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-04-14 14:39:16 -0700 |
commit | 76cf00c745b2be7c39fb0d966959948adeab1801 (patch) | |
tree | 48d9822e0201ab788618d2de121907b513ff8b54 | |
parent | 69c718c98ccb2e794a1c07e8354a79c255ff94fa (diff) |
var_src_uri.xml: Update the git entry to include branch and SRCREV
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | docs/usermanual/reference/var_src_uri.xml | 28 |
1 files changed, 24 insertions, 4 deletions
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 <variablelist> <varlistentry> - <term>tag</term> + <term>branch</term> <listitem> - <para>The tag to retrieve. The default is + <para>The git branch to retrieve from. The default is <command>"master"</command>.</para> </listitem> </varlistentry> + <term>tag</term> + + <listitem> + <para>The git tag to retrieve. The default is + <command>"master"</command>. This may be placed into + <command>SRCREV</command> instead.</para> + </listitem> + </varlistentry> + <varlistentry> <term>protocol</term> <listitem> <para>The method to use to access the repository. Common options are - <command>"git"</command> and <command>"rsync"</command>. The default - is <command>"rsync"</command>.</para> + <command>"git"</command>, <command>"http"</command> and + <command>"rsync"</command>. The default is + <command>"rsync"</command>.</para> </listitem> </varlistentry> </variablelist> @@ -470,6 +480,16 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 <para><variablelist> <varlistentry> + <term>SRCREV</term> + + <listitem> + <para>The revision of the git source to be checked out. + The default is <command>1</command> which is invalid and leads to + an error.</para> + </listitem> + </varlistentry> + + <varlistentry> <term>GITDIR</term> <listitem> |