aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-08 09:56:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-11 23:06:06 +0000
commit77f002ca64c1cfa8ea8207eb30d4460812a52b9e (patch)
tree38446a25ec8f5fd84e3775bf5a298b955393210a
parentee90cc6bf05db68372c4ede2566b8885ea9a182a (diff)
downloadopenembedded-core-contrib-77f002ca64c1cfa8ea8207eb30d4460812a52b9e.tar.gz
ref-manual: Updated "Cross-Development Toolchain Generation"
I added a note about the extensible SDK not including gcc-canadian-cross. (From yocto-docs rev: 53866854af53e97c9d8ca8d0771e12a7744ad6bd) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/technical-details.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 4aa3c58309..50abd3cb5c 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -219,6 +219,12 @@
You can think of <filename>gcc-cross</filename> simply as an
automatically generated cross-compiler that is used internally within
BitBake only.
+ <note>
+ The extensible SDK does not use
+ <filename>gcc-cross-canadian</filename> since the SDK ships
+ a copy of the OpenEmbedded build system and the sysroot contains
+ <filename>gcc-cross</filename>.
+ </note>
</para>
<para>