diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-04-18 19:08:08 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-28 14:46:17 +0100 |
| commit | cce6db2a59d309f77c1f9ca173fc674c506062d0 (patch) | |
| tree | 3274843e4c027dae24071f72156bbfea29e2aa3a /documentation/ref-manual | |
| parent | b01a12a13531c56a336a399456cb71709bb1a549 (diff) | |
| download | poky-cce6db2a59d309f77c1f9ca173fc674c506062d0.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 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 |
