From 66cf00231cce846c71da2a6c6da6a8fd08569da6 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Tue, 12 Jan 2010 21:15:30 +0100 Subject: [PATCH] Update kernel version and needed packages for jornada6xx. Signed-off-by: Alex Ferguson Signed-off-by: Kristoffer Ericson --- conf/machine/jornada6xx.conf | 13 ++++++++++--- 1 file 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 -- 2.39.5