Skip to content

meta-ked-imx: Prefer non-upgraded Mesa version and fix Wayland support for i.MX8MM

The previous commit:

72edffdc ("meta-ked: Backport Mesa 24.0.5 to support i.MX8MP GPU via Etnaviv")

caused the new Mesa version 24.0.5 to be used for all platforms. This works fine for cases where OpenGL is used without Wayland. With Wayland enabled in DISTRO_FEATURES there are other dependencies that can not be matched in Kirkstone without doing further backports.

As a compromise fix this by using the existing Kirkstone version (22.0.3) for i.MX6UL/ULL and i.MX8MM.

This way Wayland support is still broken for i.MX8MP, but as this is a rather new platform and we cannot afford backporting that much, we need to leave this as is until we upgraded to the Scarthgap release.

CC: @estoll @akobou

Edited by Frieder Schrempf

Merge request reports