From 122657979e866bfe6cac3fdb8dbe357083fb175c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Dec 2013 16:15:46 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 12 ++--- documentation/ref-manual/ref-variables.xml | 51 +--------------------- 2 files changed, 7 insertions(+), 56 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 @@ native and cross compilers. Depending on each configure or compile, the OpenEmbedded build system adds the directories at the head of the PATH list - and then sets - ICECC_CXX - and - ICEC_CC. + and then sets the ICECC_CXX and + ICEC_CC variables, which are the paths to the + g++ and gcc compilers, + respectively. For the cross compiler, the class creates a tar.gz file that contains the Yocto Project toolchain and sets - ICECC_VERSION - accordingly. + ICECC_VERSION, which is the version of the + cross-compiler used in the cross-development toolchain, accordingly. 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 @@ F G H - I + I K L @@ -2334,42 +2334,6 @@ I - ICECC_CC - - - The path to the GNU C compiler gcc. - This variable is used by the - icecc - class. - You do not set this variable by hand. - - - - When the location for the GNU C compiler is not a - symbolic link, the class sets the variable to the location - of the compiler. - - - - - ICECC_CXX - - - The path to the GNU C++ compiler g++. - This variable is used by the - icecc - class. - You do not set this variable by hand. - - - - When the location for the GNU C++ compiler is not a - symbolic link, the class sets the variable to the location - of the compiler. - - - - ICECC_ENV_EXEC @@ -2468,19 +2432,6 @@ - ICECC_VERSION - - - The version of the cross-compiler used in the - cross-development toolchain. - This variable is used by the - icecc - class. - You do not set this variable by hand. - - - - IMAGE_BASENAME