summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.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-classes.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-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index a219a930b9..bd4f8629da 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -914,17 +914,17 @@
914 native and cross compilers. 914 native and cross compilers.
915 Depending on each configure or compile, the OpenEmbedded build system 915 Depending on each configure or compile, the OpenEmbedded build system
916 adds the directories at the head of the <filename>PATH</filename> list 916 adds the directories at the head of the <filename>PATH</filename> list
917 and then sets 917 and then sets the <filename>ICECC_CXX</filename> and
918 <link linkend='var-ICECC_CXX'><filename>ICECC_CXX</filename></link> 918 <filename>ICEC_CC</filename> variables, which are the paths to the
919 and 919 <filename>g++</filename> and <filename>gcc</filename> compilers,
920 <link linkend='var-ICECC_CC'><filename>ICEC_CC</filename></link>. 920 respectively.
921 </para> 921 </para>
922 922
923 <para> 923 <para>
924 For the cross compiler, the class creates a <filename>tar.gz</filename> 924 For the cross compiler, the class creates a <filename>tar.gz</filename>
925 file that contains the Yocto Project toolchain and sets 925 file that contains the Yocto Project toolchain and sets
926 <link linkend='var-ICECC_VERSION'><filename>ICECC_VERSION</filename></link> 926 <filename>ICECC_VERSION</filename>, which is the version of the
927 accordingly. 927 cross-compiler used in the cross-development toolchain, accordingly.
928 </para> 928 </para>
929 929
930 <para> 930 <para>