diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-24 14:10:04 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-30 20:52:33 -0300 |
commit | 5963e6375e45c73eaad3dfcac4ac658e8aabee50 (patch) | |
tree | 198644b5d635ec8529a80eefefa7707411b4f642 | |
parent | 80c74c76f8eacefd4b5dbfca9dba7322a013678e (diff) | |
download | meta-fsl-arm-5963e6375e45c73eaad3dfcac4ac658e8aabee50.tar.gz |
imx-base.inc: Fix mx5 GPU library API support
The mx5 GPU libraries provide OpenGL ES1, OpenEGL and OpenGL ES2 only
so we need to ajust the PREFERRED_PROVIDER.
Change-Id: I569fabc91349c3d3a8804ff72e67e9bcc88b1267
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/include/imx-base.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index cf9e6dd..997ec2d 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -28,7 +28,9 @@ MACHINE_EXTRA_RRECOMMENDS += "imx-audio \ | |||
28 | # Gstreamer plugin | 28 | # Gstreamer plugin |
29 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" | 29 | MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" |
30 | 30 | ||
31 | PREFERRED_PROVIDER_virtual/libgl_mx5 ?= "amd-gpu-x11-bin-mx51" | 31 | PREFERRED_PROVIDER_virtual/egl_mx5 ?= "amd-gpu-x11-bin-mx51" |
32 | PREFERRED_PROVIDER_virtual/libgles1_mx5 ?= "amd-gpu-x11-bin-mx51" | ||
33 | PREFERRED_PROVIDER_virtual/libgles2_mx5 ?= "amd-gpu-x11-bin-mx51" | ||
32 | 34 | ||
33 | EXTRA_IMAGEDEPENDS = "u-boot" | 35 | EXTRA_IMAGEDEPENDS = "u-boot" |
34 | 36 | ||