mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Setting or removing the gpu MACHINE_FEATURE does not actually change
if the GPU driver is built or not. That is done based on the setting
of the BSP_{SGX,ROGUE}_{DRIVER,UMLIBS}_{PROVIDER,VERSION} vars. These
are default empty for BSP versions without supported GPU drivers, which
will correctly cause a fallback to SW rendering when the GPU driver is
not available.
As the "gpu" MACHINE_FEATURE now has no uses, remove it from all the
machine config include files.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
22 lines
513 B
PHP
22 lines
513 B
PHP
require conf/machine/include/k3.inc
|
|
require conf/machine/include/mc_k3r5.inc
|
|
|
|
SOC_FAMILY:append = ":am62pxx"
|
|
|
|
MACHINE_FEATURES += "screen"
|
|
|
|
require conf/machine/include/mesa-pvr.inc
|
|
PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"
|
|
|
|
TFA_BOARD = "lite"
|
|
TFA_K3_SYSTEM_SUSPEND = "1"
|
|
|
|
OPTEEMACHINE = "k3-am62x"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
# Bitmap image tarball for early splashscreen
|
|
IMAGE_BOOT_FILES += "ti_logo_414x97_32bpp.bmp.gz"
|