From 1da601ff748bdd4546d6a25b5da3f41c27d8c949 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 12 Sep 2012 20:44:36 -0300 Subject: imx-base.inc: Set preferred implementation of virtual/libgl for mx5 SoCs The mx5 SoCs need to use amd-gpu-x11-bin-mx51 to proper support acceleration however it wasn't being taken in place in machine configuration. This adds the need settings and fix the issue for all mx5 based machines. Signed-off-by: Otavio Salvador --- conf/machine/include/imx-base.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/include/imx-base.inc') diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index cecbe86..20467c7 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -25,6 +25,8 @@ MACHINE_EXTRA_RRECOMMENDS += "imx-audio \ # Gstreamer plugin MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" +PREFERRED_PROVIDER_virtual/libgl_mx5 ?= "amd-gpu-x11-bin-mx51" + EXTRA_IMAGEDEPENDS = "u-boot" SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" -- cgit v1.2.3-54-g00ecf