summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-09 13:14:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-10 23:09:32 +0000
commitd87805b66d27f5875835e404dcca9b7d6753ed2a (patch)
tree3f1a052776ca8d62ed6b987d9cba48e8753c6c83 /bitbake/doc
parent961e692cf2a5b6614f5c2465d859e413aa9eaf98 (diff)
downloadpoky-d87805b66d27f5875835e404dcca9b7d6753ed2a.tar.gz
bitbake: bitbake-user-manual: Added five new repo variables and links.
Added the following variables to the glossary: CVSDIR GITDIR SVNDIR HGDIR BZRDIR Several areas in the main manual mentioned these variables. For each, I added the appropriate link to the glossary term. (Bitbake rev: 5b797c758bf0499646e4e0256f03fbbdfb3ea080) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml54
1 files changed, 50 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index 988719d038..f5e5e61b1e 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -43,8 +43,8 @@
43 <link linkend='var-DEFAULT_PREFERENCE'>D</link> 43 <link linkend='var-DEFAULT_PREFERENCE'>D</link>
44 <link linkend='var-EXCLUDE_FROM_WORLD'>E</link> 44 <link linkend='var-EXCLUDE_FROM_WORLD'>E</link>
45 <link linkend='var-FAKEROOT'>F</link> 45 <link linkend='var-FAKEROOT'>F</link>
46<!-- <link linkend='var-GROUPADD_PARAM'>G</link> --> 46 <link linkend='var-GITDIR'>G</link>
47 <link linkend='var-HOMEPAGE'>H</link> 47 <link linkend='var-HGDIR'>H</link>
48<!-- <link linkend='var-ICECC_DISABLED'>I</link> --> 48<!-- <link linkend='var-ICECC_DISABLED'>I</link> -->
49<!-- <link linkend='var-glossary-j'>J</link> --> 49<!-- <link linkend='var-glossary-j'>J</link> -->
50<!-- <link linkend='var-KARCH'>K</link> --> 50<!-- <link linkend='var-KARCH'>K</link> -->
@@ -1154,6 +1154,15 @@
1154 </glossdef> 1154 </glossdef>
1155 </glossentry> 1155 </glossentry>
1156 1156
1157 <glossentry id='var-BZRDIR'><glossterm>BZRDIR</glossterm>
1158 <glossdef>
1159 <para>
1160 The directory in which files checked out of a Bazaar
1161 system are stored.
1162 </para>
1163 </glossdef>
1164 </glossentry>
1165
1157 </glossdiv> 1166 </glossdiv>
1158 1167
1159 <glossdiv id='var-glossary-c'><title>C</title> 1168 <glossdiv id='var-glossary-c'><title>C</title>
@@ -1168,6 +1177,15 @@
1168 </glossdef> 1177 </glossdef>
1169 </glossentry> 1178 </glossentry>
1170 1179
1180 <glossentry id='var-CVSDIR'><glossterm>CVSDIR</glossterm>
1181 <glossdef>
1182 <para>
1183 The directory in which files checked out under the
1184 CVS system are stored.
1185 </para>
1186 </glossdef>
1187 </glossentry>
1188
1171 </glossdiv> 1189 </glossdiv>
1172 1190
1173 <glossdiv id='var-glossary-d'><title>D</title> 1191 <glossdiv id='var-glossary-d'><title>D</title>
@@ -1412,13 +1430,32 @@
1412 1430
1413 </glossdiv> 1431 </glossdiv>
1414 1432
1415<!-- 1433
1416 <glossdiv id='var-glossary-g'><title>G</title> 1434 <glossdiv id='var-glossary-g'><title>G</title>
1435
1436 <glossentry id='var-GITDIR'><glossterm>GITDIR</glossterm>
1437 <glossdef>
1438 <para>
1439 The directory in which a local copy of a Git repository
1440 is stored when it is cloned.
1441 </para>
1442 </glossdef>
1443 </glossentry>
1444
1417 </glossdiv> 1445 </glossdiv>
1418--> 1446
1419 1447
1420 <glossdiv id='var-glossary-h'><title>H</title> 1448 <glossdiv id='var-glossary-h'><title>H</title>
1421 1449
1450 <glossentry id='var-HGDIR'><glossterm>HGDIR</glossterm>
1451 <glossdef>
1452 <para>
1453 The directory in which files checked out of a Mercurial
1454 system are stored.
1455 </para>
1456 </glossdef>
1457 </glossentry>
1458
1422 <glossentry id='var-HOMEPAGE'><glossterm>HOMEPAGE</glossterm> 1459 <glossentry id='var-HOMEPAGE'><glossterm>HOMEPAGE</glossterm>
1423 <glossdef> 1460 <glossdef>
1424 <para>Website where more information about the software the recipe is building 1461 <para>Website where more information about the software the recipe is building
@@ -2100,6 +2137,15 @@
2100 </glossdef> 2137 </glossdef>
2101 </glossentry> 2138 </glossentry>
2102 2139
2140 <glossentry id='var-SVNDIR'><glossterm>SVNDIR</glossterm>
2141 <glossdef>
2142 <para>
2143 The directory in which files checked out of a Subversion
2144 system are stored.
2145 </para>
2146 </glossdef>
2147 </glossentry>
2148
2103 </glossdiv> 2149 </glossdiv>
2104 2150
2105 <glossdiv id='var-glossary-t'><title>T</title> 2151 <glossdiv id='var-glossary-t'><title>T</title>