diff options
author | Aniket Limaye <a-limaye@ti.com> | 2024-07-18 13:25:29 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-07-19 11:15:51 -0500 |
commit | a4a5a3003921bf98147b03430bd4cb321ce20bcf (patch) | |
tree | 25299dd7e3819e4c788594f38f89b5f82a03719c | |
parent | 7b1c139e89b1fce727f52d09c045ea144dd72d1f (diff) | |
download | meta-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.inc | 2 |
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" | |||
4 | MACHINE_FEATURES += "screen gpu" | 4 | MACHINE_FEATURES += "screen gpu" |
5 | 5 | ||
6 | require conf/machine/include/mesa-pvr.inc | 6 | require conf/machine/include/mesa-pvr.inc |
7 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" | 7 | PREFERRED_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 |
10 | IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-fs-evm.bin" | 10 | IMAGE_BOOT_FILES += "tiboot3-j742s2-hs-fs-evm.bin" |