1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-10 04:40:47 +00:00
Files
meta-ti/meta-ti-bsp/conf/machine/include/j721e.inc
T
Randolph Sapp 276c4204bc meta-ti-bsp: machine: Remove all gpu features
Remove all gpu machine features and instead rely on the new dependency
chain for resolving gpu dependencies. Set preferred providers for
virtual/gpudriver where needed.

Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-15 14:50:14 -06:00

14 lines
351 B
PHP

require conf/machine/include/k3.inc
SOC_FAMILY:append = ":j721e"
PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver"
# On J721e the file tiboot3.bin comes from the bootloader not ti-sci-fw
do_image_wic[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy"
IMAGE_BOOT_FILES += "sysfw.itb"
TFA_BOARD = "generic"
OPTEEMACHINE = "k3-j721e"