diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | 9e6c4bafe8ea975cef5af8eed2b2ffc01f47a118 (patch) | |
tree | aada2f5f0a5ab9b243c0a2f4edb954a29c2c54c9 | |
parent | 5cf19087d539c055d1f36a33399ebeaeecf740a8 (diff) | |
download | poky-9e6c4bafe8ea975cef5af8eed2b2ffc01f47a118.tar.gz |
ref-manual/variables.rst: document KMETA_CONFIG_FEATURES
The KMETA_CONFIG_FEATURES variable defines kernel-yocto features to
enable.
(From yocto-docs rev: 1a9f68b875a78c1c7681ed300111399de97631e6)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/variables.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 03839ac0ad..1a4e8a2548 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5468,6 +5468,19 @@ system and gives an overview of their function and contents. | |||
5468 | Linux Kernel configuration auditing feature, see :term:`KCONF_AUDIT_LEVEL` | 5468 | Linux Kernel configuration auditing feature, see :term:`KCONF_AUDIT_LEVEL` |
5469 | and :term:`KCONF_BSP_AUDIT_LEVEL`. | 5469 | and :term:`KCONF_BSP_AUDIT_LEVEL`. |
5470 | 5470 | ||
5471 | :term:`KMETA_CONFIG_FEATURES` | ||
5472 | The :term:`KMETA_CONFIG_FEATURES` variable defines features enabled for the | ||
5473 | :ref:`ref-classes-kernel-yocto` class. The following list of features are | ||
5474 | supported: | ||
5475 | |||
5476 | - ``prefer-modules``: prefer a kernel configuration to be set as ``m`` | ||
5477 | instead of the default value ``y`` if the kernel configuration was | ||
5478 | defined as follows:: | ||
5479 | |||
5480 | CONFIG_FOO=y # OVERRIDE:$MODULE_OR_Y | ||
5481 | |||
5482 | The default value of this variable is an empty string. | ||
5483 | |||
5471 | :term:`KTYPE` | 5484 | :term:`KTYPE` |
5472 | Defines the kernel type to be used in assembling the configuration. | 5485 | Defines the kernel type to be used in assembling the configuration. |
5473 | The linux-yocto recipes define "standard", "tiny", and "preempt-rt" | 5486 | The linux-yocto recipes define "standard", "tiny", and "preempt-rt" |