mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
kernel-dev: document KCONFIG_MODE
(From yocto-docs rev: 12aa6f9c6af68ea03fbb056677213b00d693cf5f) Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0fc54213c2
commit
e145129aaa
@@ -650,6 +650,15 @@ extends the :term:`FILESPATH`
|
||||
variable (search directories) to include the ``${PN}`` directory you
|
||||
created to hold the configuration changes.
|
||||
|
||||
You can also use a regular ``defconfig`` file, as generated by the
|
||||
:ref:`ref-tasks-savedefconfig`
|
||||
task instead of a complete ``.config`` file. This only specifies the
|
||||
non-default configuration values. You need to additionally set
|
||||
:term:`KCONFIG_MODE`
|
||||
in the linux-yocto ``.bbappend`` file in your layer::
|
||||
|
||||
KCONFIG_MODE = "alldefconfig"
|
||||
|
||||
.. note::
|
||||
|
||||
The build system applies the configurations from the ``defconfig``
|
||||
|
||||
Reference in New Issue
Block a user