summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/faq.xml')
-rw-r--r--documentation/poky-ref-manual/faq.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index e0dbb1d..dffe6bf 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -467,14 +467,16 @@
The toolchain configuration is very flexible and customizable.
It is primarily controlled with the
<filename><link linkend='var-TCMODE'>TCMODE</link></filename> variable.
- This variable controls which file to include
- (<filename>conf/distro/include/tcmode-*.inc</filename>).
+ This variable controls which <filename>tcmode-*.inc</filename> file to include
+ from the <filename>meta/conf/distro/include</filename> directory within the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>Yocto Project Files</ulink>.
</para>
<para>
- The default value of <filename>TCMODE</filename> is "default".
+ The default value of <filename>TCMODE</filename> is "default"
+ (i.e. <filename>tcmode-default.inc</filename>.
However, other patterns are accepted.
- In particular, "external-*" refers to external toolchains of which there are some basic examples
- included with the core.
+ In particular, "external-*" refers to external toolchains of which there are some
+ basic examples included with the core.
A user can use their own custom toolchain definition in their own layer
(or as defined in the <filename>local.conf</filename> file) at the location
<filename>conf/distro/include/tcmode-*.inc</filename>.
OpenPOWER on IntegriCloud