From: Otavio Salvador Date: Wed, 12 Sep 2012 23:44:36 +0000 (-0300) Subject: imx-base.inc: Set preferred implementation of virtual/libgl for mx5 SoCs X-Git-Tag: 2.1~1715^2~2 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2021e200fe52bcf4c3c15215569d98d7610d017a;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index cecbe867..20467c76 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/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"