ref-manual: Added waf class.

(From yocto-docs rev: 2ceb41523952d01eaa2b416e0999c8ea9fa5aca9)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-05 11:55:02 -06:00 committed by Richard Purdie
parent a7def726c9
commit ca29b1c14f
1 changed files with 13 additions and 0 deletions

View File

@ -2744,6 +2744,19 @@
</para>
</section>
<section id='ref-classes-waf'>
<title><filename>waf.bbclass</filename></title>
<para>
The <filename>waf</filename> class supports recipes that need to build
software that uses the Waf build system.
You can use the
<link linkend='var-EXTRA_OECONF'><filename>EXTRA_OECONF</filename></link>
variable to specify additional configuration options to be passed on
the Waf command line.
</para>
</section>
<section id='ref-classes-externalsrc'>
<title><filename>externalsrc.bbclass</filename></title>