summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-04-21 18:40:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-25 15:22:12 +0100
commit9e75211b3a1edce535bdcc033c34c04bf8b5fa23 (patch)
treede1403be2c3f0006d4f6c016e9adb7e2cb7ff0ab /documentation
parentb3f040b4a53fb12a9493b0ef73c3575c3f5d1e09 (diff)
downloadpoky-9e75211b3a1edce535bdcc033c34c04bf8b5fa23.tar.gz
ref-manual: add KERNEL_DEBUG_TIMESTAMPS
New variable in kirkstone. (From yocto-docs rev: 2c5d4938a09fd35f9e86f682cde89d4693762725) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 4e90f03ca3..39801837ba 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3953,6 +3953,11 @@ system and gives an overview of their function and contents.
3953 custom kernel image types with the :ref:`kernel <ref-classes-kernel>` class using this 3953 custom kernel image types with the :ref:`kernel <ref-classes-kernel>` class using this
3954 variable. 3954 variable.
3955 3955
3956 :term:`KERNEL_DEBUG_TIMESTAMPS`
3957 If set to "1", enables timestamping functionality during building
3958 the kernel. The default is "0" to disable this for reproducibility
3959 reasons.
3960
3956 :term:`KERNEL_DEVICETREE` 3961 :term:`KERNEL_DEVICETREE`
3957 Specifies the name of the generated Linux kernel device tree (i.e. 3962 Specifies the name of the generated Linux kernel device tree (i.e.
3958 the ``.dtb``) file. 3963 the ``.dtb``) file.