summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-03-29 15:03:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-31 18:55:49 -0300
commita4d783ad57041c0b6e0ac646eb6cdf72a095da5d (patch)
tree99d4e758b0659cbe17d0b2f82b4bb5e6053ea7d7 /conf
parent54e93834872a17955893d7d47a30f7f9ca7f697f (diff)
downloadmeta-fsl-arm-a4d783ad57041c0b6e0ac646eb6cdf72a095da5d.tar.gz
directfb, directfb-examples: Backport 1.6 release
This backports the directfb 1.6.3 and counter part directfb-examples 1.6.0 for use with i.MX6 SoCs as Vivante GPU is not compatible with the 1.7 API. Along the recipes backport this commit sets the preferred version accordingly. Change-Id: I658af7b7881d743cb1a04f6ffb23739711af989b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 86982b2..ea3a723 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -27,8 +27,10 @@ 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 30# FIXME: Use older versions until Vivante GPU is made compatible
31PREFERRED_VERSION_xserver-xorg_mx6 = "2:1.14.4" 31PREFERRED_VERSION_xserver-xorg_mx6 = "2:1.14.4"
32PREFERRED_VERSION_directfb_mx6 = "1.6.3"
33PREFERRED_VERSION_directfb-examples_mx6 = "1.6.0"
32 34
33# Ship kernel modules 35# Ship kernel modules
34MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" 36MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"