diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 5 |
1 files changed, 5 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 51ab233adc..0fc2d5e699 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
@@ -229,6 +229,11 @@ downloaded file is useful for avoiding collisions in | |||
229 | :term:`DL_DIR` when dealing with multiple files that | 229 | :term:`DL_DIR` when dealing with multiple files that |
230 | have the same name. | 230 | have the same name. |
231 | 231 | ||
232 | If a username and password are specified in the ``SRC_URI``, a Basic | ||
233 | Authorization header will be added to each request, including across redirects. | ||
234 | To instead limit the Authorization header to the first request, add | ||
235 | "redirectauth=0" to the list of parameters. | ||
236 | |||
232 | Some example URLs are as follows:: | 237 | Some example URLs are as follows:: |
233 | 238 | ||
234 | SRC_URI = "http://oe.handhelds.org/not_there.aac" | 239 | SRC_URI = "http://oe.handhelds.org/not_there.aac" |