summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Morgan <chmorgan@gmail.com>2014-05-18 14:24:12 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-19 12:02:45 +0100
commitef2bf63e56b87e19d1a9059dd2d81a9a1a537254 (patch)
treed9b7d469bd61ef10b2058a3309f6fa3bd297015f /doc
parentd150226d11d5f041f78c8c3ce4abc5465dbc81d8 (diff)
downloadbitbake-contrib-ef2bf63e56b87e19d1a9059dd2d81a9a1a537254.tar.gz
fetch2/gitsm: Documentation improvements for gitsm:// fetcher
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-fetching.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
index 5aa53defc..858054f2f 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -570,6 +570,19 @@
</para>
</section>
+ <section id='gitsm-fetcher'>
+ <title>GIT Submodule Fetcher (<filename>gitsm://</filename>)</title>
+
+ <para>
+ This fetcher inherits from the Git fetcher and extends its
+ behavior by fetching a repositories submodules.
+ Uri is passed to the Git fetcher so see <link linkend='git-fetcher'>
+ the git fetcher documentation for syntax</link>.
+ NOTE: You must clean a recipe when switching between 'git://' and
+ 'gitsm://' urls.
+ </para>
+ </section>
+
<section id='other-fetchers'>
<title>Other Fetchers</title>
@@ -583,9 +596,6 @@
Perforce (<filename>p4://</filename>)
</para></listitem>
<listitem><para>
- Git Submodules (<filename>gitsm://</filename>)
- </para></listitem>
- <listitem><para>
Trees using Git Annex (<filename>gitannex://</filename>)
</para></listitem>
<listitem><para>