Following from the meta/packages changes, cleanup conf/machine for incorrect DEPENDS...
[vuplus_openembedded] / conf / machine / h3900.conf
1 #@TYPE: Machine
2 #@NAME: Compaq iPAQ 39xx, Compaq iPAQ 54xx, Compaq iPAQ 55xx
3 #@DESCRIPTION: Machine configuration for the Compaq iPAQ 39xx, Compaq iPAQ 54xx, and Compaq iPAQ 55xx devices
4
5 KERNEL ?= "kernel24"
6 #KERNEL ?= "kernel26"
7
8 OVERRIDES =. "${KERNEL}:"
9
10 TARGET_ARCH = "arm"
11 IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa h3900"
12 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
13 PREFERRED_PROVIDER_virtual/kernel_kernel24 = "handhelds-pxa"
14 PREFERRED_PROVIDER_virtual/kernel_kernel26 = "handhelds-pxa-2.6"
15 EXTRA_IMAGECMD_h3900_jffs2 = "-e 0x40000 -p"
16
17 ROOT_FLASH_SIZE = "32"
18
19 BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${H3900_MODULES}', d)}"
20 BOOTSTRAP_EXTRA_RDEPENDS_append_kernel24 = " at76c503a-modules"
21 BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 = " udev module-init-tools"
22
23 H3900_MODULES_kernel24 = "g_ether pxa2xx_udc h3900_asic h5400_asic pxa_ir h5400_buzzer h5400_fsi mmc_h5400 usb-ohci-h5400 mmc_asic3 mtdchar h5400-audio h3900-uda1380"
24 H3900_MODULES_kernel26 = " h3900_lcd h5400_lcd asic2_adcts g_ether apm h5400_battery h3900_battery pcmcia-core"
25 # pxa2xx_udc is built in to the kernel
26
27 SERIAL_CONSOLE = "115200 tts/0 vt100"
28
29 USE_DEVFS_kernel24 = "1"
30 USE_VT = "0"
31
32 include conf/machine/include/ipaq-common.conf
33 include conf/machine/include/handheld-common.conf
34
35 GUI_MACHINE_CLASS = "smallscreen"
36
37 #use tune xscale for extra performance. Distro feeds be built with tune-strongarm 
38 include conf/machine/include/tune-xscale.conf