]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated "Cross-Development Toolchain Generation"
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 8 Mar 2016 17:56:37 +0000 (09:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2016 23:06:06 +0000 (23:06 +0000)
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>
documentation/ref-manual/technical-details.xml

index 4aa3c583093bcda15be203354e731c2aa8a13094..50abd3cb5c93b1b73c3a5b14991e881aa3f60f84 100644 (file)
         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>