diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-01-14 09:57:55 -0800 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2025-01-17 13:28:16 -0800 |
commit | c459a9974bce18aeaa159d9b4f65bcb7757a6e84 (patch) | |
tree | 9f4882ab438993751a5b96c37b554ad37aae738c | |
parent | 3ea3734b00c19868e36e5b34d8c47a1dd5da91d5 (diff) | |
download | meta-freescale-c459a9974bce18aeaa159d9b4f65bcb7757a6e84.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>
-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 5e12548e..ab922b8e 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" |