Skip to content

Commit

Permalink
cmake: sysbuild: b0: Fix not configuring string for key
Browse files Browse the repository at this point in the history
Fixes the key variable not being expanded for b0n image signing

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Aug 23, 2024
1 parent 7db28b8 commit 3baff10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/sysbuild/b0_mcuboot_signing.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023 Nordic Semiconductor ASA
# Copyright (c) 2020-2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause

# This file includes extra build system logic that is enabled when
Expand All @@ -12,6 +12,7 @@

function(ncs_secure_boot_mcuboot_sign application bin_files signed_targets prefix)
set(keyfile "${SB_CONFIG_BOOT_SIGNATURE_KEY_FILE}")
string(CONFIGURE "${keyfile}" keyfile)

# Find imgtool. Even though west is installed, imgtool might not be.
# The user may also have a custom manifest which doesn't include
Expand Down

0 comments on commit 3baff10

Please sign in to comment.