summaryrefslogtreecommitdiff
path: root/conf/distro/include/tdx-base.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro/include/tdx-base.inc')
-rw-r--r--conf/distro/include/tdx-base.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc
index 6e46914..ea5da6a 100644
--- a/conf/distro/include/tdx-base.inc
+++ b/conf/distro/include/tdx-base.inc
@@ -32,6 +32,13 @@ TDX_RELEASE ?= "${TDX_MAJOR}.${TDX_MINOR}.${TDX_PATCH}"
# specific software artifacts.
TDX_VERSION ?= "${TDX_RELEASE}${@'' if d.getVar('TDX_PURPOSE') == 'Release' else '-devel'}"
+# Show Tezi EULA license
+TEZI_SHOW_EULA_LICENSE ?= "1"
+TEZI_SHOW_EULA_LICENSE:apalis-tk1 ?= "0"
+TEZI_SHOW_EULA_LICENSE:use-mainline-bsp ?= "0"
+TEZI_SHOW_EULA_LICENSE:colibri-imx6:use-mainline-bsp ?= "1"
+TEZI_SHOW_EULA_LICENSE:apalis-imx6:use-mainline-bsp ?= "1"
+
# Complete image version with date and build number
DISTRO_VERSION = "${TDX_RELEASE}${TDX_PRERELEASE}${TDX_BUILD}"