diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-02-24 10:12:18 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-02-24 08:37:42 -0600 |
commit | 9cc067dac707c550af0fb7bbe39aaede0b91f66a (patch) | |
tree | 4f27062f94f5f952c8195b5170cca28def90cca9 /meta-ti-bsp/conf/machine/include | |
parent | 9c845e6ea7a5337e858ccb51ceace481c5ea0ae3 (diff) | |
download | meta-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')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am65xx.inc | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/omap-a15.inc | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 2 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti43x.inc | 2 |
4 files changed, 4 insertions, 4 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" | |||
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 \ |
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc index 2588aac2..bc6add02 100644 --- a/meta-ti-bsp/conf/machine/include/omap-a15.inc +++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc | |||
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | |||
12 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 12 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
13 | 13 | ||
14 | # Graphics providers and variables | 14 | # Graphics providers and variables |
15 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 15 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" |
16 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" | 16 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" |
17 | 17 | ||
18 | KERNEL_IMAGETYPE = "zImage" | 18 | KERNEL_IMAGETYPE = "zImage" |
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" | |||
13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
14 | 14 | ||
15 | # Graphics providers and variables | 15 | # Graphics providers and variables |
16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" |
17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" | 17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" |
18 | 18 | ||
19 | KERNEL_IMAGETYPE = "zImage" | 19 | KERNEL_IMAGETYPE = "zImage" |
diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/conf/machine/include/ti43x.inc index 277416b9..ec6d9c07 100644 --- a/meta-ti-bsp/conf/machine/include/ti43x.inc +++ b/meta-ti-bsp/conf/machine/include/ti43x.inc | |||
@@ -13,7 +13,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ti-staging" | |||
13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" | 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-ti-staging" |
14 | 14 | ||
15 | # Graphics providers and variables | 15 | # Graphics providers and variables |
16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" | 16 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" |
17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" | 17 | PVR_DISPLAY_CONTROLLER_ALIAS ?= "omapdrm" |
18 | 18 | ||
19 | KERNEL_IMAGETYPE = "zImage" | 19 | KERNEL_IMAGETYPE = "zImage" |