diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-14 10:14:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:33 +0100 |
| commit | ad44dc9b7c17e9b291e0e162b7c211c6d7ecbaf4 (patch) | |
| tree | 51a84d7fae7e4144493d3155a74b14ec3c79e48f | |
| parent | 50c83e8b70ec39b4b47f8dd22f5bb51c31a865f0 (diff) | |
| download | poky-ad44dc9b7c17e9b291e0e162b7c211c6d7ecbaf4.tar.gz | |
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>
| -rw-r--r-- | documentation/overview-manual/overview-manual-concepts.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 11aadf73e1..00a61b3a75 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
| @@ -2228,7 +2228,7 @@ | |||
| 2228 | 2228 | ||
| 2229 | <para> | 2229 | <para> |
| 2230 | In the Yocto Project development environment, cross-development | 2230 | In the Yocto Project development environment, cross-development |
| 2231 | toolchains are used to build the image and applications that run | 2231 | toolchains are used to build images and applications that run |
| 2232 | on the target hardware. | 2232 | on the target hardware. |
| 2233 | With just a few commands, the OpenEmbedded build system creates | 2233 | With just a few commands, the OpenEmbedded build system creates |
| 2234 | these necessary toolchains for you. | 2234 | these necessary toolchains for you. |
| @@ -2298,8 +2298,12 @@ | |||
| 2298 | </para></listitem> | 2298 | </para></listitem> |
| 2299 | <listitem><para> | 2299 | <listitem><para> |
| 2300 | <filename>glibc-initial</filename>: | 2300 | <filename>glibc-initial</filename>: |
| 2301 | An initial version of the Embedded GLIBC needed to bootstrap | 2301 | An initial version of the Embedded GNU C Library |
| 2302 | <filename>glibc</filename>. | 2302 | (GLIBC) needed to bootstrap <filename>glibc</filename>. |
| 2303 | </para></listitem> | ||
| 2304 | <listitem><para> | ||
| 2305 | <filename>glibc</filename>: | ||
| 2306 | The GNU C Library. | ||
| 2303 | </para></listitem> | 2307 | </para></listitem> |
| 2304 | <listitem><para> | 2308 | <listitem><para> |
| 2305 | <filename>gcc-cross</filename>: | 2309 | <filename>gcc-cross</filename>: |
| @@ -2396,10 +2400,10 @@ | |||
| 2396 | <filename>gcc-crosssdk</filename>: | 2400 | <filename>gcc-crosssdk</filename>: |
| 2397 | The final stage of the bootstrap process for the | 2401 | The final stage of the bootstrap process for the |
| 2398 | relocatable cross-compiler. | 2402 | relocatable cross-compiler. |
| 2399 | The <filename>gcc-crosssdk</filename> is a transitory compiler | 2403 | The <filename>gcc-crosssdk</filename> is a transitory |
| 2400 | and never leaves the build host. | 2404 | compiler and never leaves the build host. |
| 2401 | Its purpose is to help in the bootstrap process to create the | 2405 | Its purpose is to help in the bootstrap process to create |
| 2402 | eventual relocatable <filename>gcc-cross-canadian</filename> | 2406 | the eventual <filename>gcc-cross-canadian</filename> |
| 2403 | compiler, which is relocatable. | 2407 | compiler, which is relocatable. |
| 2404 | This tool is also a "native" package (i.e. it is | 2408 | This tool is also a "native" package (i.e. it is |
| 2405 | designed to run on the build host). | 2409 | designed to run on the build host). |
| @@ -2425,7 +2429,7 @@ | |||
| 2425 | For information on advantages gained when building a | 2429 | For information on advantages gained when building a |
| 2426 | cross-development toolchain installer, see the | 2430 | cross-development toolchain installer, see the |
| 2427 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" | 2431 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" |
| 2428 | section in the Yocto Project Application Development and the | 2432 | appendix in the Yocto Project Application Development and the |
| 2429 | Extensible Software Development Kit (eSDK) manual. | 2433 | Extensible Software Development Kit (eSDK) manual. |
| 2430 | </note> | 2434 | </note> |
| 2431 | </section> | 2435 | </section> |
