summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-02-21 14:48:21 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-02-24 10:59:46 -0300
commit83d1b850b221235cb778cf8a4048faf2ee0f556a (patch)
treead1363d5a17c7be5efd8ac70e431063d4a5b79a2 /conf/machine/include
parent9621bdb3f905852e7490b2b5a8b481e51ea154c7 (diff)
downloadmeta-fsl-arm-83d1b850b221235cb778cf8a4048faf2ee0f556a.tar.gz
xserver-xorg: Backport 1.14.4 version
Currently Vivante does not provides a valid GL API so Xorg fails to link against it, we cannot workaround it easily in newer Xorg version so instead of maintaining a pile of patches for it we are backporting 1.14.4 version as an interim solution. Change-Id: Ie8c8c002f7c3904abb383f2a1ee6f3dc6ad09e20 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Tested-by: Gary Thomas <gary@mlbassoc.com> Tested-by: John Weber <rjohnweber@gmail.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/imx-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 3199238..08d2950 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -27,6 +27,9 @@ XSERVER = "xserver-xorg \
27 xf86-input-evdev \ 27 xf86-input-evdev \
28 ${XSERVER_DRIVER}" 28 ${XSERVER_DRIVER}"
29 29
30# Use an older Xorg version until Vivante provides a valid GL API
31PREFERRED_VERSION_xserver-xorg_mx6 = "2:1.14.4"
32
30# Ship kernel modules 33# Ship kernel modules
31MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" 34MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
32 35