diff options
-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 afb1fe9924..4dc67a1324 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 |