]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Set preferred implementation of virtual/libgl for mx5 SoCs
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Sep 2012 23:44:36 +0000 (20:44 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Sep 2012 19:07:03 +0000 (16:07 -0300)
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 <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/include/imx-base.inc

index cecbe867e4f308db14373ad0a70ded21195daae3..20467c766901e93e9a6d2298ff197ea735dfb5c9 100644 (file)
@@ -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"