mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5cf19087d5
commit
9e6c4bafe8
@@ -5468,6 +5468,19 @@ system and gives an overview of their function and contents.
|
||||
Linux Kernel configuration auditing feature, see :term:`KCONF_AUDIT_LEVEL`
|
||||
and :term:`KCONF_BSP_AUDIT_LEVEL`.
|
||||
|
||||
:term:`KMETA_CONFIG_FEATURES`
|
||||
The :term:`KMETA_CONFIG_FEATURES` variable defines features enabled for the
|
||||
:ref:`ref-classes-kernel-yocto` class. The following list of features are
|
||||
supported:
|
||||
|
||||
- ``prefer-modules``: prefer a kernel configuration to be set as ``m``
|
||||
instead of the default value ``y`` if the kernel configuration was
|
||||
defined as follows::
|
||||
|
||||
CONFIG_FOO=y # OVERRIDE:$MODULE_OR_Y
|
||||
|
||||
The default value of this variable is an empty string.
|
||||
|
||||
:term:`KTYPE`
|
||||
Defines the kernel type to be used in assembling the configuration.
|
||||
The linux-yocto recipes define "standard", "tiny", and "preempt-rt"
|
||||
|
||||
Reference in New Issue
Block a user