summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2023-02-24 10:12:16 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-24 08:38:07 -0600
commit515a6c7e9b782a912c4814de98d8315a33e2099c (patch)
tree39acd3653578c0b3d273374f6d5866461d056542 /meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
parent600d45cdb01499cc07e0a28b6abc732e2e46e94d (diff)
downloadmeta-ti-515a6c7e9b782a912c4814de98d8315a33e2099c.tar.gz
meta-ti-bsp: machine: remove default preferences for egl,gles,gbm
Remove default preferences for virtual/egl, virtual/libgles and virtual/libgbm from machine configs to follow the new dependency chains via mesa in oder to support accelerated and software-rendered graphics, which is selected by virtual/gpudriver preference. Signed-off-by: Randolph Sapp <rs@ti.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/am62xx-lp-evm.conf')
-rw-r--r--meta-ti-bsp/conf/machine/am62xx-lp-evm.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index ef8e8692..ec9ce596 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -4,8 +4,6 @@
4 4
5require conf/machine/include/am62xx.inc 5require conf/machine/include/am62xx.inc
6 6
7MACHINE_FEATURES += "gpu"
8
9KERNEL_DEVICETREE = " \ 7KERNEL_DEVICETREE = " \
10 ti/k3-am62x-lp-sk.dtb \ 8 ti/k3-am62x-lp-sk.dtb \
11 ti/k3-am625-skeleton.dtb \ 9 ti/k3-am625-skeleton.dtb \