From 9f562f8844fa4546573bdcf073a1fec3b3e8d09c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Feb 2015 13:16:51 -0800 Subject: bitbake: bitbake-user-manual: Added some links to some new variables. (Bitbake rev: 5b8249acabad3eeedcf564590e6ab71588aec89c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual/bitbake-user-manual-fetching.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'bitbake/doc') 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 @@ A special value of "now" causes the checkout to be updated on every build. - CVSDIR: + CVSDIR: Specifies where a temporary checkout is saved. The location is often DL_DIR/cvs. @@ -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 CVSDIR. + directory relative to + CVSDIR. "rsh" Used in conjunction with the "method" parameter. @@ -435,9 +436,9 @@ The executable used is specified by FETCHCMD_svn, which defaults to "svn". - The fetcher's temporary working directory is set - by SVNDIR, which is usually - DL_DIR/svn. + The fetcher's temporary working directory is set by + SVNDIR, + which is usually DL_DIR/svn. @@ -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 GITDIR, which is - usually DL_DIR/git2. + remote into + GITDIR, + which is usually DL_DIR/git2. 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 -- cgit v1.2.3-54-g00ecf