diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-04-18 19:08:08 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-03 11:46:09 +0100 |
| commit | 7c3b868a28f81e5b4b03c938627d033901ac592f (patch) | |
| tree | 35581df5bd3fbc8356aae8812f80191407e53426 /documentation/ref-manual | |
| parent | 2c2ab20c21ec51039b032d1a0d1059a4719d4e38 (diff) | |
| download | poky-7c3b868a28f81e5b4b03c938627d033901ac592f.tar.gz | |
ref-manual: variables.rst: document KERNEL_DANGLING_FEATURES_WARN_ONLY
(From yocto-docs rev: dc59b636bb4319a3af552bce84929ddb22a479fb)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index a0f1c3aef1..faee3d16a6 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -4363,6 +4363,20 @@ system and gives an overview of their function and contents. | |||
| 4363 | You can register custom kernel image types with the | 4363 | You can register custom kernel image types with the |
| 4364 | :ref:`ref-classes-kernel` class using this variable. | 4364 | :ref:`ref-classes-kernel` class using this variable. |
| 4365 | 4365 | ||
| 4366 | :term:`KERNEL_DANGLING_FEATURES_WARN_ONLY` | ||
| 4367 | When kernel configuration fragments are missing for some | ||
| 4368 | :term:`KERNEL_FEATURES` specified by layers or BSPs, | ||
| 4369 | building and configuring the kernel stops with an error. | ||
| 4370 | |||
| 4371 | You can turn these errors into warnings by setting the | ||
| 4372 | following in ``conf/local.conf``:: | ||
| 4373 | |||
| 4374 | KERNEL_DANGLING_FEATURES_WARN_ONLY = "1" | ||
| 4375 | |||
| 4376 | You will still be warned that runtime issues may occur, | ||
| 4377 | but at least the kernel configuration and build process will | ||
| 4378 | be allowed to continue. | ||
| 4379 | |||
| 4366 | :term:`KERNEL_DEBUG_TIMESTAMPS` | 4380 | :term:`KERNEL_DEBUG_TIMESTAMPS` |
| 4367 | If set to "1", enables timestamping functionality during building | 4381 | If set to "1", enables timestamping functionality during building |
| 4368 | the kernel. The default is "0" to disable this for reproducibility | 4382 | the kernel. The default is "0" to disable this for reproducibility |
