diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-02-15 17:17:04 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-02-16 13:33:40 -0600 |
commit | 5ae790999e762063446ec4623693eecd8ecd6be9 (patch) | |
tree | 7f8c3f7c29a556f88c3851d346ba08086cc4ca2c /meta-ti-bsp/conf/machine/include/am65xx.inc | |
parent | 0dd6a86b9a20bc1117d19bec3e642602b6c54b8c (diff) | |
download | meta-ti-5ae790999e762063446ec4623693eecd8ecd6be9.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>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am65xx.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am65xx.inc | 2 |
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 385bb164..9edafb2c 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" | |||
6 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" | 6 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
8 | 8 | ||
9 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 9 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" |
10 | 10 | ||
11 | KERNEL_DEVICETREE = " \ | 11 | KERNEL_DEVICETREE = " \ |
12 | ti/k3-am654-base-board.dtb \ | 12 | ti/k3-am654-base-board.dtb \ |