diff options
| author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-08-11 17:59:40 +0200 |
|---|---|---|
| committer | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-08-18 15:46:35 +0200 |
| commit | 97496a61624bbb7db54fdc1fd95c13efeed0e038 (patch) | |
| tree | 9b4a44f90f6179dc3ff8941494ae1c929fc555f2 | |
| parent | 9060a84205b7939d3faf36aeaf2e280314c94e75 (diff) | |
tdx-xwayland: drop unnecessary PREFERRED_PROVIDER settings for opencl:imxgpu
These have been handled properly by imx-base.inc in meta-freescale for
a while now. They are a legacy remnant.
Remove them and let meta-freescale take care of selecting the correct
graphics libraries for a given (i.MX) GPU.
Related-to: ELB-7009
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
| -rw-r--r-- | conf/distro/tdx-xwayland.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/distro/tdx-xwayland.conf b/conf/distro/tdx-xwayland.conf index a4df96f..e149cc8 100644 --- a/conf/distro/tdx-xwayland.conf +++ b/conf/distro/tdx-xwayland.conf @@ -54,11 +54,6 @@ PACKAGECONFIG:append:pn-qemu-native = " libusb" PREFERRED_PROVIDER_virtual/dtb ?= "device-tree-overlays-imx" -PREFERRED_PROVIDER_opencl-headers:imxgpu = "imx-gpu-viv" -PREFERRED_PROVIDER_opencl-clhpp:imxgpu = "imx-gpu-viv" -PREFERRED_PROVIDER_opencl-icd-loader:imxgpu = "imx-gpu-viv" -PREFERRED_RPROVIDER_opencl-icd-loader:imxgpu = "libopencl-imx" - PREFERRED_RPROVIDER_libnss-mdns = "avahi-libnss-mdns" # keep the dtb vendor directories in fitimage node names |
