From 34a909a653d7ff59e2cd08a9290fcd996fdaf4b5 Mon Sep 17 00:00:00 2001 From: Lawrence Nahum Date: Wed, 2 Aug 2023 11:33:20 +0200 Subject: [PATCH] build: set APP_REPRODUCIBLE_BUILD to true Introduced by idf in v5.0 9919b75ec1ecf203b54d3d057e8332d2ea60245c --- configs/sdkconfig_display.defaults | 1 + configs/sdkconfig_display_m5blackgray.defaults | 1 + configs/sdkconfig_display_m5fire.defaults | 1 + configs/sdkconfig_display_m5stickcplus.defaults | 1 + configs/sdkconfig_display_ttgo_tdisplay.defaults | 1 + configs/sdkconfig_jade.defaults | 1 + configs/sdkconfig_jade_ci.defaults | 1 + configs/sdkconfig_jade_ndebug.defaults | 1 + configs/sdkconfig_jade_noradio.defaults | 1 + configs/sdkconfig_jade_noradio_ci.defaults | 1 + configs/sdkconfig_jade_noradio_ndebug.defaults | 1 + configs/sdkconfig_jade_v1_1.defaults | 1 + configs/sdkconfig_jade_v1_1_ci.defaults | 1 + configs/sdkconfig_jade_v1_1_ndebug.defaults | 1 + configs/sdkconfig_jade_v1_1_noradio.defaults | 1 + configs/sdkconfig_jade_v1_1_noradio_ci.defaults | 1 + configs/sdkconfig_jade_v1_1_noradio_ndebug.defaults | 1 + configs/sdkconfig_noradio.defaults | 1 + configs/sdkconfig_qemu.defaults | 1 + configs/sdkconfig_qemu_psram.defaults | 1 + production/sdkconfig_jade_noradio_prod.defaults | 1 + production/sdkconfig_jade_prod.defaults | 1 + production/sdkconfig_jade_v1_1_noradio_prod.defaults | 1 + production/sdkconfig_jade_v1_1_prod.defaults | 1 + 24 files changed, 24 insertions(+) diff --git a/configs/sdkconfig_display.defaults b/configs/sdkconfig_display.defaults index 95a388d0..096d0a3b 100644 --- a/configs/sdkconfig_display.defaults +++ b/configs/sdkconfig_display.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_display_m5blackgray.defaults b/configs/sdkconfig_display_m5blackgray.defaults index 6b1b5291..f3613119 100644 --- a/configs/sdkconfig_display_m5blackgray.defaults +++ b/configs/sdkconfig_display_m5blackgray.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_display_m5fire.defaults b/configs/sdkconfig_display_m5fire.defaults index f382d675..45d72d8b 100644 --- a/configs/sdkconfig_display_m5fire.defaults +++ b/configs/sdkconfig_display_m5fire.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_display_m5stickcplus.defaults b/configs/sdkconfig_display_m5stickcplus.defaults index f80d1b58..c9b3a03c 100644 --- a/configs/sdkconfig_display_m5stickcplus.defaults +++ b/configs/sdkconfig_display_m5stickcplus.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_display_ttgo_tdisplay.defaults b/configs/sdkconfig_display_ttgo_tdisplay.defaults index a147eda2..cef7d5b9 100644 --- a/configs/sdkconfig_display_ttgo_tdisplay.defaults +++ b/configs/sdkconfig_display_ttgo_tdisplay.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_jade.defaults b/configs/sdkconfig_jade.defaults index f8fbe8df..9ddff2ef 100644 --- a/configs/sdkconfig_jade.defaults +++ b/configs/sdkconfig_jade.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_jade_ci.defaults b/configs/sdkconfig_jade_ci.defaults index bbfafab3..c22c0c46 100644 --- a/configs/sdkconfig_jade_ci.defaults +++ b/configs/sdkconfig_jade_ci.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_jade_ndebug.defaults b/configs/sdkconfig_jade_ndebug.defaults index 56d8e8f2..50a0eea8 100644 --- a/configs/sdkconfig_jade_ndebug.defaults +++ b/configs/sdkconfig_jade_ndebug.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_jade_noradio.defaults b/configs/sdkconfig_jade_noradio.defaults index db4568eb..c8ff8769 100644 --- a/configs/sdkconfig_jade_noradio.defaults +++ b/configs/sdkconfig_jade_noradio.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_APP_NO_BLOBS=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set diff --git a/configs/sdkconfig_jade_noradio_ci.defaults b/configs/sdkconfig_jade_noradio_ci.defaults index a76c4340..cec898cd 100644 --- a/configs/sdkconfig_jade_noradio_ci.defaults +++ b/configs/sdkconfig_jade_noradio_ci.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_APP_NO_BLOBS=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set diff --git a/configs/sdkconfig_jade_noradio_ndebug.defaults b/configs/sdkconfig_jade_noradio_ndebug.defaults index ed9a66b1..41de07f2 100644 --- a/configs/sdkconfig_jade_noradio_ndebug.defaults +++ b/configs/sdkconfig_jade_noradio_ndebug.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_APP_NO_BLOBS=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set diff --git a/configs/sdkconfig_jade_v1_1.defaults b/configs/sdkconfig_jade_v1_1.defaults index 3366a53c..e7078cc7 100644 --- a/configs/sdkconfig_jade_v1_1.defaults +++ b/configs/sdkconfig_jade_v1_1.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_jade_v1_1_ci.defaults b/configs/sdkconfig_jade_v1_1_ci.defaults index 9dd3b741..0ed50e5b 100644 --- a/configs/sdkconfig_jade_v1_1_ci.defaults +++ b/configs/sdkconfig_jade_v1_1_ci.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_jade_v1_1_ndebug.defaults b/configs/sdkconfig_jade_v1_1_ndebug.defaults index 7ebc9268..d3cdee61 100644 --- a/configs/sdkconfig_jade_v1_1_ndebug.defaults +++ b/configs/sdkconfig_jade_v1_1_ndebug.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_jade_v1_1_noradio.defaults b/configs/sdkconfig_jade_v1_1_noradio.defaults index 3a36f71f..b960134e 100644 --- a/configs/sdkconfig_jade_v1_1_noradio.defaults +++ b/configs/sdkconfig_jade_v1_1_noradio.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_APP_NO_BLOBS=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set diff --git a/configs/sdkconfig_jade_v1_1_noradio_ci.defaults b/configs/sdkconfig_jade_v1_1_noradio_ci.defaults index 2498e7f5..a4df83f2 100644 --- a/configs/sdkconfig_jade_v1_1_noradio_ci.defaults +++ b/configs/sdkconfig_jade_v1_1_noradio_ci.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_APP_NO_BLOBS=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set diff --git a/configs/sdkconfig_jade_v1_1_noradio_ndebug.defaults b/configs/sdkconfig_jade_v1_1_noradio_ndebug.defaults index 4a9e0683..3c0a566e 100644 --- a/configs/sdkconfig_jade_v1_1_noradio_ndebug.defaults +++ b/configs/sdkconfig_jade_v1_1_noradio_ndebug.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_APP_NO_BLOBS=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set diff --git a/configs/sdkconfig_noradio.defaults b/configs/sdkconfig_noradio.defaults index c3a48f1e..c96f8be7 100644 --- a/configs/sdkconfig_noradio.defaults +++ b/configs/sdkconfig_noradio.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set # CONFIG_APP_COMPILE_TIME_DATE is not set diff --git a/configs/sdkconfig_qemu.defaults b/configs/sdkconfig_qemu.defaults index 61412c9c..5e13ea79 100644 --- a/configs/sdkconfig_qemu.defaults +++ b/configs/sdkconfig_qemu.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/configs/sdkconfig_qemu_psram.defaults b/configs/sdkconfig_qemu_psram.defaults index 8b1ed0ce..f8df0ac6 100644 --- a/configs/sdkconfig_qemu_psram.defaults +++ b/configs/sdkconfig_qemu_psram.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/production/sdkconfig_jade_noradio_prod.defaults b/production/sdkconfig_jade_noradio_prod.defaults index f80f8b32..4218a681 100644 --- a/production/sdkconfig_jade_noradio_prod.defaults +++ b/production/sdkconfig_jade_noradio_prod.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_APP_NO_BLOBS=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set diff --git a/production/sdkconfig_jade_prod.defaults b/production/sdkconfig_jade_prod.defaults index 63df6564..54d9fbe2 100644 --- a/production/sdkconfig_jade_prod.defaults +++ b/production/sdkconfig_jade_prod.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y diff --git a/production/sdkconfig_jade_v1_1_noradio_prod.defaults b/production/sdkconfig_jade_v1_1_noradio_prod.defaults index a125b8f4..8aed6267 100644 --- a/production/sdkconfig_jade_v1_1_noradio_prod.defaults +++ b/production/sdkconfig_jade_v1_1_noradio_prod.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_APP_NO_BLOBS=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set diff --git a/production/sdkconfig_jade_v1_1_prod.defaults b/production/sdkconfig_jade_v1_1_prod.defaults index 3a48180d..41ca54b1 100644 --- a/production/sdkconfig_jade_v1_1_prod.defaults +++ b/production/sdkconfig_jade_v1_1_prod.defaults @@ -1,3 +1,4 @@ +CONFIG_APP_REPRODUCIBLE_BUILD=y CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y # CONFIG_BOOTLOADER_WDT_ENABLE is not set CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y