summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-11-03 11:52:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:28 +0000
commit0593fd34160549a600ffb1ff82cfeca4b5cddf2a (patch)
tree10c231853f7c509edfb1bce115d9c8f858844ecc /documentation/ref-manual
parent9f966b15f8396e329533df230d18e18ad494b87c (diff)
downloadpoky-0593fd34160549a600ffb1ff82cfeca4b5cddf2a.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/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst4
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
385The :ref:`ref-classes-cml1` class provides basic support for the Linux kernel style 385The :ref:`ref-classes-cml1` class provides basic support for the Linux kernel style
386build configuration system. 386build configuration system. "cml" stands for "Configuration Menu Language", which
387originates from the Linux kernel but is also used in other projects such as U-Boot
388and BusyBox. It could have been called "kconfig" too.
387 389
388.. _ref-classes-compress_doc: 390.. _ref-classes-compress_doc:
389 391