summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Etheridge <detheridge@ti.com>2024-01-06 09:43:33 +0530
committerRyan Eatmon <reatmon@ti.com>2024-01-10 08:43:14 -0600
commit1cbf96ebb2c48c0377bee2ed94f0862312683d63 (patch)
treee498afe4dfa81802bdae26013e9742350ab8fea5
parent79fa1420fcb1011a748b0a58994b9bbb95eca4a6 (diff)
downloadmeta-ti-1cbf96ebb2c48c0377bee2ed94f0862312683d63.tar.gz
meta-ti-bsp: j722s: add Rogue GPU driver to machine defintioncicd.master.202401190100
j722s is same GPU as am62p, need to add this into machine definition so that Rogue driver gets included in the image. Signed-off-by: Darren Etheridge <detheridge@ti.com> 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/j722s.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j722s.inc b/meta-ti-bsp/conf/machine/include/j722s.inc
index 59f45c93..e165f51b 100644
--- a/meta-ti-bsp/conf/machine/include/j722s.inc
+++ b/meta-ti-bsp/conf/machine/include/j722s.inc
@@ -4,7 +4,7 @@ SOC_FAMILY:append = ":j722s"
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 ?= "ti-img-rogue-driver"
8 8
9# Default tiboot3.bin on J722S is for HS-FS 9# Default tiboot3.bin on J722S is for HS-FS
10IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" 10IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin"