diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-17 16:13:24 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-17 16:13:24 -0300 |
commit | 5e84163b17defd5b3480b1c9757211c288ded27c (patch) | |
tree | 91deb292f8861ea6b333b0151d98c84355d20b4d /conf/machine/include/imx-base.inc | |
parent | 43cb4919a4ccd4718eb657b9f912c911825153fe (diff) | |
parent | f2ce5b1a8963f5db971341d933657e7beeb19ef5 (diff) | |
download | meta-fsl-arm-5e84163b17defd5b3480b1c9757211c288ded27c.tar.gz |
Merge remote branch 'freescale/denzil'
* freescale/denzil:
imx6qsabrelite: Use xserver-xorg instead of xserver-xorg-lite
cogl: Use OpenGL ES2 for mx5 SoCs
imx-base.inc: Set preferred implementation of virtual/libgl for mx5 SoCs
amd-gpu-x11-bin-mx51: Add provides to 'virtual/libgl'
Diffstat (limited to 'conf/machine/include/imx-base.inc')
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 33be4c4..1145709 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -28,6 +28,8 @@ 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" | ||
32 | |||
31 | EXTRA_IMAGEDEPENDS = "u-boot" | 33 | EXTRA_IMAGEDEPENDS = "u-boot" |
32 | 34 | ||
33 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 35 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" |