Merge branch 'feature/kconfig_for_reproducible_build' into 'master'

Feature: kconfig for reproducible build

See merge request espressif/esp-idf!15100
This commit is contained in:
Ivan Grokhotkov
2021-11-04 22:07:29 +00:00
17 changed files with 185 additions and 81 deletions
@@ -91,5 +91,7 @@ void bootloader_enable_random(void)
void bootloader_print_banner(void)
{
ESP_LOGI(TAG, "ESP-IDF %s 2nd stage bootloader", IDF_VER);
#ifndef CONFIG_APP_REPRODUCIBLE_BUILD
ESP_LOGI(TAG, "compile time " __TIME__);
#endif
}