[yocto] [PATCH 4/7] sys940x: prefer xf86-input-evdev 2.6.0

Darren Hart dvhart at linux.intel.com
Tue May 1 15:12:48 PDT 2012


Per the following commit, sys940x also uses emgd and requires the same
treatment.

    commit b612c79f600b7e904aeab37df5aaa3ca5d306b4d
    Author: Richard Purdie <richard.purdie at 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 at linuxfoundation.org>

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta-sys940x/conf/machine/sys940x.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf
index 2315564..7123653 100644
--- a/meta-sys940x/conf/machine/sys940x.conf
+++ b/meta-sys940x/conf/machine/sys940x.conf
@@ -17,6 +17,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
 
 PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
 PREFERRED_VERSION_mesa-dri ?= "7.11"
+PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
 PREFERRED_VERSION_emgd-driver-bin ?= "1.8"
 
 SERIAL_CONSOLE = "115200 ttyS0"
-- 
1.7.7.6




More information about the yocto mailing list