diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 16 |
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 |