diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-20 17:52:28 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:44 +0000 |
commit | 32890f29afd9bd93e22c325cdc24466982fb80a6 (patch) | |
tree | e6e5318d5028db92ede8aaeee17e8b49d349a8fd /documentation/ref-manual/technical-details.xml | |
parent | c441f5f005f306a3dfc203237aab42b4a37336b5 (diff) | |
download | poky-32890f29afd9bd93e22c325cdc24466982fb80a6.tar.gz |
adt-manual, ref-manual: Cross-toolchain details added. New class also.
In the adt-manual in the "Optionally Building a Toolchain Installer"
setion, I added some basic advantage information for building a
toolchain installer using bitbake image -c populate_sdk.
In the ref-manual, I added cross-referencing to this basic information
in several strategic areas: "SDK Generation", the populate_sdk class
reference section, the populate_sdk_* class reference section, and the
"Cross-Development Toolchain Generation" sections.
Finally, I also put in documentation for a new class called
autotools-brokensep.
(From yocto-docs rev: cde7dd2fbd7bdc0d71dc678ee7a5422459654287)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 106bb2c315..3485ee3506 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -327,9 +327,22 @@ | |||
327 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>, | 327 | <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>, |
328 | this tool | 328 | this tool |
329 | produces executable code that runs on the target device. | 329 | produces executable code that runs on the target device. |
330 | Only one cross-canadian compiler is produced per architecture | ||
331 | since they can be targeted at different processor optimizations | ||
332 | using configurations passed to the compiler through the | ||
333 | compile commands. | ||
334 | This saves the need to have multiple compilers present and | ||
335 | hence reduces the size of the toolchains. | ||
330 | </para></listitem> | 336 | </para></listitem> |
331 | </itemizedlist> | 337 | </itemizedlist> |
332 | </para> | 338 | </para> |
339 | |||
340 | <note> | ||
341 | For information on advantages gained when building a | ||
342 | cross-development toolchain installer, see the | ||
343 | "<ulink url='&YOCTO_DOCS_ADT_URL;#optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" | ||
344 | section in the Yocto Project Application Developer's Guide. | ||
345 | </note> | ||
333 | </section> | 346 | </section> |
334 | 347 | ||
335 | <section id="shared-state-cache"> | 348 | <section id="shared-state-cache"> |