summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-08-01 15:29:30 +0200
committerMing Liu <ming.liu@toradex.com>2022-08-03 12:22:46 +0200
commit2b7f43b1eaa3321db3eff00d3412bacec2c6a930 (patch)
tree383d6f8a56b58477edb9ea98a41bd53f132134af
parent62d0a4357f57a76647c40f65006a6bc27a9d5958 (diff)
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 <ming.liu@toradex.com>
-rw-r--r--README3
-rw-r--r--buildconf/bblayers.conf2
-rw-r--r--buildconf/local.conf1
-rw-r--r--conf/distro/include/tdx-base.inc1
4 files changed, 1 insertions, 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"