blob: 39ab571d1ef8b7dda5901a8f2e810365fded3a4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#@TYPE: Machine
#@NAME: HP iPAQ H1910/H1915
#@DESCRIPTION: Machine configuration for the HP iPAQ H1910/H1915
KERNEL ?= "kernel26"
OVERRIDES =. "${KERNEL}:"
TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
include conf/machine/include/tune-xscale.conf
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
BOOTSTRAP_EXTRA_RDEPENDS = "udev apm apmd network-suspend-scripts modutils-collateral mtd-utils"
BOOTSTRAP_EXTRA_RRECOMMENDS += ""
EXTRA_IMAGECMD_h1910_jffs2 = "-e 0x4000 -p -n"
GUI_MACHINE_CLASS = "smallscreen"
|