surpport seeking the recorded video
[vuplus_openembedded] / conf / machine / jornada6xx.conf
index 03fa7fa..f709f51 100644 (file)
@@ -2,9 +2,20 @@
 #@NAME: HP Jornada 680
 #@DESCRIPTION: Machine configuration for the HITACHI SH3 based HP Jornada 6xx palmtop computer
 
-TARGET_ARCH = "sh"
-IPKG_ARCHS = "all ${TARGET_ARCH} ${MACHINE}"
-PREFERRED_VERSION_glibc = "2.3.4"
-PREFERRED_VERSION_glibc-initial = "2.3.4"
+TARGET_ARCH = "sh3"
 
-include conf/machine/include/tune-sh3.conf
+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.32"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-video-fbdev"
+
+PCMCIA_MANAGER = "pcmciautils"
\ No newline at end of file