summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-09 13:16:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-10 23:09:32 +0000
commit9f562f8844fa4546573bdcf073a1fec3b3e8d09c (patch)
tree926bbde50e13410acfc2acdee3f45dbd78abc929 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
parentd87805b66d27f5875835e404dcca9b7d6753ed2a (diff)
downloadpoky-9f562f8844fa4546573bdcf073a1fec3b3e8d09c.tar.gz
bitbake: bitbake-user-manual: Added some links to some new variables.
(Bitbake rev: 5b8249acabad3eeedcf564590e6ab71588aec89c) 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.xml16
1 files changed, 9 insertions, 7 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 0dff736dea..21337208a1 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -345,7 +345,7 @@
345 A special value of "now" causes the checkout to 345 A special value of "now" causes the checkout to
346 be updated on every build. 346 be updated on every build.
347 </para></listitem> 347 </para></listitem>
348 <listitem><para><emphasis><filename>CVSDIR</filename>:</emphasis> 348 <listitem><para><emphasis><link linkend='var-CVSDIR'><filename>CVSDIR</filename></link>:</emphasis>
349 Specifies where a temporary checkout is saved. 349 Specifies where a temporary checkout is saved.
350 The location is often <filename>DL_DIR/cvs</filename>. 350 The location is often <filename>DL_DIR/cvs</filename>.
351 </para></listitem> 351 </para></listitem>
@@ -394,7 +394,8 @@
394 Effectively, you are renaming the output directory 394 Effectively, you are renaming the output directory
395 to which the module is unpacked. 395 to which the module is unpacked.
396 You are forcing the module into a special 396 You are forcing the module into a special
397 directory relative to <filename>CVSDIR</filename>. 397 directory relative to
398 <link linkend='var-CVSDIR'><filename>CVSDIR</filename></link>.
398 </para></listitem> 399 </para></listitem>
399 <listitem><para><emphasis>"rsh"</emphasis> 400 <listitem><para><emphasis>"rsh"</emphasis>
400 Used in conjunction with the "method" parameter. 401 Used in conjunction with the "method" parameter.
@@ -435,9 +436,9 @@
435 The executable used is specified by 436 The executable used is specified by
436 <filename>FETCHCMD_svn</filename>, which defaults 437 <filename>FETCHCMD_svn</filename>, which defaults
437 to "svn". 438 to "svn".
438 The fetcher's temporary working directory is set 439 The fetcher's temporary working directory is set by
439 by <filename>SVNDIR</filename>, which is usually 440 <link linkend='var-SVNDIR'><filename>SVNDIR</filename></link>,
440 <filename>DL_DIR/svn</filename>. 441 which is usually <filename>DL_DIR/svn</filename>.
441 </para> 442 </para>
442 443
443 <para> 444 <para>
@@ -491,8 +492,9 @@
491 This fetcher submodule fetches code from the Git 492 This fetcher submodule fetches code from the Git
492 source control system. 493 source control system.
493 The fetcher works by creating a bare clone of the 494 The fetcher works by creating a bare clone of the
494 remote into <filename>GITDIR</filename>, which is 495 remote into
495 usually <filename>DL_DIR/git2</filename>. 496 <link linkend='var-GITDIR'><filename>GITDIR</filename></link>,
497 which is usually <filename>DL_DIR/git2</filename>.
496 This bare clone is then cloned into the work directory during the 498 This bare clone is then cloned into the work directory during the
497 unpack stage when a specific tree is checked out. 499 unpack stage when a specific tree is checked out.
498 This is done using alternates and by reference to 500 This is done using alternates and by reference to