diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-26 11:24:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:28 +0000 |
commit | b82ff9ac38acd0f0e666381acd6d6badae4d2a5c (patch) | |
tree | e3083ba6e2d0247827d9605e64aee63356934ac0 /documentation/ref-manual | |
parent | 539351a10e9315eb2fb049eb01e348d13aac3d5e (diff) | |
download | poky-b82ff9ac38acd0f0e666381acd6d6badae4d2a5c.tar.gz |
ref-manual: Added cross class.
(From yocto-docs rev: 6afdd61cd93cbce467074b8cf1155655bd5b0251)
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 35cf35b548..245e66eb5e 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -452,6 +452,15 @@ | |||
452 | </para> | 452 | </para> |
453 | </section> | 453 | </section> |
454 | 454 | ||
455 | <section id='ref-classes-cross'> | ||
456 | <title><filename>cross.bbclass</filename></title> | ||
457 | |||
458 | <para> | ||
459 | The cross-compilation <filename>cross</filename> class | ||
460 | provides common support for cross-compilation tools. | ||
461 | </para> | ||
462 | </section> | ||
463 | |||
455 | <section id='ref-classes-debian'> | 464 | <section id='ref-classes-debian'> |
456 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> | 465 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> |
457 | 466 | ||