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:17:55 +0000 |
| commit | ca29b1c14f2a19f3971da0b5dcbf95e5cfefaf00 (patch) | |
| tree | 74af1b45ac62c957cab41124ca1eb226929a1b87 | |
| parent | a7def726c9a66bd81e3c94239aa2f61af3f701e9 (diff) | |
| download | poky-ca29b1c14f2a19f3971da0b5dcbf95e5cfefaf00.tar.gz | |
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>
| -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 | ||
