mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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:
committed by
Richard Purdie
parent
372e47e927
commit
88872ce422
@@ -2228,7 +2228,7 @@
|
||||
|
||||
<para>
|
||||
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.
|
||||
With just a few commands, the OpenEmbedded build system creates
|
||||
these necessary toolchains for you.
|
||||
@@ -2298,8 +2298,12 @@
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<filename>glibc-initial</filename>:
|
||||
An initial version of the Embedded GLIBC needed to bootstrap
|
||||
<filename>glibc</filename>.
|
||||
An initial version of the Embedded GNU C Library
|
||||
(GLIBC) needed to bootstrap <filename>glibc</filename>.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<filename>glibc</filename>:
|
||||
The GNU C Library.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<filename>gcc-cross</filename>:
|
||||
@@ -2396,10 +2400,10 @@
|
||||
<filename>gcc-crosssdk</filename>:
|
||||
The final stage of the bootstrap process for the
|
||||
relocatable cross-compiler.
|
||||
The <filename>gcc-crosssdk</filename> is a transitory compiler
|
||||
and never leaves the build host.
|
||||
Its purpose is to help in the bootstrap process to create the
|
||||
eventual relocatable <filename>gcc-cross-canadian</filename>
|
||||
The <filename>gcc-crosssdk</filename> is a transitory
|
||||
compiler and never leaves the build host.
|
||||
Its purpose is to help in the bootstrap process to create
|
||||
the eventual <filename>gcc-cross-canadian</filename>
|
||||
compiler, which is relocatable.
|
||||
This tool is also a "native" package (i.e. it is
|
||||
designed to run on the build host).
|
||||
@@ -2425,7 +2429,7 @@
|
||||
For information on advantages gained when building a
|
||||
cross-development toolchain installer, see the
|
||||
"<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.
|
||||
</note>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user