summaryrefslogtreecommitdiff
path: root/conf/tdx_version.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/tdx_version.conf')
-rw-r--r--conf/tdx_version.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/tdx_version.conf b/conf/tdx_version.conf
index 1612db4..194082b 100644
--- a/conf/tdx_version.conf
+++ b/conf/tdx_version.conf
@@ -4,10 +4,11 @@ TDX_VERMAJOR = "2"
TDX_VERMINOR = "8"
TDX_VERBETA = "b1"
TDX_VERPATCH = "1"
+TDX_BUILDNB ?= ""
TDX_VERNIGHTLY ?= ""
TDX_VERDATE ?= "-${DATE}"
TDX_VERDATE[vardepsexclude] = "DATE"
-TDX_VER_PACKAGE_MIN = "${TDX_VERMAJOR}.${TDX_VERMINOR}${TDX_VERBETA}${TDX_VERNIGHTLY}"
+TDX_VER_PACKAGE_MIN = "${TDX_VERMAJOR}.${TDX_VERMINOR}${TDX_VERBETA}${TDX_BUILDNB}${TDX_VERNIGHTLY}"
TDX_VER_PACKAGE = "${TDX_VER_PACKAGE_MIN}${TDX_VERDATE}"
TDX_VER_ITEM = "${TDX_VERMAJOR}.${TDX_VERMINOR}.${TDX_VERPATCH}"