summaryrefslogtreecommitdiffstats
path: root/meta-sys940x
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-04-27 09:17:22 -0700
committerDarren Hart <dvhart@linux.intel.com>2012-05-07 12:39:19 -0700
commit804b02fcfe251ade18893d8d88a18f70295b05b3 (patch)
tree2cd06977174da5b26611e832a2ca20718460caa0 /meta-sys940x
parentd719c0acf0a7fe010f23be11cd19676186bea784 (diff)
downloadmeta-intel-804b02fcfe251ade18893d8d88a18f70295b05b3.tar.gz
sys940x: prefer xf86-input-evdev 2.6.0
Per the following commit, sys940x also uses emgd and requires the same treatment. commit b612c79f600b7e904aeab37df5aaa3ca5d306b4d Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Wed Apr 25 21:15:06 2012 +0100 common/meta-graphics: Add xf86-input-evdev 2.6.0 This is needed by the pvr graphics stacks since newer versions won't build with the older xserver those platforms are using. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-sys940x')
-rw-r--r--meta-sys940x/conf/machine/sys940x.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index 23155642..71236534 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -17,6 +17,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
17 17
18PREFERRED_VERSION_xserver-xorg ?= "1.9.3" 18PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
19PREFERRED_VERSION_mesa-dri ?= "7.11" 19PREFERRED_VERSION_mesa-dri ?= "7.11"
20PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
20PREFERRED_VERSION_emgd-driver-bin ?= "1.8" 21PREFERRED_VERSION_emgd-driver-bin ?= "1.8"
21 22
22SERIAL_CONSOLE = "115200 ttyS0" 23SERIAL_CONSOLE = "115200 ttyS0"