summaryrefslogtreecommitdiffstats
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
parent79bff741bccf03f68df24b6ba547742dd30470f2 (diff)
downloadast2050-yocto-poky-8853195124e3f147ca8c89c42dc8453909eba132.zip
ast2050-yocto-poky-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>
-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 a6040e8..b4b12bb 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -404,6 +404,19 @@
</para>
</section>
+<section id='ref-classes-cmake'>
+ <title><filename>cmake.bbclass</filename></title>
+
+ <para>
+ The CMake build system (<filename>cmake</filename>) class allows for
+ recipes that need to build software using the CMake build system.
+ You can use the
+ <link linkend='var-EXTRA_OECMAKE'><filename>EXTRA_OECMAKE</filename></link>
+ variable to specify additional configuration options to be passed on
+ the <filename>cmake</filename> command line.
+ </para>
+</section>
+
<section id='ref-classes-debian'>
<title>Debian Renaming - <filename>debian.bbclass</filename></title>
OpenPOWER on IntegriCloud