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 | ba71a3ff23a516c700f6ca03edee29c328554967 (patch) | |
| tree | ed8fe88ba52836c52b785b4e4ceba41aecb789b3 | |
| parent | b5cacce1bb4c87dc2c1b3a6fcae5958f6d8f3cda (diff) | |
| download | meta-freescale-ba71a3ff23a516c700f6ca03edee29c328554967.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-- | meta-fsl-arm/conf/machine/include/imx-base.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index cf9e6dd8a..997ec2d45 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/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 | ||
