-
CONFIG_BUILD_TIMESTAMP
¶
Build Timestamp
Type: bool
Help¶
Record a timestamp from the build and add it to the boot banner. Note that this will make the build unreproducible: building Zephyr twice will result in different binaries.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At kernel/Kconfig:320
Included via Kconfig:10
→ Kconfig.zephyr:25
Menu path: (top menu) → General Kernel Options → Kernel Debugging and Metrics
config BUILD_TIMESTAMP
bool
prompt "Build Timestamp"
help
Record a timestamp from the build and add it to the boot banner.
Note that this will make the build unreproducible: building
Zephyr twice will result in different binaries.
(Definitions include propagated dependencies, including from if’s and menus.)