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/closer-look.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/closer-look.xml')
-rw-r--r-- | documentation/ref-manual/closer-look.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index 136f9389f7..77ab4d2633 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml | |||
@@ -1022,6 +1022,11 @@ | |||
1022 | generation, see the | 1022 | generation, see the |
1023 | "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" | 1023 | "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" |
1024 | section. | 1024 | section. |
1025 | For information on advantages gained when building a | ||
1026 | cross-development toolchain using the | ||
1027 | <filename>do_populate_sdk</filename> task, see the | ||
1028 | "<ulink url='&YOCTO_DOCS_ADT_URL;#optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" | ||
1029 | section in the Yocto Project Application Developer's Guide. | ||
1025 | </note> | 1030 | </note> |
1026 | 1031 | ||
1027 | <para> | 1032 | <para> |