]> granicus.if.org Git - esp-idf/commit
cmake: some formatting fixes
authorRenz Christian Bagaporo <renz@espressif.com>
Fri, 21 Jun 2019 06:29:32 +0000 (14:29 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Fri, 21 Jun 2019 11:53:29 +0000 (19:53 +0800)
commit9b350f9eccae7c4d56008317f1b8982f9f492eea
tree16327748fe6b3775e30377df2d7387ea0771002b
parent047cf71c01189115766cb9eba79762a53f36f6d8
cmake: some formatting fixes

Do not include bootloader in flash target when secure boot is enabled.
Emit signing warning on all cases where signed apps are enabled (secure
boot and signed images)
Follow convention of capital letters for SECURE_BOOT_SIGNING_KEY
variable, since it is
relevant to other components, not just bootloader.
Pass signing key and verification key via config, not requiring
bootloader to know parent app dir.
Misc. variables name corrections
25 files changed:
components/app_trace/CMakeLists.txt
components/app_update/CMakeLists.txt
components/bootloader_support/CMakeLists.txt
components/coap/CMakeLists.txt
components/console/CMakeLists.txt
components/driver/CMakeLists.txt
components/efuse/CMakeLists.txt
components/esp32/CMakeLists.txt
components/esp_http_server/CMakeLists.txt
components/esp_wifi/CMakeLists.txt
components/espcoredump/CMakeLists.txt
components/fatfs/CMakeLists.txt
components/freemodbus/CMakeLists.txt
components/freertos/CMakeLists.txt
components/heap/CMakeLists.txt
components/libsodium/CMakeLists.txt
components/lwip/CMakeLists.txt
components/newlib/CMakeLists.txt
components/nghttp/CMakeLists.txt
components/protocomm/CMakeLists.txt
components/soc/CMakeLists.txt
components/spi_flash/CMakeLists.txt
components/unity/CMakeLists.txt
components/wpa_supplicant/CMakeLists.txt
components/xtensa/CMakeLists.txt