We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c7f1f commit d65de42Copy full SHA for d65de42
cmake/mcuboot.cmake
@@ -19,6 +19,8 @@ endfunction()
19
function(zephyr_mcuboot_tasks)
20
set(keyfile "${CONFIG_MCUBOOT_SIGNATURE_KEY_FILE}")
21
set(keyfile_enc "${CONFIG_MCUBOOT_ENCRYPTION_KEY_FILE}")
22
+ string(CONFIGURE "${keyfile}" keyfile)
23
+ string(CONFIGURE "${keyfile_enc}" keyfile_enc)
24
25
if(NOT "${CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE}")
26
# Check for misconfiguration.
0 commit comments