blob: 53e10cda27cf9f03d11563a860dcdcc0cc05f1a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
#@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
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 = ""
JFFS2_ERASEBLOCK = "0x40000"
EXTRA_IMAGECMD_jffs2_append = " ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
#
# Modules autoload and other boot properties
#
CMDLINE = "console=ttySA0,115200n8 console=tty1 fbcon=rotate:1"
SERIAL_CONSOLE = "115200 ttySA0"
USE_VT = "0"
|