summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/tdx_version.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/tdx_version.conf b/conf/tdx_version.conf
new file mode 100644
index 0000000..c5ee3de
--- /dev/null
+++ b/conf/tdx_version.conf
@@ -0,0 +1,13 @@
+# These variables are used to set image, kernel and U-Boot versions
+
+TDX_VERMAJOR = "2"
+TDX_VERMINIOR = "7"
+TDX_VERBETA = "b2"
+TDX_VERPATCH = "2"
+TDX_VERNIGHTLY ?= ""
+TDX_VERDATE ?= "-${DATE}"
+TDX_VERDATE[vardepsexclude] = "DATE"
+
+TDX_VER_EXT = "${TDX_VERMAJOR}.${TDX_VERMINIOR}${TDX_VERBETA}${TDX_VERNIGHTLY}${TDX_VERDATE}"
+TDX_VER_EXT_MIN = "${TDX_VERMAJOR}.${TDX_VERMINIOR}${TDX_VERBETA}${TDX_VERNIGHTLY}"
+TDX_VER_INT = "${TDX_VERMAJOR}.${TDX_VERMINIOR}.${TDX_VERPATCH}"