From 2b7f43b1eaa3321db3eff00d3412bacec2c6a930 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 1 Aug 2022 15:29:30 +0200 Subject: meta: drop Tegra machine/layer references We've decided not to support Tegra machines since BSP6, let's drop their references. Related-to: ELB-4471 Signed-off-by: Ming Liu --- README | 3 +-- buildconf/bblayers.conf | 2 -- buildconf/local.conf | 1 - conf/distro/include/tdx-base.inc | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README b/README index a54dc45..be0d685 100644 --- a/README +++ b/README @@ -52,8 +52,7 @@ To send patches, use Building ======== -See the README in either meta-toradex-nxp or meta-toradex-tegra depending -on your SoC. +See the README in meta-toradex-nxp layer. License ======= diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf index 1ee37e3..4855940 100644 --- a/buildconf/bblayers.conf +++ b/buildconf/bblayers.conf @@ -10,8 +10,6 @@ BBLAYERS ?= " \ ${TOPDIR}/../layers/meta-freescale \ ${TOPDIR}/../layers/meta-freescale-3rdparty \ \ - ${TOPDIR}/../layers/meta-toradex-tegra \ - \ ${TOPDIR}/../layers/meta-toradex-bsp-common \ \ ${TOPDIR}/../layers/meta-openembedded/meta-oe \ diff --git a/buildconf/local.conf b/buildconf/local.conf index 2331f09..b44c3f7 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -20,7 +20,6 @@ # #MACHINE ?= "apalis-imx6" #MACHINE ?= "apalis-imx8" -#MACHINE ?= "apalis-tk1" # #MACHINE ?= "colibri-imx6" #MACHINE ?= "colibri-imx6ull" diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc index 8419642..a521238 100644 --- a/conf/distro/include/tdx-base.inc +++ b/conf/distro/include/tdx-base.inc @@ -34,7 +34,6 @@ TDX_VERSION ?= "${TDX_RELEASE}${@'' if d.getVar('TDX_PURPOSE') == 'Release' else # 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" -- cgit v1.2.3