diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-03 15:27:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 10:57:35 +0100 |
commit | 366c70dbb0e9916f50ce1a4ff3ad4bd2757832a3 (patch) | |
tree | f3078c275d06eb5f225ac932963f6aff6c0d0560 /doc | |
parent | af1d3373706d365f9138caec110fcb20a5966b7b (diff) | |
download | bitbake-366c70dbb0e9916f50ce1a4ff3ad4bd2757832a3.zip |
bitmake-user-manual-fetching.xml: Added transportuser parameter for SVN
Fixes [YOCTO #6475]
A new parameter has been added to make sure the user is not
passed as the username for the subversion commands with the
SVN fetcher.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 7cc69f83..6491c5f1 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml @@ -468,6 +468,13 @@ compile-time when set to "keep". By default, these directories are removed. </para></listitem> + <listitem><para><emphasis>"transportuser":</emphasis> + When required, sets the username for the transport. + By default, this parameter is empty. + The transport username is different than the username + used in the main URL, which is passed to the subversion + command. + </para></listitem> </itemizedlist> Following are two examples using svn: <literallayout class='monospaced'> |