ref-manual: Added the cmake class.

(From yocto-docs rev: 599538fe8e25aa4445097a9d1c83fa196d80b433)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-11-26 10:52:35 -08:00 committed by Richard Purdie
parent 9e65ed399a
commit 23dcaa5cc6
1 changed files with 13 additions and 0 deletions

View File

@ -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>