diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-11-03 11:52:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | 2ef3fd8c215a5d75b44e9bacf8292dee3aca06f7 (patch) | |
tree | 54f3fceb7bdbcd327944411298a7a96038019338 /documentation | |
parent | a5a10bfec7c9ae3e24e973893a8ce2f510e8e9d1 (diff) | |
download | poky-2ef3fd8c215a5d75b44e9bacf8292dee3aca06f7.tar.gz |
ref-manual: classes: explain cml1 class name
(From yocto-docs rev: 0ee4b7417087c105a4419b316c6b2c195c343f82)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 3070f13551..a8afe9f2dc 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -383,7 +383,9 @@ preferred CMake Module directory: ``${D}${datadir}/cmake/modules/``. | |||
383 | ======== | 383 | ======== |
384 | 384 | ||
385 | The :ref:`ref-classes-cml1` class provides basic support for the Linux kernel style | 385 | The :ref:`ref-classes-cml1` class provides basic support for the Linux kernel style |
386 | build configuration system. | 386 | build configuration system. "cml" stands for "Configuration Menu Language", which |
387 | originates from the Linux kernel but is also used in other projects such as U-Boot | ||
388 | and BusyBox. It could have been called "kconfig" too. | ||
387 | 389 | ||
388 | .. _ref-classes-compress_doc: | 390 | .. _ref-classes-compress_doc: |
389 | 391 | ||