This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#----------------------------------------------------------------------------- |
| 2 |
#@TYPE: Machine |
| 3 |
#@NAME: HTC Typhoon, HTC Tornado, HTC Hurricane |
| 4 |
#@DESCRIPTION: Machine configuration for the HTC Typhoon/Tornado/Hurricane GSM phones |
| 5 |
#----------------------------------------------------------------------------- |
| 6 |
|
| 7 |
TARGET_ARCH = "arm" |
| 8 |
|
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "linux-tornado-omap2" |
| 10 |
|
| 11 |
MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget vfat phone" |
| 12 |
|
| 13 |
MACHINE_EXTRA_RDEPENDS = "alsa-state" |
| 14 |
|
| 15 |
# package gta01 specific modules |
| 16 |
MACHINE_EXTRA_RRECOMMENDS = "\ |
| 17 |
kernel-module-ext2 \ |
| 18 |
alsa-state" |
| 19 |
|
| 20 |
# used by some images |
| 21 |
ROOT_FLASH_SIZE = "30" |
| 22 |
|
| 23 |
# extra jffs2 tweaks, not yet used |
| 24 |
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n" |
| 25 |
|
| 26 |
# cpu tuning |
| 27 |
include conf/machine/include/tune-arm926ejs.inc |