pocketpc-based machines: Consistently use "require" instead of "include" in confs.
[vuplus_openembedded] / conf / machine / h3600.conf
1 #@TYPE: Machine
2 #@NAME: Compaq iPAQ 36xx,Compaq iPAQ 37xx,Compaq iPAQ 38xx
3 #@DESCRIPTION: Machine configuration for the Compaq iPAQ 36xx, Compaq iPAQ 37xx and Compaq iPAQ 38xx devices
4
5 TARGET_ARCH = "arm"
6 IPKG_EXTRA_ARCHS = "ipaqsa"
7 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
8 PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa"
9 PREFERRED_VERSION_handhelds-sa ?= "2.4.19-rmk6-pxa1-hh42"
10 EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000 -p"
11 BOOTSTRAP_EXTRA_RDEPENDS = "alsa-driver kernel ipaq-boot-params ${@linux_module_packages('${H3600_MODULES}', d)}"
12
13 ROOT_FLASH_SIZE = "16"
14
15 H3600_MODULES = "\
16 h3600-asic \
17 h3600-micro \
18 h3600-microkbd h3600-stowaway \
19 hwtimer \
20 l3-backpaq \
21 nvrd \
22 sa1100-cs \
23 sa1100-ir \
24 sa1100-wdt \
25 sa1100-audio \
26 sa1100-rtc \
27 sa1100usb-core \
28 sd-mod \
29 serial-h3800 \
30 usb-char \
31 usb-eth"
32
33 USE_DEVFS = "1"
34 USE_VT = "0"
35
36 IMAGE_LINGUAS = ""
37
38 require conf/machine/include/ipaq-common.conf
39 require conf/machine/include/handheld-common.conf
40 require conf/machine/include/tune-strongarm.conf
41
42 SERIAL_CONSOLE = "115200 ttySA0"