summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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 a6040e8a5f..b4b12bb959 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -404,6 +404,19 @@
404 </para> 404 </para>
405</section> 405</section>
406 406
407<section id='ref-classes-cmake'>
408 <title><filename>cmake.bbclass</filename></title>
409
410 <para>
411 The CMake build system (<filename>cmake</filename>) class allows for
412 recipes that need to build software using the CMake build system.
413 You can use the
414 <link linkend='var-EXTRA_OECMAKE'><filename>EXTRA_OECMAKE</filename></link>
415 variable to specify additional configuration options to be passed on
416 the <filename>cmake</filename> command line.
417 </para>
418</section>
419
407<section id='ref-classes-debian'> 420<section id='ref-classes-debian'>
408 <title>Debian Renaming - <filename>debian.bbclass</filename></title> 421 <title>Debian Renaming - <filename>debian.bbclass</filename></title>
409 422