diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 11:55:02 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:58 +0000 |
commit | 889bb3830cd7bbd78a2630fd30732e69a181f7e4 (patch) | |
tree | 79ee71131b9d7b65326b04888c930c4cf70a1b7f /documentation | |
parent | 654411ee61d22061fa8f8046dc1f41ff1f0c294f (diff) | |
download | poky-889bb3830cd7bbd78a2630fd30732e69a181f7e4.tar.gz |
ref-manual: Added waf class.
(From yocto-docs rev: f4fee0107eb9238a1e127952ceea5e1bd5f6c973)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 5da3863fc4..27d56313e8 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -2744,6 +2744,19 @@ | |||
2744 | </para> | 2744 | </para> |
2745 | </section> | 2745 | </section> |
2746 | 2746 | ||
2747 | <section id='ref-classes-waf'> | ||
2748 | <title><filename>waf.bbclass</filename></title> | ||
2749 | |||
2750 | <para> | ||
2751 | The <filename>waf</filename> class supports recipes that need to build | ||
2752 | software that uses the Waf build system. | ||
2753 | You can use the | ||
2754 | <link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link> | ||
2755 | variable to specify additional configuration options to be passed on | ||
2756 | the Waf command line. | ||
2757 | </para> | ||
2758 | </section> | ||
2759 | |||
2747 | <section id='ref-classes-externalsrc'> | 2760 | <section id='ref-classes-externalsrc'> |
2748 | <title><filename>externalsrc.bbclass</filename></title> | 2761 | <title><filename>externalsrc.bbclass</filename></title> |
2749 | 2762 | ||