increase dvbapp PR.
[vuplus_openembedded] / conf / machine / simpad.conf
index b227312..5e89292 100644 (file)
@@ -2,30 +2,23 @@
 #@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD
 #@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices
 
-MACHINE_KERNEL_VERSION ?= "2.4"
-require conf/include/simpad-${MACHINE_KERNEL_VERSION}.conf
+MACHINE_KERNEL_VERSION ?= "2.6"
 
 TARGET_ARCH = "arm"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel"
 
-BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs orinoco-modules-cs \
-kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \
-kernel-module-pcnet-cs kernel-module-8390"
+MACHINE_FEATURES = "apm pcmcia irda screen touchscreen vfat"
 
-# This is needed for the ramdisk script to work
-BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs"
+include conf/machine/include/simpad-${MACHINE_KERNEL_VERSION}.inc
+require conf/machine/include/tune-strongarm.inc
 
-EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
-EXTRA_IMAGEDEPENDS = ""
-SERIAL_CONSOLE = "ttySA0 115200 vt100"
 
-USE_DEVFS = "1"
-GUI_MACHINE_CLASS = "bigscreen"
 ROOT_FLASH_SIZE = "16"
-USE_VT = "0"
-GPE_EXTRA_INSTALL += "suspend-desktop"
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000"
 
-require conf/machine/include/handheld-common.conf
-require conf/machine/include/tune-strongarm.conf
+GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "800" 
+MACHINE_DISPLAY_HEIGHT_PIXELS= "600"
+SERIAL_CONSOLE = "ttySA0 115200 vt100"
+USE_VT = "0"
 
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"