From 835d78ec59e185705238acc46cfaaefaa1ea7024 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 1 Feb 2024 08:24:59 +0000 Subject: [PATCH] mcuboot: Use tweak version string Replaces the default with a shorter variable of equal value Signed-off-by: Jamie McCrae --- modules/Kconfig.mcuboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Kconfig.mcuboot b/modules/Kconfig.mcuboot index b9b842b0a3..a2e1803b13 100644 --- a/modules/Kconfig.mcuboot +++ b/modules/Kconfig.mcuboot @@ -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