summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-26 15:30:24 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:58:56 +0100
commitac8ac1724db723fc9ab37046a68decce25033790 (patch)
tree9660fbd6086b5957c351f91e6adeba0b8424b8f1 /bitbake
parent3a7258afd5d123260e3e08c42367dbe0ad45c1f1 (diff)
downloadpoky-ac8ac1724db723fc9ab37046a68decce25033790.tar.gz
bitbake: bitbake-user-manual-fetching.xml: Small fix in Git Fetcher
Fixed how we refer to the "rev" paramater. (Bitbake rev: 90b1aec42cd29716f1cbd058757941cbfda235b0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
index 07fc820298..7cc69f831e 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -553,7 +553,7 @@
553 network. 553 network.
554 For that reason, tags are often not used. 554 For that reason, tags are often not used.
555 As far as Git is concerned, the "tag" parameter behaves 555 As far as Git is concerned, the "tag" parameter behaves
556 effectively the same as the "revision" parameter. 556 effectively the same as the "rev" parameter.
557 </para></listitem> 557 </para></listitem>
558 <listitem><para><emphasis>"subpath":</emphasis> 558 <listitem><para><emphasis>"subpath":</emphasis>
559 Limits the checkout to a specific subpath of the tree. 559 Limits the checkout to a specific subpath of the tree.