diff mbox series

[meta-ti,master/scarthgap,v2,3/3] meta-ti-bsp: j742s2: add Rogue GPU driver to machine definition

Message ID 20240718075526.1427615-4-a-limaye@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series J742S2 support | expand

Commit Message

Aniket Limaye July 18, 2024, 7:55 a.m. UTC
Add ti-img-rogue-driver as the preferred provider and enable the gpu
driver in the image.

Signed-off-by: Aniket Limaye <a-limaye@ti.com>
---
Changes in v2:
- Use the new BSP support framework instead of setting GPU driver
  explicitly
---
 meta-ti-bsp/conf/machine/include/j742s2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/include/j742s2.inc b/meta-ti-bsp/conf/machine/include/j742s2.inc
index b7d87112..aad7a768 100644
--- a/meta-ti-bsp/conf/machine/include/j742s2.inc
+++ b/meta-ti-bsp/conf/machine/include/j742s2.inc
@@ -4,7 +4,7 @@  SOC_FAMILY:append = ":j742s2"
 MACHINE_FEATURES += "screen gpu"
 
 require conf/machine/include/mesa-pvr.inc
-PREFERRED_PROVIDER_virtual/gpudriver ?= ""
+PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
 
 # Default tiboot3.bin on J742S2 is for HS-FS
 IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-fs-evm.bin"