-
CONFIG_SIGN_IMAGES
¶
Sign images for MCUBoot
Type: bool
Help¶
Sign images for MCUBoot as integrated part of the build stages using
the private key.
Direct dependencies¶
MCUBOOT_BUILD_STRATEGY_FROM_SOURCE
|| BOOT_SIGNATURE_KEY_FILE
!= “”
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At <nRF>/modules/Kconfig.mcuboot:1
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:51
→ <nRF>/modules/Kconfig:7
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect
config SIGN_IMAGES
bool "Sign images for MCUBoot"
default y
depends on MCUBOOT_BUILD_STRATEGY_FROM_SOURCE || BOOT_SIGNATURE_KEY_FILE != ""
help
Sign images for MCUBoot as integrated part of the build stages using
the private key.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)