diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-01-14 09:57:55 -0800 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-21 15:17:16 +0000 |
commit | 814fbeab2d4881e2e2fed9f0876d586286bddcf6 (patch) | |
tree | 7bc71162dc8523e89cd37520bf1258329efda11a | |
parent | be9267fca85959c79b19ab65e48c8f3d7faf2b40 (diff) | |
download | meta-freescale-814fbeab2d4881e2e2fed9f0876d586286bddcf6.tar.gz |
imx-base.inc: Drop redundant mesa setting
The default graphics provider is already set to mesa in
poky/meta/conf/distro/include/default-providers.inc, which is included
by bitbake.conf.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit c459a9974bce18aeaa159d9b4f65bcb7757a6e84)
-rw-r--r-- | conf/machine/include/imx-base.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 32da2ea5..9f1b6641 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -554,12 +554,7 @@ SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT:imxgpu = "1" | |||
554 | # 1 - machine has Vivante GPU driver support | 554 | # 1 - machine has Vivante GPU driver support |
555 | MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT ?= "${SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT}" | 555 | MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT ?= "${SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT}" |
556 | 556 | ||
557 | # Graphics libraries | 557 | # Override graphics for i.MX GPU |
558 | PREFERRED_PROVIDER_virtual/egl ?= "mesa" | ||
559 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | ||
560 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" | ||
561 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" | ||
562 | |||
563 | PREFERRED_PROVIDER_virtual/egl:imxgpu ?= "imx-gpu-viv" | 558 | PREFERRED_PROVIDER_virtual/egl:imxgpu ?= "imx-gpu-viv" |
564 | PREFERRED_PROVIDER_virtual/libgl:imxgpu ?= "mesa-gl" | 559 | PREFERRED_PROVIDER_virtual/libgl:imxgpu ?= "mesa-gl" |
565 | PREFERRED_PROVIDER_virtual/mesa:imxgpu ?= "mesa-gl" | 560 | PREFERRED_PROVIDER_virtual/mesa:imxgpu ?= "mesa-gl" |