summaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-05-14 10:28:53 +0000
committerTom Zanussi <tom.zanussi@intel.com>2013-05-16 08:48:47 -0500
commita66e59fc63cdad4d7a2bca02eba89e8cdb97549c (patch)
tree742fbf2d2e50833d6296a6c918cef6caeba938be /meta-fri2/conf
parent4ce828b3becc1f71c23e9b359a37f7cb52aba4e6 (diff)
downloadmeta-intel-a66e59fc63cdad4d7a2bca02eba89e8cdb97549c.tar.gz
fri2: 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-fri2/conf')
-rw-r--r--meta-fri2/conf/machine/fri2.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf
index 4fd8aa90..759ade47 100644
--- a/meta-fri2/conf/machine/fri2.conf
+++ b/meta-fri2/conf/machine/fri2.conf
@@ -26,6 +26,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
26 26
27PREFERRED_VERSION_xserver-xorg ?= "1.9.3" 27PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
28PREFERRED_VERSION_mesa ?= "9.0.2" 28PREFERRED_VERSION_mesa ?= "9.0.2"
29PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3"
29PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" 30PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
30PREFERRED_VERSION_emgd-driver-bin ?= "1.16" 31PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
31PREFERRED_VERSION_libva ?= "1.0.16" 32PREFERRED_VERSION_libva ?= "1.0.16"