diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-08 09:56:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-11 23:06:06 +0000 |
commit | 77f002ca64c1cfa8ea8207eb30d4460812a52b9e (patch) | |
tree | 38446a25ec8f5fd84e3775bf5a298b955393210a /documentation/ref-manual | |
parent | ee90cc6bf05db68372c4ede2566b8885ea9a182a (diff) | |
download | poky-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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 6 |
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 @@ | |||
219 | You can think of <filename>gcc-cross</filename> simply as an | 219 | You can think of <filename>gcc-cross</filename> simply as an |
220 | automatically generated cross-compiler that is used internally within | 220 | automatically generated cross-compiler that is used internally within |
221 | BitBake only. | 221 | BitBake only. |
222 | <note> | ||
223 | The extensible SDK does not use | ||
224 | <filename>gcc-cross-canadian</filename> since the SDK ships | ||
225 | a copy of the OpenEmbedded build system and the sysroot contains | ||
226 | <filename>gcc-cross</filename>. | ||
227 | </note> | ||
222 | </para> | 228 | </para> |
223 | 229 | ||
224 | <para> | 230 | <para> |