aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-09 03:08:54 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-09 03:08:54 +0000
commit451309b7bbfad9b143af76571eed9e1e689a5a65 (patch)
treeaefd4a402703a7190c6f79c99a01348128d9027e /usermanual
parent5e78e83f9caba3e8633c8362b4776f2ff127e160 (diff)
downloadopenembedded-451309b7bbfad9b143af76571eed9e1e689a5a65.tar.gz
usermanual SRC_URI: Add details on the new SVNDIR variable, add details on
the CVSDIR variable, which was missed previously, and rename GIT_DIR to its real name of GITDIR.
Diffstat (limited to 'usermanual')
-rw-r--r--usermanual/reference/var_src_uri.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/usermanual/reference/var_src_uri.xml b/usermanual/reference/var_src_uri.xml
index 47778fa483..3b822a0e21 100644
--- a/usermanual/reference/var_src_uri.xml
+++ b/usermanual/reference/var_src_uri.xml
@@ -334,6 +334,15 @@
</varlistentry>
<varlistentry>
+ <term>CVSDIR</term>
+
+ <listitem>
+ <para>The directory in which the cvs checkouts will be performed.
+ The default is <command>${DL_DIR}/cvs</command>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>DL_DIR</term>
<listitem>
@@ -401,6 +410,15 @@
<para>Related variables:<variablelist>
<varlistentry>
+ <term>SVNDIR</term>
+
+ <listitem>
+ <para>The directory in which the svn checkouts will be performed..
+ The default is <command>${DL_DIR}/svn</command>.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>DL_DIR</term>
<listitem>
@@ -447,10 +465,11 @@
<para><variablelist>
<varlistentry>
- <term>GIT_DIR</term>
+ <term>GITDIR</term>
<listitem>
- <para>The directory where git clones will be stored.</para>
+ <para>The directory in which the git checkouts will be performed.
+ The default is <command>${DL_DIR}/git</command>.</para>
</listitem>
</varlistentry>