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>
This commit is contained in:
Scott Rifenbark 2013-12-05 11:55:02 -06:00 committed by Richard Purdie
parent 654411ee61
commit 889bb3830c
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>