diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 62176f7ee8..c204f49aac 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5399,6 +5399,16 @@ system and gives an overview of their function and contents. | |||
5399 | :term:`Source Directory` for details on how this class | 5399 | :term:`Source Directory` for details on how this class |
5400 | applies these additional sed command arguments. | 5400 | applies these additional sed command arguments. |
5401 | 5401 | ||
5402 | :term:`OECMAKE_GENERATOR` | ||
5403 | A variable for the :ref:`ref-classes-cmake` class, allowing to choose | ||
5404 | which back-end will be generated by CMake to build an application. | ||
5405 | |||
5406 | By default, this variable is set to ``Ninja``, which is faster than GNU | ||
5407 | make, but if building is broken with Ninja, a recipe can use this | ||
5408 | variable to use GNU make instead:: | ||
5409 | |||
5410 | OECMAKE_GENERATOR = "Unix Makefiles" | ||
5411 | |||
5402 | :term:`OE_IMPORTS` | 5412 | :term:`OE_IMPORTS` |
5403 | An internal variable used to tell the OpenEmbedded build system what | 5413 | An internal variable used to tell the OpenEmbedded build system what |
5404 | Python modules to import for every Python function run by the system. | 5414 | Python modules to import for every Python function run by the system. |