summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/am69.inc
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-09-18 08:28:39 -0500
committerRyan Eatmon <reatmon@ti.com>2025-09-18 23:56:22 -0500
commit12ed4dfce41e098643e10d29fe0780f99ba26dce (patch)
tree6ca715bd612987a9d8cd8188e96ab4d1bffd2f9a /meta-ti-bsp/conf/machine/include/am69.inc
parent88f31a7fb6cb17a65bebf769da8a1d8fde357d3a (diff)
downloadmeta-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.inc2
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
4SOC_FAMILY:append = ":j784s4" 4SOC_FAMILY:append = ":j784s4"
5 5
6MACHINE_FEATURES += "screen gpu" 6MACHINE_FEATURES += "screen"
7 7
8require conf/machine/include/mesa-pvr.inc 8require conf/machine/include/mesa-pvr.inc
9PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}" 9PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_ROGUE_DRIVER_PROVIDER}"