summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-05-14 10:26:51 +0000
committerTom Zanussi <tom.zanussi@intel.com>2013-05-16 08:48:35 -0500
commit4ce828b3becc1f71c23e9b359a37f7cb52aba4e6 (patch)
treedc9add98030b946e844e6a560ad3ba582a24d3c5 /meta-emenlow
parent8cbde7b07be66c92de74dea1ef4fe0833b57b70e (diff)
downloadmeta-intel-4ce828b3becc1f71c23e9b359a37f7cb52aba4e6.tar.gz
emenlow: specify preferred version of the xf86-input-synaptics recipe
The newer version of the xf86-input-synaptics recipe breaks with the 1.9.3 version of xorg-xserver used in this BSP. More details on the breakage can be found in the log of the commit with title: xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 989b00b6..a7146403 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -25,6 +25,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
25 25
26PREFERRED_VERSION_xserver-xorg ?= "1.9.3" 26PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
27PREFERRED_VERSION_mesa ?= "9.0.2" 27PREFERRED_VERSION_mesa ?= "9.0.2"
28PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3"
28PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" 29PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
29PREFERRED_VERSION_emgd-driver-bin ?= "1.16" 30PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
30PREFERRED_VERSION_libva ?= "1.0.16" 31PREFERRED_VERSION_libva ?= "1.0.16"