summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
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:04:34 +0100
commit09edf20070036a3d83bb79e17f57261bea0d0f09 (patch)
treeb82fbffc91d1e77ec02e7fc79a0553c29301f317 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
parent874d81a5ebb6395b0d65d0082471287e522d0c47 (diff)
downloadpoky-09edf20070036a3d83bb79e17f57261bea0d0f09.tar.gz
bitbake: fetch2/gitsm: Documentation improvements for gitsm:// fetcher
(Bitbake rev: ef2bf63e56b87e19d1a9059dd2d81a9a1a537254) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml16
1 files changed, 13 insertions, 3 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 5aa53defc4..858054f2f2 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -570,6 +570,19 @@
570 </para> 570 </para>
571 </section> 571 </section>
572 572
573 <section id='gitsm-fetcher'>
574 <title>GIT Submodule Fetcher (<filename>gitsm://</filename>)</title>
575
576 <para>
577 This fetcher inherits from the Git fetcher and extends its
578 behavior by fetching a repositories submodules.
579 Uri is passed to the Git fetcher so see <link linkend='git-fetcher'>
580 the git fetcher documentation for syntax</link>.
581 NOTE: You must clean a recipe when switching between 'git://' and
582 'gitsm://' urls.
583 </para>
584 </section>
585
573 <section id='other-fetchers'> 586 <section id='other-fetchers'>
574 <title>Other Fetchers</title> 587 <title>Other Fetchers</title>
575 588
@@ -583,9 +596,6 @@
583 Perforce (<filename>p4://</filename>) 596 Perforce (<filename>p4://</filename>)
584 </para></listitem> 597 </para></listitem>
585 <listitem><para> 598 <listitem><para>
586 Git Submodules (<filename>gitsm://</filename>)
587 </para></listitem>
588 <listitem><para>
589 Trees using Git Annex (<filename>gitannex://</filename>) 599 Trees using Git Annex (<filename>gitannex://</filename>)
590 </para></listitem> 600 </para></listitem>
591 <listitem><para> 601 <listitem><para>