Following from the meta/packages changes, cleanup conf/machine for incorrect DEPENDS...
[vuplus_openembedded] / conf / machine / h2200.conf
1 #@TYPE: Machine
2 #@NAME: HP iPAQ h22xx
3 #@DESCRIPTION: Machine configuration for the HP iPAQ h22xx
4
5
6 TARGET_ARCH = "arm"
7 IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa h2200"
8
9 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
10 PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
11
12 EXTRA_IMAGECMD_h2200_jffs2 = "--pad --no-cleanmarkers --pagesize=512 --eraseblock=16384"
13
14 ROOT_FLASH_SIZE = "32"
15
16 BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${H2200_MODULES}', d)}"
17 BOOTSTRAP_EXTRA_RDEPENDS_append = " h2200-bootloader kernel udev module-init-tools"
18
19 #ship in rootfs:
20 H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc apm pcmcia-core snd-pcm-oss snd-h2200_audio pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop "
21
22
23 #autoload on boot:
24 module_autoload_h2200_pm        = "h2200_pm"
25 module_autoload_h2200_kbd       = "h2200_kbd"
26 module_autoload_h2200_lcd       = "h2200_lcd"
27 module_autoload_mq11xx_base     = "mq11xx_base"
28 module_autoload_mq1100fb        = "mq1100fb"
29 module_autoload_samcop_adcts    = "samcop_adcts"
30 module_autoload_samcop_sdi      = "samcop_sdi"
31 module_autoload_w1_ds2760       = "w1_ds2760"
32 module_autoload_w1_samcop       = "w1_samcop"
33 module_autoload_h2200_battery   = "h2200_battery"
34 module_autoload_hamcop_nand     = "hamcop_nand"
35 module_autoload_pxa2xx_h2200    = "pxa2xx_h2200"
36 module_autoload_snd_h2200_audio = "snd-h2200_audio"
37 module_autoload_snd-pcm-oss     = "snd-pcm-oss"
38
39 SERIAL_CONSOLE = "115200 tts/0 vt100"
40
41 USE_VT = "0"
42
43 include conf/machine/include/ipaq-common.conf
44 include conf/machine/include/handheld-common.conf
45
46 GUI_MACHINE_CLASS = "smallscreen"
47
48 include conf/machine/include/tune-xscale.conf