summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-12 20:44:36 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-17 16:07:03 -0300
commit1da601ff748bdd4546d6a25b5da3f41c27d8c949 (patch)
tree5659adcf8f2f4db0b9e483001ff38446d3a71d9d /conf/machine
parentdfd729a52175d36f34f474c3f86270503196a35d (diff)
downloadmeta-fsl-arm-1da601ff748bdd4546d6a25b5da3f41c27d8c949.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 2 insertions, 0 deletions
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 \
25# Gstreamer plugin 25# Gstreamer plugin
26MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" 26MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin"
27 27
28PREFERRED_PROVIDER_virtual/libgl_mx5 ?= "amd-gpu-x11-bin-mx51"
29
28EXTRA_IMAGEDEPENDS = "u-boot" 30EXTRA_IMAGEDEPENDS = "u-boot"
29 31
30SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 32SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"