summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-04-03 11:15:27 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-04-08 15:07:38 +0200
commitb2e00094d6e588433f54fe7f89ff83dfd4b755a7 (patch)
tree82f35b210fc0b8acf220b6180920581eec47c219
parent749f9fc6c4ef45243fa649ce97a2e2cde254993a (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--conf/distro/include/tdx-base.inc2
1 files changed, 1 insertions, 1 deletions
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