[oe-commits] Kristoffer Ericson : Update kernel version and needed packages for jornada6xx.

git version control git at git.openembedded.org
Tue Jan 12 20:19:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 66cf00231cce846c71da2a6c6da6a8fd08569da6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=66cf00231cce846c71da2a6c6da6a8fd08569da6

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Tue Jan 12 21:15:30 2010 +0100

Update kernel version and needed packages for jornada6xx.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 conf/machine/jornada6xx.conf |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf
index c5249d9..f709f51 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





More information about the Openembedded-commits mailing list