Skip to content

Commit

Permalink
fix(twister): remove build warning
Browse files Browse the repository at this point in the history
because no signing keys are used when generating the test binary, define
 CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE

Signed-off-by: Cyril Fougeray <[email protected]>
  • Loading branch information
fouge committed Dec 23, 2024
1 parent aa669c2 commit f4d525d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main_board/tests.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ CONFIG_ORB_LIB_STORAGE_TESTS=y
# don't generate an OTA image as it won't fit anyway
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE=""
CONFIG_MCUBOOT_ENCRYPTION_KEY_FILE=""
CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE=y

0 comments on commit f4d525d

Please sign in to comment.