Following from the meta/packages changes, cleanup conf/machine for incorrect DEPENDS...
[vuplus_openembedded] / conf / machine / blueangel.conf
1 #@TYPE: Machine
2 #@NAME: HTC Blueangel
3 #@DESCRIPTION: Machine configuration for the HTC Blueangel device
4
5 KERNEL ?= "kernel26"
6
7 OVERRIDES =. "${KERNEL}:"
8
9 TARGET_ARCH = "arm"
10 IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa blueangel"
11 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
12 PREFERRED_PROVIDER_virtual/kernel_kernel26 = "xanadux-ba-2.6"
13 PREFERRED_PROVIDER_virtual/kernel = "xanadux-ba-2.6"
14
15 BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${BA_MODULES}', d)}"
16 BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 = " udev module-init-tools"
17
18 BA_MODULES_kernel26 = " evdev tsdev himalaya_tsc2200 himalaya_ts3 asic3_mmc mmc_core g_ether blueangel_battery \
19                         pcmcia-core hci_uart blueangel_pcmcia snd-mixer-oss blueangel_audio blueangel_rom blueangel_kp"
20 # pxa2xx_udc is built in to the kernel
21
22 SERIAL_CONSOLE = "115200 tts/2 vt100"
23
24 USE_VT = "0"
25
26 include conf/machine/include/handheld-common.conf
27
28 GUI_MACHINE_CLASS = "smallscreen"
29 ROOT_FLASH_SIZE = "32"
30
31 # optimize images, but build feeds without using tune-xscale so as to retain backwards compatibility
32 include conf/machine/include/tune-xscale.conf