Update kernel version and needed packages for jornada6xx.
authorKristoffer Ericson <kristoffer.ericson@gmail.com>
Tue, 12 Jan 2010 20:15:30 +0000 (21:15 +0100)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Tue, 12 Jan 2010 20:15:30 +0000 (21:15 +0100)
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
conf/machine/jornada6xx.conf

index c5249d9..f709f51 100644 (file)
@@ -6,9 +6,16 @@ TARGET_ARCH = "sh3"
 
 require conf/machine/include/tune-sh3.inc
 
+MACHINE_FEATURES = "kernel26 alsa pcmcia irda keyboard touchscreen screen vfat"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+
 PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada6xx"
-PREFERRED_VERSION_linux-jlime-jornada6xx = "2.6.17"
+PREFERRED_VERSION_linux-jlime-jornada6xx = "2.6.32"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-video-fbdev"
 
-MACHINE_FEATURES = "kernel26 pcmcia irda keyboard touchscreen screen vfat"
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 PCMCIA_MANAGER = "pcmciautils"
\ No newline at end of file