diff options
author | Mikko Ylinen <mikko.ylinen@linux.intel.com> | 2017-10-06 11:47:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-07 23:20:41 +0100 |
commit | 3e321ad2b880ba4d3a4e19ff5a74d1e73cd9c093 (patch) | |
tree | ae38af3241fa576fe43ef24ff924a79bdf62fb7e /bitbake | |
parent | 3eb62b0d700a05c923c5cd96f0c3377202c1e0da (diff) | |
download | poky-3e321ad2b880ba4d3a4e19ff5a74d1e73cd9c093.tar.gz |
bitbake: 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]
(Bitbake rev: ca10186d60a52af6464bd998fa0b7146513bed0e)
Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.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.xml | 4 |
1 files changed, 3 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 d1ce43e23a..c721e86eb9 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |||
@@ -620,7 +620,9 @@ | |||
620 | The Git Submodules fetcher is not a complete fetcher | 620 | The Git Submodules fetcher is not a complete fetcher |
621 | implementation. | 621 | implementation. |
622 | The fetcher has known issues where it does not use the | 622 | The fetcher has known issues where it does not use the |
623 | normal source mirroring infrastructure properly. | 623 | normal source mirroring infrastructure properly. Further, |
624 | the submodule sources it fetches are not visible to the | ||
625 | licensing and source archiving infrastructures. | ||
624 | </para> | 626 | </para> |
625 | </note> | 627 | </note> |
626 | </para> | 628 | </para> |