1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

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>
This commit is contained in:
Scott Rifenbark
2015-02-09 13:16:51 -08:00
committed by Richard Purdie
parent d87805b66d
commit 9f562f8844
@@ -345,7 +345,7 @@
A special value of "now" causes the checkout to A special value of "now" causes the checkout to
be updated on every build. be updated on every build.
</para></listitem> </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. Specifies where a temporary checkout is saved.
The location is often <filename>DL_DIR/cvs</filename>. The location is often <filename>DL_DIR/cvs</filename>.
</para></listitem> </para></listitem>
@@ -394,7 +394,8 @@
Effectively, you are renaming the output directory Effectively, you are renaming the output directory
to which the module is unpacked. to which the module is unpacked.
You are forcing the module into a special 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> </para></listitem>
<listitem><para><emphasis>"rsh"</emphasis> <listitem><para><emphasis>"rsh"</emphasis>
Used in conjunction with the "method" parameter. Used in conjunction with the "method" parameter.
@@ -435,9 +436,9 @@
The executable used is specified by The executable used is specified by
<filename>FETCHCMD_svn</filename>, which defaults <filename>FETCHCMD_svn</filename>, which defaults
to "svn". to "svn".
The fetcher's temporary working directory is set The fetcher's temporary working directory is set by
by <filename>SVNDIR</filename>, which is usually <link linkend='var-SVNDIR'><filename>SVNDIR</filename></link>,
<filename>DL_DIR/svn</filename>. which is usually <filename>DL_DIR/svn</filename>.
</para> </para>
<para> <para>
@@ -491,8 +492,9 @@
This fetcher submodule fetches code from the Git This fetcher submodule fetches code from the Git
source control system. source control system.
The fetcher works by creating a bare clone of the The fetcher works by creating a bare clone of the
remote into <filename>GITDIR</filename>, which is remote into
usually <filename>DL_DIR/git2</filename>. <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 This bare clone is then cloned into the work directory during the
unpack stage when a specific tree is checked out. unpack stage when a specific tree is checked out.
This is done using alternates and by reference to This is done using alternates and by reference to