From 7b528adf89702c688f49ca7279914fa21752bbab Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 5 Dec 2021 11:40:48 +0100 Subject: meta: move in TEZI_SHOW_EULA_LICENSE from meta-toradex-demos TEZI_SHOW_EULA_LICENSE shall be a machine global variable but not image specific, move it to tdx-base.inc in meta-toradex-distro layer. Torizoncore/Tezi/BSP now use the same setting of TEZI_SHOW_EULA_LICENSE. Related-to: TOR-2102 Signed-off-by: Ming Liu (cherry picked from commit a991a45459b7f3c0870ef94da6e48c279eaa97f0) --- conf/distro/include/tdx-base.inc | 7 +++++++ 1 file changed, 7 insertions(+) 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}" -- cgit v1.2.3