aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer.ericson@gmail.com>2010-01-12 21:15:30 +0100
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-01-12 21:15:30 +0100
commit66cf00231cce846c71da2a6c6da6a8fd08569da6 (patch)
tree57c207b6fc8174661a9b6310a8ed9792d58296aa /conf/machine
parentb091aba966d5045b257095f0c9ca5ce5e70a7362 (diff)
downloadopenembedded-66cf00231cce846c71da2a6c6da6a8fd08569da6.tar.gz
Update kernel version and needed packages for jornada6xx.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/jornada6xx.conf13
1 files changed, 10 insertions, 3 deletions
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf
index c5249d94ef..f709f51c09 100644
--- a/conf/machine/jornada6xx.conf
+++ b/conf/machine/jornada6xx.conf
@@ -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