summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-02-21 01:02:41 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-21 09:03:43 -0600
commit85742dd95246b52f9947cec772b85728d8345a07 (patch)
tree8ba9ef844b0dda04b7d2273f43b4502ffbddaf04 /meta-ti-bsp/conf/machine/include/am65xx.inc
parent9f5db9c7134cd4902a5efc070ef121bb23645a4f (diff)
downloadmeta-ti-85742dd95246b52f9947cec772b85728d8345a07.tar.gz
Revert "meta-ti-bsp: machine: Remove all gpu features"
Merged by accident. This reverts commit 51bb56b74cd2e7f7e922cce84a023f669291ef00. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am65xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 385bb164..424864d3 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -1,11 +1,15 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":am65xx" 2SOC_FAMILY:append = ":am65xx"
3 3
4MACHINE_FEATURES += "screen touchscreen" 4MACHINE_FEATURES += "screen touchscreen gpu"
5 5
6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" 6SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 7SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
8 8
9PREFERRED_PROVIDER_virtual/egl ?= "ti-sgx-ddk-um"
10PREFERRED_PROVIDER_virtual/libgles1 ?= "ti-sgx-ddk-um"
11PREFERRED_PROVIDER_virtual/libgles2 ?= "ti-sgx-ddk-um"
12PREFERRED_PROVIDER_virtual/libgbm ?= "ti-sgx-ddk-um"
9PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 13PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km"
10 14
11KERNEL_DEVICETREE = " \ 15KERNEL_DEVICETREE = " \