diff options
| author | Andrew Davis <afd@ti.com> | 2025-09-18 08:28:39 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-09-18 23:56:22 -0500 |
| commit | 12ed4dfce41e098643e10d29fe0780f99ba26dce (patch) | |
| tree | 6ca715bd612987a9d8cd8188e96ab4d1bffd2f9a /meta-ti-bsp/conf/machine/include/am69.inc | |
| parent | 88f31a7fb6cb17a65bebf769da8a1d8fde357d3a (diff) | |
| download | meta-ti-12ed4dfce41e098643e10d29fe0780f99ba26dce.tar.gz | |
ti-bsp: Do not remove gpu MACHINE_FEATURE conditionally on BSP version
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>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/am69.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am69.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am69.inc b/meta-ti-bsp/conf/machine/include/am69.inc index 759984ea..7956e355 100644 --- a/meta-ti-bsp/conf/machine/include/am69.inc +++ b/meta-ti-bsp/conf/machine/include/am69.inc | |||
| @@ -3,7 +3,7 @@ require conf/machine/include/mc_k3r5.inc | |||
| 3 | 3 | ||
| 4 | SOC_FAMILY:append = ":j784s4" | 4 | SOC_FAMILY:append = ":j784s4" |
| 5 | 5 | ||
| 6 | MACHINE_FEATURES += "screen gpu" | 6 | MACHINE_FEATURES += "screen" |
| 7 | 7 | ||
| 8 | require conf/machine/include/mesa-pvr.inc | 8 | require conf/machine/include/mesa-pvr.inc |
| 9 | PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}" | 9 | PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}" |
