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

Symbols implied by this symbol

Kconfig definition

At <nRF>/modules/mcuboot/Kconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:8

Menu path: (Top) → Modules → mcuboot (/home/runner/work/sdk-nrf/sdk-nrf/ncs/bootloader/mcuboot) → MCUboot

config SIGN_IMAGES
    bool "Sign images for MCUBoot"
    default y
    imply BUILD_OUTPUT_META
    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.)