summaryrefslogtreecommitdiff
path: root/classes/toradex-devicetree.bbclass
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-08-01 15:08:32 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-08-08 14:06:43 +0000
commitd2c82eb165043c314795c4172588ed39f716ede8 (patch)
tree5abd25e2a76c8bb88d562e84090a0f3dd6605806 /classes/toradex-devicetree.bbclass
parente4f0f9dda029026655402ebc80a17a00e30ffa5c (diff)
meta: drop tk1/tegra/vf machine references
We've decided not maintain these machines in BSP6, let's drop the machine references. There is a special varialbe UBOOT_KERNEL_TYPE, it's only being used by apalis-tk1 machine, so also drop it. Related-to: ELB-4471 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'classes/toradex-devicetree.bbclass')
-rw-r--r--classes/toradex-devicetree.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/toradex-devicetree.bbclass b/classes/toradex-devicetree.bbclass
index a646da0..b939db9 100644
--- a/classes/toradex-devicetree.bbclass
+++ b/classes/toradex-devicetree.bbclass
@@ -47,7 +47,7 @@ MACHINE_PREFIX:colibri-imx7-emmc = "colibri-imx7"
do_collect_overlays () {
if [ -z "${TEZI_EXTERNAL_KERNEL_DEVICETREE}" ] ; then
machine_dts=`cd ${S} && ls ${MACHINE_PREFIX}[_-]*.dts 2>/dev/null || true`
- common_dts=`cd ${S} && ls *.dts 2>/dev/null | grep -v -e 'imx[6-8]' -e 'tk1' | xargs || true`
+ common_dts=`cd ${S} && ls *.dts 2>/dev/null | grep -v -e 'imx[6-8]' | xargs || true`
all_dts="$machine_dts $common_dts"
else
for dtbo in ${TEZI_EXTERNAL_KERNEL_DEVICETREE}; do