Commit 835d78ec authored by Jamie McCrae's avatar Jamie McCrae Committed by Fabio Baltieri
Browse files

mcuboot: Use tweak version string



Replaces the default with a shorter variable of equal value

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent a3063978
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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