summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-01-20 07:41:04 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-21 21:58:03 +0000
commit76240de5518109c962d22e396192165a228145cc (patch)
tree8f9d0b4c88505d3dee22f0f70cceece85755853a /documentation
parent29b2fb6d774dde0368a9bfbfedb29ff991ae5f6d (diff)
downloadpoky-76240de5518109c962d22e396192165a228145cc.tar.gz
ref-manual: Updated the TCMODE variable.
Fixes [YOCTO #4942] Added a note to the variable description stating that if the user does not set TCMODE to "default", it is up to them to verify that components are compatible with the toolchain. (From yocto-docs rev: e67d7635c1d749e65aaef0d4cc6576a3ee312ddd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 36b167940a..2e59e49f82 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6688,6 +6688,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6688 internal toolchain. 6688 internal toolchain.
6689 The variable's default value is "default", which uses 6689 The variable's default value is "default", which uses
6690 that internal toolchain. 6690 that internal toolchain.
6691 <note>
6692 If <filename>TCMODE</filename> is set to a value
6693 other than "default", then it is your responsibility
6694 to ensure that the toolchain is compatible with the
6695 default toolchain.
6696 Using older or newer versions of these components
6697 might cause build problems.
6698 See the
6699 <ulink url='&YOCTO_RELEASE_NOTES;'>Release Notes</ulink>
6700 for the specific components with which the toolchain
6701 must be compatible.
6702 </note>
6691 </para> 6703 </para>
6692 6704
6693 <para> 6705 <para>