summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-09 16:15:46 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:26 +0000
commit122657979e866bfe6cac3fdb8dbe357083fb175c (patch)
tree34c5c9027cd5521513f52cd65f0398afba8faf68 /documentation/ref-manual/ref-variables.xml
parent84c76124a7637bd39ff1627ea21847670d21b604 (diff)
downloadpoky-122657979e866bfe6cac3fdb8dbe357083fb175c.tar.gz
ref-manual: Edits to icecc class and removal of three variables.
Fixed the links in the icecc class that linked into ICECC_CC, ICECC_CXX, and ICECC_VERSION so they don't link anymore but rather give a very brief explanation of what the variable does. Removed the above three variables from the variable glossary. These are not BitBake variables and we should not document them. (From yocto-docs rev: 67842df1a4a01f7bdd924027c66faf8f30c426ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml51
1 files changed, 1 insertions, 50 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 43829a6607..736dde2d57 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -24,7 +24,7 @@
24 <link linkend='var-FEED_DEPLOYDIR_BASE_URI'>F</link> 24 <link linkend='var-FEED_DEPLOYDIR_BASE_URI'>F</link>
25 <link linkend='var-GROUPADD_PARAM'>G</link> 25 <link linkend='var-GROUPADD_PARAM'>G</link>
26 <link linkend='var-HOMEPAGE'>H</link> 26 <link linkend='var-HOMEPAGE'>H</link>
27 <link linkend='var-ICECC_CC'>I</link> 27 <link linkend='var-ICECC_ENV_EXEC'>I</link>
28<!-- <link linkend='var-glossary-j'>J</link> --> 28<!-- <link linkend='var-glossary-j'>J</link> -->
29 <link linkend='var-KARCH'>K</link> 29 <link linkend='var-KARCH'>K</link>
30 <link linkend='var-LABELS'>L</link> 30 <link linkend='var-LABELS'>L</link>
@@ -2334,42 +2334,6 @@
2334 2334
2335 <glossdiv id='var-glossary-i'><title>I</title> 2335 <glossdiv id='var-glossary-i'><title>I</title>
2336 2336
2337 <glossentry id='var-ICECC_CC'><glossterm>ICECC_CC</glossterm>
2338 <glossdef>
2339 <para>
2340 The path to the GNU C compiler <filename>gcc</filename>.
2341 This variable is used by the
2342 <link linkend='ref-classes-icecc'><filename>icecc</filename></link>
2343 class.
2344 You do not set this variable by hand.
2345 </para>
2346
2347 <para>
2348 When the location for the GNU C compiler is not a
2349 symbolic link, the class sets the variable to the location
2350 of the compiler.
2351 </para>
2352 </glossdef>
2353 </glossentry>
2354
2355 <glossentry id='var-ICECC_CXX'><glossterm>ICECC_CXX</glossterm>
2356 <glossdef>
2357 <para>
2358 The path to the GNU C++ compiler <filename>g++</filename>.
2359 This variable is used by the
2360 <link linkend='ref-classes-icecc'><filename>icecc</filename></link>
2361 class.
2362 You do not set this variable by hand.
2363 </para>
2364
2365 <para>
2366 When the location for the GNU C++ compiler is not a
2367 symbolic link, the class sets the variable to the location
2368 of the compiler.
2369 </para>
2370 </glossdef>
2371 </glossentry>
2372
2373 <glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC</glossterm> 2337 <glossentry id='var-ICECC_ENV_EXEC'><glossterm>ICECC_ENV_EXEC</glossterm>
2374 <glossdef> 2338 <glossdef>
2375 <para> 2339 <para>
@@ -2468,19 +2432,6 @@
2468 </glossdef> 2432 </glossdef>
2469 </glossentry> 2433 </glossentry>
2470 2434
2471 <glossentry id='var-ICECC_VERSION'><glossterm>ICECC_VERSION</glossterm>
2472 <glossdef>
2473 <para>
2474 The version of the cross-compiler used in the
2475 cross-development toolchain.
2476 This variable is used by the
2477 <link linkend='ref-classes-icecc'><filename>icecc</filename></link>
2478 class.
2479 You do not set this variable by hand.
2480 </para>
2481 </glossdef>
2482 </glossentry>
2483
2484 <glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME</glossterm> 2435 <glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME</glossterm>
2485 <glossdef> 2436 <glossdef>
2486 <para> 2437 <para>