Skip to content

Commit

Permalink
[nrf fromtree] mcuboot: Use tweak version string
Browse files Browse the repository at this point in the history
Replaces the default with a shorter variable of equal value

Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit 835d78e)
  • Loading branch information
nordicjm authored and jfischer-no committed Feb 26, 2024
1 parent ed9ae51 commit f3f276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Kconfig.mcuboot
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ config MCUBOOT_ENCRYPTION_KEY_FILE

config MCUBOOT_IMGTOOL_SIGN_VERSION
string "Version to pass to imgtool when signing"
default "$(VERSION_MAJOR).$(VERSION_MINOR).$(PATCHLEVEL)+$(VERSION_TWEAK)" if "$(VERSION_MAJOR)" != ""
default "$(APP_VERSION_TWEAK_STRING)" if "$(VERSION_MAJOR)" != ""
default "0.0.0+0"
help
When signing with imgtool then this setting will be passed as version
Expand Down

0 comments on commit f3f276d

Please sign in to comment.