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 11:00:56 +0100 |
commit | 435e425976b72ef0962f1ca3de7cc4366c20ebeb (patch) | |
tree | 9de1d74d1c14b652703c07ff3723500c0e59511d /bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |
parent | c270e24b7fc9c8e09808dd2bded1bab47b8a18da (diff) | |
download | poky-435e425976b72ef0962f1ca3de7cc4366c20ebeb.tar.gz |
bitbake: 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.
(Bitbake rev: 366c70dbb0e9916f50ce1a4ff3ad4bd2757832a3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 7cc69f831e..6491c5f120 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |||
@@ -468,6 +468,13 @@ | |||
468 | compile-time when set to "keep". | 468 | compile-time when set to "keep". |
469 | By default, these directories are removed. | 469 | By default, these directories are removed. |
470 | </para></listitem> | 470 | </para></listitem> |
471 | <listitem><para><emphasis>"transportuser":</emphasis> | ||
472 | When required, sets the username for the transport. | ||
473 | By default, this parameter is empty. | ||
474 | The transport username is different than the username | ||
475 | used in the main URL, which is passed to the subversion | ||
476 | command. | ||
477 | </para></listitem> | ||
471 | </itemizedlist> | 478 | </itemizedlist> |
472 | Following are two examples using svn: | 479 | Following are two examples using svn: |
473 | <literallayout class='monospaced'> | 480 | <literallayout class='monospaced'> |