From 889bb3830cd7bbd78a2630fd30732e69a181f7e4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 11:55:02 -0600 Subject: [PATCH] ref-manual: Added waf class. (From yocto-docs rev: f4fee0107eb9238a1e127952ceea5e1bd5f6c973) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 @@ +
+ <filename>waf.bbclass</filename> + + + The waf class supports recipes that need to build + software that uses the Waf build system. + You can use the + EXTRA_OECONF + variable to specify additional configuration options to be passed on + the Waf command line. + +
+
<filename>externalsrc.bbclass</filename>