summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-26 10:52:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:27 +0000
commit8853195124e3f147ca8c89c42dc8453909eba132 (patch)
tree4716fbd83e2637df94bbcabaa87652418cbccbec /documentation
parent79bff741bccf03f68df24b6ba547742dd30470f2 (diff)
downloadpoky-8853195124e3f147ca8c89c42dc8453909eba132.tar.gz
ref-manual: Added the cmake class.
(From yocto-docs rev: 57b0cc285cc151a61122c297b911dc6d21107c43) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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