summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-05-05 17:44:19 +0000
committerRyan Eatmon <reatmon@ti.com>2022-05-05 14:22:22 -0500
commit50c81f868c6c7046ca203f2d7cc5f2d4053b4fdc (patch)
tree895a06123d106ec894454fb2230bba8d8802bc23 /meta-ti-bsp/conf/machine/include/am65xx.inc
parenta9327edb03815883ee78d547eb4011bc4b7f4439 (diff)
downloadmeta-ti-50c81f868c6c7046ca203f2d7cc5f2d4053b4fdc.tar.gz
conf/machine: add preferences for 3D graphics providers
Specify default 3D GLES/EGL providers for platforms using SGX and Rogue GPUs, both kernel and user-space components. 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, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 111ef96f..b71b4686 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -6,6 +6,12 @@ MACHINE_FEATURES += "screen touchscreen gpu"
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"
13PREFERRED_PROVIDER_virtual/gpudriver = "ti-sgx-ddk-km"
14
9KERNEL_DEVICETREE = " \ 15KERNEL_DEVICETREE = " \
10 ti/k3-am654-base-board.dtb \ 16 ti/k3-am654-base-board.dtb \
11 ti/k3-am654-base-board-sr1.dtbo \ 17 ti/k3-am654-base-board-sr1.dtbo \