mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-10 04:40:47 +00:00
276c4204bc
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>
14 lines
351 B
PHP
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"
|