From efedaf9267462c126219236704b6807a28979ed9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Dec 2013 13:11:22 -0600 Subject: [PATCH] ref-manual: Updated the FAQ entry for how to use an external toolchain. We no longer have the external-sourcery.bb recipe. Had to rewrite this around it. (From yocto-docs rev: 4b0e3860216092461862d29b3a53a834f8dd43b2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/faq.xml | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index c7ccaafde6..9e6c0daf28 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml @@ -513,16 +513,15 @@ - The default value of TCMODE is "default" - (i.e. tcmode-default.inc). + The default value of TCMODE is "default", + which tells the OpenEmbedded build system to use its internally + built toolchain (i.e. tcmode-default.inc). However, other patterns are accepted. - In particular, "external-*" refers to external toolchains of - which there are some basic examples included in the - OpenEmbedded Core (meta). - You can use your own custom toolchain definition in your own - layer (or as defined in the local.conf - file) at the location - conf/distro/include/tcmode-*.inc. + In particular, "external-*" refers to external toolchains. + One example is the Sourcery G++ Toolchain. + The support for this toolchain resides in the separate + meta-sourcery layer at + . @@ -532,21 +531,6 @@ the toolchain such as libgcc, libstdcc++, any locales, and libc. - An example is the - external-sourcery-toolchain.bb, which is - located in meta/recipes-core/meta/ within - the Source Directory. - - - - For information on installing and using cross-development - toolchains, see the - "Installing the ADT and Toolchains" - section in the Yocto Project Application Developer's Guide. - For general information on cross-development toolchains, see - the - "Cross-Development Toolchain Generation" - section.