summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
authorDrew Fustini <dfustini@baylibre.com>2022-09-13 03:55:20 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commit386e9688ecac561cadf565de7db5b092d422514d (patch)
tree5232148994d98663fe8ee5133e79494805b225de /meta-ti-bsp/conf/machine/dra7xx-evm.conf
parent0c9b989e90f7f6d7a8fc22b1e2b3470d526e3100 (diff)
downloadmeta-ti-386e9688ecac561cadf565de7db5b092d422514d.tar.gz
conf: dra7xx-evm: avoid missing dtb files for linux-ti-mainline
Avoid the inclusion of device tree files that do not exist upstream when virtual/kernel is linux-ti-mainline for the dra7xx-evm MACHINE. Signed-off-by: Drew Fustini <dfustini@baylibre.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/dra7xx-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/dra7xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/dra7xx-evm.conf b/meta-ti-bsp/conf/machine/dra7xx-evm.conf
index 5fa1dfa5..813e0e06 100644
--- a/meta-ti-bsp/conf/machine/dra7xx-evm.conf
+++ b/meta-ti-bsp/conf/machine/dra7xx-evm.conf
@@ -12,7 +12,7 @@ KERNEL_DEVICETREE = " \
12 dra7-evm.dtb \ 12 dra7-evm.dtb \
13 ti/dra7x-evm-osd-lcd-common.dtbo \ 13 ti/dra7x-evm-osd-lcd-common.dtbo \
14 dra71-evm.dtb \ 14 dra71-evm.dtb \
15 dra71-evm-nand.dtb \ 15 ${@oe.utils.conditional('PREFERRED_PROVIDER_virtual/kernel', 'linux-ti-mainline', '', 'dra71-evm-nand.dtb', d)} \
16 ti/dra71-evm-lcd-auo-g101evn01.0.dtbo \ 16 ti/dra71-evm-lcd-auo-g101evn01.0.dtbo \
17 dra72-evm.dtb \ 17 dra72-evm.dtb \
18 dra72-evm-revc.dtb \ 18 dra72-evm-revc.dtb \