summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti33x.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:38:07 -0600
commitd859c8c0916c8eb4b88ca8e0db7f9e5a846ba869 (patch)
tree20cd4411297e0ed0c47dcd6582d5a979110e23a1 /meta-ti-bsp/conf/machine/include/ti33x.inc
parent3c2ab9f56ad8801ab84e27eacaafbae005e90ae3 (diff)
downloadmeta-ti-d859c8c0916c8eb4b88ca8e0db7f9e5a846ba869.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/ti33x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index da2273e1..95499552 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -13,7 +13,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging"
13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" 13PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging"
14 14
15# Graphics providers and variables 15# Graphics providers and variables
16PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" 16PREFERRED_PROVIDER_virtual/gpudriver ?= ""
17PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" 17PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc"
18 18
19KERNEL_IMAGETYPE = "zImage" 19KERNEL_IMAGETYPE = "zImage"