summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am65xx.inc
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-02-24 10:12:18 +0000
committerRyan Eatmon <reatmon@ti.com>2023-02-24 08:37:42 -0600
commit9cc067dac707c550af0fb7bbe39aaede0b91f66a (patch)
tree4f27062f94f5f952c8195b5170cca28def90cca9 /meta-ti-bsp/conf/machine/include/am65xx.inc
parent9c845e6ea7a5337e858ccb51ceace481c5ea0ae3 (diff)
downloadmeta-ti-9cc067dac707c550af0fb7bbe39aaede0b91f66a.tar.gz
conf: machine: Fallback to software rendering
While we are working to update our platforms to support Weston 10 and beyond, we are falling back to software rendering for platforms that do not currently have a solution for GPU drivers (namely the boards that use SGX). Signed-off-by: Ryan Eatmon <reatmon@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/include/am65xx.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/am65xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am65xx.inc b/meta-ti-bsp/conf/machine/include/am65xx.inc
index 33e6f1ad..0ae00761 100644
--- a/meta-ti-bsp/conf/machine/include/am65xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am65xx.inc
@@ -6,7 +6,7 @@ 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/gpudriver ?= "ti-sgx-ddk-km" 9PREFERRED_PROVIDER_virtual/gpudriver ?= ""
10 10
11KERNEL_DEVICETREE = " \ 11KERNEL_DEVICETREE = " \
12 ti/k3-am654-base-board.dtb \ 12 ti/k3-am654-base-board.dtb \