diff options
| -rw-r--r-- | documentation/poky-ref-manual/faq.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index e0dbb1d84d..dffe6bfbbf 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml | |||
| @@ -467,14 +467,16 @@ | |||
| 467 | The toolchain configuration is very flexible and customizable. | 467 | The toolchain configuration is very flexible and customizable. |
| 468 | It is primarily controlled with the | 468 | It is primarily controlled with the |
| 469 | <filename><link linkend='var-TCMODE'>TCMODE</link></filename> variable. | 469 | <filename><link linkend='var-TCMODE'>TCMODE</link></filename> variable. |
| 470 | This variable controls which file to include | 470 | This variable controls which <filename>tcmode-*.inc</filename> file to include |
| 471 | (<filename>conf/distro/include/tcmode-*.inc</filename>). | 471 | from the <filename>meta/conf/distro/include</filename> directory within the |
| 472 | <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>Yocto Project Files</ulink>. | ||
| 472 | </para> | 473 | </para> |
| 473 | <para> | 474 | <para> |
| 474 | The default value of <filename>TCMODE</filename> is "default". | 475 | The default value of <filename>TCMODE</filename> is "default" |
| 476 | (i.e. <filename>tcmode-default.inc</filename>. | ||
| 475 | However, other patterns are accepted. | 477 | However, other patterns are accepted. |
| 476 | In particular, "external-*" refers to external toolchains of which there are some basic examples | 478 | In particular, "external-*" refers to external toolchains of which there are some |
| 477 | included with the core. | 479 | basic examples included with the core. |
| 478 | A user can use their own custom toolchain definition in their own layer | 480 | A user can use their own custom toolchain definition in their own layer |
| 479 | (or as defined in the <filename>local.conf</filename> file) at the location | 481 | (or as defined in the <filename>local.conf</filename> file) at the location |
| 480 | <filename>conf/distro/include/tcmode-*.inc</filename>. | 482 | <filename>conf/distro/include/tcmode-*.inc</filename>. |
