overview-manual: Updated "Cross-Development Toolchain Generation"

I made some small edits to this section.

(From yocto-docs rev: a2cc355c1bdfbf10f86f8d4994cc81dfb12d8f87)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-05-14 10:14:23 -07:00
committed by Richard Purdie
parent 50c83e8b70
commit ad44dc9b7c

View File

@@ -2228,7 +2228,7 @@
<para> <para>
In the Yocto Project development environment, cross-development In the Yocto Project development environment, cross-development
toolchains are used to build the image and applications that run toolchains are used to build images and applications that run
on the target hardware. on the target hardware.
With just a few commands, the OpenEmbedded build system creates With just a few commands, the OpenEmbedded build system creates
these necessary toolchains for you. these necessary toolchains for you.
@@ -2298,8 +2298,12 @@
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<filename>glibc-initial</filename>: <filename>glibc-initial</filename>:
An initial version of the Embedded GLIBC needed to bootstrap An initial version of the Embedded GNU C Library
<filename>glibc</filename>. (GLIBC) needed to bootstrap <filename>glibc</filename>.
</para></listitem>
<listitem><para>
<filename>glibc</filename>:
The GNU C Library.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<filename>gcc-cross</filename>: <filename>gcc-cross</filename>:
@@ -2396,10 +2400,10 @@
<filename>gcc-crosssdk</filename>: <filename>gcc-crosssdk</filename>:
The final stage of the bootstrap process for the The final stage of the bootstrap process for the
relocatable cross-compiler. relocatable cross-compiler.
The <filename>gcc-crosssdk</filename> is a transitory compiler The <filename>gcc-crosssdk</filename> is a transitory
and never leaves the build host. compiler and never leaves the build host.
Its purpose is to help in the bootstrap process to create the Its purpose is to help in the bootstrap process to create
eventual relocatable <filename>gcc-cross-canadian</filename> the eventual <filename>gcc-cross-canadian</filename>
compiler, which is relocatable. compiler, which is relocatable.
This tool is also a "native" package (i.e. it is This tool is also a "native" package (i.e. it is
designed to run on the build host). designed to run on the build host).
@@ -2425,7 +2429,7 @@
For information on advantages gained when building a For information on advantages gained when building a
cross-development toolchain installer, see the cross-development toolchain installer, see the
"<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>"
section in the Yocto Project Application Development and the appendix in the Yocto Project Application Development and the
Extensible Software Development Kit (eSDK) manual. Extensible Software Development Kit (eSDK) manual.
</note> </note>
</section> </section>