summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml13
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