summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index 40b245b6d3..a944d0f78e 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -441,6 +441,13 @@ Here are some example URLs::
441 441
442.. note:: 442.. note::
443 443
444 When using ``git`` as the fetcher of the main source code of your software,
445 ``S`` should be set accordingly::
446
447 S = "${WORKDIR}/git"
448
449.. note::
450
444 Specifying passwords directly in ``git://`` urls is not supported. 451 Specifying passwords directly in ``git://`` urls is not supported.
445 There are several reasons: :term:`SRC_URI` is often written out to logs and 452 There are several reasons: :term:`SRC_URI` is often written out to logs and
446 other places, and that could easily leak passwords; it is also all too 453 other places, and that could easily leak passwords; it is also all too