diff options
author | 2012-08-29 15:02:52 -0700 | |
---|---|---|
committer | 2012-09-04 12:55:02 +0100 | |
commit | 5cd31e327eb7b150d477e44673930aea3ae8dfc5 (patch) | |
tree | 26bf37684f7bc00b4da0705bfa31027bf10d1fec | |
parent | fc212a0b55dbde20594ccdb7d0c59050384bd550 (diff) | |
download | poky-5cd31e327eb7b150d477e44673930aea3ae8dfc5.tar.gz poky-5cd31e327eb7b150d477e44673930aea3ae8dfc5.tar.bz2 poky-5cd31e327eb7b150d477e44673930aea3ae8dfc5.zip |
documentation/poky-ref-manual/ref-variables.xml: TCMODE edits
Minor wording changes.
(From yocto-docs rev: 2744ef171c4454ce66aee240963c34bc326f1c07)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 9a4e56043e..362ece4176 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1939,10 +1939,9 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" The <filename>TCMODE</filename> variable selects the external toolchain built using the OpenEmbedded build system or a few supported combinations of the upstream GCC or CodeSourcery Labs toolchain. - The variable determines which of the <filename>tcmode-*</filename> files in + The variable identifies the <filename>tcmode-*</filename> files used in the <filename>meta/conf/distro/include</filename> directory, which is found in the - <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>, - is used. + <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. </para> <para> By default, <filename>TCMODE</filename> is set to "default", which |