From: Fabio Estevam Date: Sat, 19 Oct 2019 19:30:59 +0000 (-0300) Subject: configs/imx6-sabresd_qt5: Select the KMSRO gallium driver X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5db9d1e92f526a90de72742558517c8d568b3009;p=buildroot.git configs/imx6-sabresd_qt5: Select the KMSRO gallium driver After migrating to Mesa 19.2 the imx-drm_dri.so is no longer installed unless the kmsro gallium driver is selected, so explicitly select BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO to fix the problem. Suggested-by: Peter Seiderer Signed-off-by: Fabio Estevam Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig index ded8cd0252..7a541951ae 100644 --- a/configs/imx6-sabresd_qt5_defconfig +++ b/configs/imx6-sabresd_qt5_defconfig @@ -48,6 +48,7 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y # GL driver BR2_PACKAGE_MESA3D=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV=y +BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST=y BR2_PACKAGE_MESA3D_OPENGL_ES=y