From b2e00094d6e588433f54fe7f89ff83dfd4b755a7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 3 Apr 2024 11:15:27 +0200 Subject: tdx-base: bump version to 6.6.1 6.6.0 -> 6.6.1. The handling of setting a localversion was backported to kirkstone which results in the kernel_config no longer containing the value of CONFIG_LOCALVERSION. As Torizon TCB uses that value workaround the changes so that CONFIG_LOCALVERSION has the current version included. Signed-off-by: Max Krummenacher --- conf/distro/include/tdx-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc index 23702dc..9205971 100644 --- a/conf/distro/include/tdx-base.inc +++ b/conf/distro/include/tdx-base.inc @@ -25,7 +25,7 @@ TDX_MATRIX_BUILD_TIME[vardepsexclude] = "DATETIME" TDX_PRERELEASE ?= "${@get_tdx_prerelease(d.getVar('TDX_PURPOSE'), d.getVar('TDX_MATRIX_BUILD_TIME'))}" TDX_MAJOR ?= "6" TDX_MINOR ?= "6" -TDX_PATCH ?= "0" +TDX_PATCH ?= "1" TDX_RELEASE ?= "${TDX_MAJOR}.${TDX_MINOR}.${TDX_PATCH}" # Toradex Version number without date for U-Boot/Kernel and other Toradex -- cgit v1.2.3