mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
bitbake: fetch2/gitsm: Document that we won't support propagating user parameter
[YOCTO #13550] (Bitbake rev: 5e45b8eab60d651c98a950533043a4c96b9c8b01) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5afd5091cc
commit
d8a51fd628
@@ -123,6 +123,12 @@ class GitSM(Git):
|
|||||||
url += ";name=%s" % module
|
url += ";name=%s" % module
|
||||||
url += ";subpath=%s" % module
|
url += ";subpath=%s" % module
|
||||||
url += ";nobranch=1"
|
url += ";nobranch=1"
|
||||||
|
# Note that adding "user=" here to give credentials to the
|
||||||
|
# submodule is not supported. Since using SRC_URI to give git://
|
||||||
|
# URL a password is not supported, one have to use one of the
|
||||||
|
# recommended way (eg. ~/.netrc or SSH config) which does specify
|
||||||
|
# the user (See comment in git.py).
|
||||||
|
# So, we will not take patches adding "user=" support here.
|
||||||
|
|
||||||
ld = d.createCopy()
|
ld = d.createCopy()
|
||||||
# Not necessary to set SRC_URI, since we're passing the URI to
|
# Not necessary to set SRC_URI, since we're passing the URI to
|
||||||
|
|||||||
Reference in New Issue
Block a user