#@TYPE: Machine #@NAME: Compaq iPAQ 36xx,Compaq iPAQ 37xx,Compaq iPAQ 38xx #@DESCRIPTION: Machine configuration for the Compaq iPAQ 36xx, Compaq iPAQ 37xx and Compaq iPAQ 38xx devices # # Hardware-based properties # require conf/machine/include/tune-strongarm1100.inc # h3700, h3800 have 32, but let that be the bonus ROOT_FLASH_SIZE = "16" # h3630 have 32Mb only, others should set this to 64 VOLATILE_STORAGE_SIZE = "32" MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" MACHINE_FEATURES = "touchscreen apm alsa irda usbgadget screen vfat ext2 qvga" # # Software/packages selection # PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" KERNEL_IMAGETYPE ?= "zImage" # Compression level for 32MB RAM XZ_COMPRESSION_LEVEL = "-2e" INITRAMFS_FSTYPES ?= "cpio.gz cpio.lzma" IMAGE_DEVICE_TABLES = "" IMAGE_FSTYPES = "jffs2" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "kernel ipaq-boot-params" MACHINE_EXTRA_RDEPENDS = "mtd-utils mtd-utils-jffs2" MACHINE_EXTRA_RRECOMMENDS = "" ERASEBLOCKSIZE = "0x40000" EXTRA_IMAGECMD_jffs2 = "-p -l --eraseblock=${ERASEBLOCKSIZE}" # # Modules autoload and other boot properties # CMDLINE = "console=ttySA0,115200n8 console=tty1 fbcon=rotate:1" SERIAL_CONSOLE = "115200 ttySA0" USE_VT = "0"