diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-10-11 10:14:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-11 10:14:21 +0000 |
commit | 7b832cf420f3a7f41edd94778e249c4ea52fa615 (patch) | |
tree | 79b24f2f866fd4e930994f272ae7a5680d286763 /conf | |
parent | 0f2f623da0cccd2eae320f9353bd915cc59a5af3 (diff) |
add machine configuration and linux kernel for the HTC Blueangel
patch courtesy Ian Jordan <immolo@lycos.co.uk>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/blueangel.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/conf/machine/blueangel.conf b/conf/machine/blueangel.conf new file mode 100644 index 0000000000..ef9bd3419e --- /dev/null +++ b/conf/machine/blueangel.conf @@ -0,0 +1,35 @@ +#@TYPE: Machine +#@NAME: HTC Blueangel +#@DESCRIPTION: Machine configuration for the HTC Blueangel device + +KERNEL ?= "kernel26" + +OVERRIDES =. "${KERNEL}:" + +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa blueangel" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel_kernel26 = "xanadux-ba-2.6" +PREFERRED_PROVIDER_virtual/kernel = "xanadux-ba-2.6" + +BOOTSTRAP_EXTRA_DEPENDS = "ipaq-boot-params" +BOOTSTRAP_EXTRA_DEPENDS_append_kernel26 = " xanadux-ba-2.6 udev module-init-tools" + +BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${BA_MODULES}', d)}" +BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 = " udev module-init-tools" + +BA_MODULES_kernel26 = " evdev tsdev himalaya_tsc2200 himalaya_ts3 asic3_mmc mmc_core g_ether blueangel_battery \ + pcmcia-core hci_uart blueangel_pcmcia snd-mixer-oss blueangel_audio blueangel_rom blueangel_kp" +# pxa2xx_udc is built in to the kernel + +SERIAL_CONSOLE = "115200 tts/2 vt100" + +USE_VT = "0" + +include conf/machine/handheld-common.conf + +GUI_MACHINE_CLASS = "smallscreen" +ROOT_FLASH_SIZE = "32" + +# optimize images, but build feeds without using tune-xscale so as to retain backwards compatibility +include conf/machine/tune-xscale.conf |