From 77166a2a8846ca61b67b37a8f7f885f0405d214b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 19 May 2014 14:49:56 +0300 Subject: bitbake: bitbake-user-manual-fetching.xml: Added new Git Submodule Fetcher section. Added the "GIT Submodule Fetcher (gitsm://)" section to the fetchers chapter. This information was provided by Chris Morgan. Reported-by: Chris Morgan (Bitbake rev: a3a3331e7118fd3139fe5a80b157a5a5b38631de) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-fetching.xml | 27 +++++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'bitbake/doc') 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 858054f2f2..f5031cfba7 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml @@ -574,12 +574,27 @@ GIT Submodule Fetcher (<filename>gitsm://</filename>) - 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 - the git fetcher documentation for syntax. - NOTE: You must clean a recipe when switching between 'git://' and - 'gitsm://' urls. + This fetcher submodule inherits from the + Git fetcher and extends + that fetcher's behavior by fetching a repository's submodules. + URI is passed to the Git fetcher as described in the + "GIT Fetcher (git://)" + section. + + Notes and Warnings + + You must clean a recipe when switching between + 'git://' and + 'gitsm://' URLs. + + + + The Git Submodules fetcher is not a complete fetcher + implementation. + The fetcher has known issues where it does not use the + normal source mirroring infrastructure properly. + + -- cgit v1.2.3-54-g00ecf