From d29f4dcc457eec633d86e16cf0db632f2ba2f716 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 Nov 2018 09:21:43 -0800 Subject: ref-manual: Updates to CMake and cmake.bbclass. I cleaned up the terminology used for the CMake build system. I provided some meaningful links to a good overview page for CMake. I also built in some cross-referencing as needed. (From yocto-docs rev: 7c38add39b97a7a8786a1be53f9ff549e4727fad) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 5 +++-- documentation/ref-manual/ref-classes.xml | 9 +++++---- documentation/ref-manual/ref-variables.xml | 7 ++++++- 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 66a58d11ce..c648d8d442 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -5557,8 +5557,9 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message. incompatible with other implementations. - By default, the cmake class uses - ninja instead of + By default, the + cmake + class uses ninja instead of make for building. This improves build performance. If a recipe is broken with ninja, then diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 9fef0fc5f7..d602851c54 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -449,12 +449,13 @@ <filename>cmake.bbclass</filename> - The cmake class allows for - recipes that need to build software using the CMake build system. + The 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. + variable to specify additional configuration options to be passed + using the cmake command line. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 58c5418d16..e1511c5487 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4633,7 +4633,12 @@ - Additional cmake options. + Additional + CMake + options. + See the + cmake + class for additional information. -- cgit v1.2.3-54-g00ecf