diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-26 11:48:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:29 +0000 |
commit | b1c1016b2b925214e6373f399a8f2485a5d27ebd (patch) | |
tree | dff96d1ae074c4b2bcee36cd734599a42e717941 /documentation/ref-manual | |
parent | 3aa57fed2babef532385f05a1d4daaa228a15e2c (diff) | |
download | poky-b1c1016b2b925214e6373f399a8f2485a5d27ebd.tar.gz |
ref-manual: Added crosssdk class.
(From yocto-docs rev: 12318649d3989719a20b12d09999ae7cfa6bc77b)
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')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index fcb2215896..0945691b34 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -473,6 +473,19 @@ | |||
473 | </para> | 473 | </para> |
474 | </section> | 474 | </section> |
475 | 475 | ||
476 | <section id='ref-classes-crosssdk'> | ||
477 | <title><filename>crosssdk.bbclass</filename></title> | ||
478 | |||
479 | <para> | ||
480 | The Cross SDK <filename>crosssdk</filename> class | ||
481 | provides support for cross-compilation tools used for building | ||
482 | SDKs. | ||
483 | See the | ||
484 | "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" | ||
485 | section for more discussion on these cross-compilation tools. | ||
486 | </para> | ||
487 | </section> | ||
488 | |||
476 | <section id='ref-classes-debian'> | 489 | <section id='ref-classes-debian'> |
477 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> | 490 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> |
478 | 491 | ||