diff options
author | Darren Etheridge <detheridge@ti.com> | 2024-01-06 09:43:33 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-01-10 08:43:14 -0600 |
commit | 1cbf96ebb2c48c0377bee2ed94f0862312683d63 (patch) | |
tree | e498afe4dfa81802bdae26013e9742350ab8fea5 /meta-ti-bsp | |
parent | 79fa1420fcb1011a748b0a58994b9bbb95eca4a6 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/j722s.inc | 2 |
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" | |||
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 ?= "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 |
10 | IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" | 10 | IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" |