summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
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 = " \