summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-19 16:03:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 13:48:38 +0100
commitd87cb56aa829ac906cd79782a68b1533b21b12f3 (patch)
tree072512fe6a6f234c3db4b5cb6e6ef0f60b02c00d /bitbake
parent77166a2a8846ca61b67b37a8f7f885f0405d214b (diff)
downloadpoky-d87cb56aa829ac906cd79782a68b1533b21b12f3.tar.gz
bitbake: bitbake-user-manual-fetching.xml: Edits to the Git Submodule fetcher section.
Exchanged "SRC_URI" for "URI" for clarity. (Bitbake rev: 90cc450671eaabf917c10a8d01b729b6bc0f544c) 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.xml3
1 files changed, 2 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 f5031cfba7..42a1db0902 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -577,7 +577,8 @@
577 This fetcher submodule inherits from the 577 This fetcher submodule inherits from the
578 <link linkend='git-fetcher'>Git fetcher</link> and extends 578 <link linkend='git-fetcher'>Git fetcher</link> and extends
579 that fetcher's behavior by fetching a repository's submodules. 579 that fetcher's behavior by fetching a repository's submodules.
580 URI is passed to the Git fetcher as described in the 580 <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>
581 is passed to the Git fetcher as described in the
581 "<link linkend='git-fetcher'>GIT Fetcher (<filename>git://</filename>)</link>" 582 "<link linkend='git-fetcher'>GIT Fetcher (<filename>git://</filename>)</link>"
582 section. 583 section.
583 <note> 584 <note>