bitbake-user-manual: SRC_URI: mention gitsm fetcher

Message ID 20211124093342.2071305-1-michael.opdenacker@bootlin.com
State Accepted, archived
Commit 0d0e552d87c52c1f90b601698c3d54eec427ee21
Headers show
Series bitbake-user-manual: SRC_URI: mention gitsm fetcher | expand

Commit Message

Michael Opdenacker Nov. 24, 2021, 9:33 a.m. UTC
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 3 +++
 1 file changed, 3 insertions(+)

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 78fb2826..bb996e84 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1378,6 +1378,9 @@  overview of their function and contents.
       -  ``git://`` : Fetches files from a Git revision control
          repository.
 
+      -  ``gitsm://`` : Fetches submodules from a Git revision control
+         repository.
+
       -  ``hg://`` : Fetches files from a Mercurial (``hg``) revision
          control repository.