From 23dcaa5cc6047597812edb8d39bbd78ee411a341 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Nov 2013 10:52:35 -0800 Subject: [PATCH] ref-manual: Added the cmake class. (From yocto-docs rev: 599538fe8e25aa4445097a9d1c83fa196d80b433) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 @@ +
+ <filename>cmake.bbclass</filename> + + + The CMake build system (cmake) class allows for + recipes that need to build software using the CMake build system. + You can use the + EXTRA_OECMAKE + variable to specify additional configuration options to be passed on + the cmake command line. + +
+
Debian Renaming - <filename>debian.bbclass</filename>