[Buildroot] [git commit] configs/imx6-sabresd_qt5: Remove the swrast option

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sat Oct 19 22:22:28 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=8ac15c40ccbb78ca8041c1e352ffe456232de517
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

i.MX6 has GPU in hardware, so we really don't need to
fallback to software rendering.

Remove the unneeded BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
option.

Suggested-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Fabio Estevam <festevam at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 configs/imx6-sabresd_qt5_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/imx6-sabresd_qt5_defconfig b/configs/imx6-sabresd_qt5_defconfig
index 7a541951ae..8fbc2beb5b 100644
--- a/configs/imx6-sabresd_qt5_defconfig
+++ b/configs/imx6-sabresd_qt5_defconfig
@@ -49,7 +49,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 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
 
 # Fonts


More information about the buildroot mailing list