summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAniket Limaye <a-limaye@ti.com>2024-07-18 13:25:29 +0530
committerRyan Eatmon <reatmon@ti.com>2024-07-18 08:27:29 -0500
commit33668f996f37f98b0a2f8057192a970ddbb5291d (patch)
tree375e293383a32ad7100c2d91d95be39c451559ee
parented9d48d39af1025d6448627fd7a2733a62d86d07 (diff)
downloadmeta-ti-33668f996f37f98b0a2f8057192a970ddbb5291d.tar.gz
meta-ti-bsp: j742s2: add Rogue GPU driver to machine definition
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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/j742s2.inc2
1 files changed, 1 insertions, 1 deletions
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"
4MACHINE_FEATURES += "screen gpu" 4MACHINE_FEATURES += "screen gpu"
5 5
6require conf/machine/include/mesa-pvr.inc 6require conf/machine/include/mesa-pvr.inc
7PREFERRED_PROVIDER_virtual/gpudriver ?= "" 7PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
8 8
9# Default tiboot3.bin on J742S2 is for HS-FS 9# Default tiboot3.bin on J742S2 is for HS-FS
10IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-fs-evm.bin" 10IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-fs-evm.bin"