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-19 11:15:51 -0500
commita4a5a3003921bf98147b03430bd4cb321ce20bcf (patch)
tree25299dd7e3819e4c788594f38f89b5f82a03719c
parent7b1c139e89b1fce727f52d09c045ea144dd72d1f (diff)
downloadmeta-ti-a4a5a3003921bf98147b03430bd4cb321ce20bcf.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"