aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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:05 +0000
commit5b8249acabad3eeedcf564590e6ab71588aec89c (patch)
treed1cdb18ea5c0f90e3675e42decc9608059f70efc /doc
parent5b797c758bf0499646e4e0256f03fbbdfb3ea080 (diff)
downloadbitbake-contrib-5b8249acabad3eeedcf564590e6ab71588aec89c.tar.gz
bitbake-user-manual: Added some links to some new variables.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-fetching.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
index 0dff736de..21337208a 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml
@@ -345,7 +345,7 @@
A special value of "now" causes the checkout to
be updated on every build.
</para></listitem>
- <listitem><para><emphasis><filename>CVSDIR</filename>:</emphasis>
+ <listitem><para><emphasis><link linkend='var-CVSDIR'><filename>CVSDIR</filename></link>:</emphasis>
Specifies where a temporary checkout is saved.
The location is often <filename>DL_DIR/cvs</filename>.
</para></listitem>
@@ -394,7 +394,8 @@
Effectively, you are renaming the output directory
to which the module is unpacked.
You are forcing the module into a special
- directory relative to <filename>CVSDIR</filename>.
+ directory relative to
+ <link linkend='var-CVSDIR'><filename>CVSDIR</filename></link>.
</para></listitem>
<listitem><para><emphasis>"rsh"</emphasis>
Used in conjunction with the "method" parameter.
@@ -435,9 +436,9 @@
The executable used is specified by
<filename>FETCHCMD_svn</filename>, which defaults
to "svn".
- The fetcher's temporary working directory is set
- by <filename>SVNDIR</filename>, which is usually
- <filename>DL_DIR/svn</filename>.
+ The fetcher's temporary working directory is set by
+ <link linkend='var-SVNDIR'><filename>SVNDIR</filename></link>,
+ which is usually <filename>DL_DIR/svn</filename>.
</para>
<para>
@@ -491,8 +492,9 @@
This fetcher submodule fetches code from the Git
source control system.
The fetcher works by creating a bare clone of the
- remote into <filename>GITDIR</filename>, which is
- usually <filename>DL_DIR/git2</filename>.
+ remote into
+ <link linkend='var-GITDIR'><filename>GITDIR</filename></link>,
+ which is usually <filename>DL_DIR/git2</filename>.
This bare clone is then cloned into the work directory during the
unpack stage when a specific tree is checked out.
This is done using alternates and by reference to