aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Ylinen <mikko.ylinen@linux.intel.com>2017-10-06 11:47:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-06 12:05:56 +0100
commitca10186d60a52af6464bd998fa0b7146513bed0e (patch)
treeed6d79703727d78424ac17115500b760baf43f2d
parentfa767d85f19a7af92a44fe11fdfb38633009ad71 (diff)
downloadbitbake-ca10186d60a52af6464bd998fa0b7146513bed0e.tar.gz
bitbake-user-manual: add more gitsm fetcher limitations
The submodule sources fetched by the gitsm fetcher are not automatically tracked by the licensing and archiver infrastructures. Add these limitations to the existing 'warnings' sections for gitsm. [YOCTO #11594] Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-fetching.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
index d1ce43e23..c721e86eb 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -620,7 +620,9 @@
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.
+ normal source mirroring infrastructure properly. Further,
+ the submodule sources it fetches are not visible to the
+ licensing and source archiving infrastructures.
</para>
</note>
</para>