diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2007-08-23 13:28:26 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2007-08-23 13:28:26 +0000 |
commit | d1e1cc0d9ad08d726beced6e5deaf2963d4f05c4 (patch) | |
tree | f6707f5645aea35067f876275b0dc70bdc4a2b2e /meta/conf/machine/htcuniversal.conf | |
parent | 7423ba2c72f0d7b0d8b923b7459cfed4da0a4297 (diff) | |
download | poky-d1e1cc0d9ad08d726beced6e5deaf2963d4f05c4.tar.gz |
htcuniversal: Initial HTC Universal support.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2546 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/htcuniversal.conf')
-rw-r--r-- | meta/conf/machine/htcuniversal.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf new file mode 100644 index 0000000000..b307e1ad77 --- /dev/null +++ b/meta/conf/machine/htcuniversal.conf | |||
@@ -0,0 +1,20 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: HTC Universal | ||
3 | #@DESCRIPTION: Machine configuration for the HTC Universal smartphone | ||
4 | |||
5 | #include conf/machine/include/tune-iwmmxt.inc | ||
6 | include conf/machine/include/tune-xscale.inc | ||
7 | |||
8 | TARGET_ARCH = "arm" | ||
9 | PACKAGE_EXTRA_ARCHS = "armv4t armv5te iwmmxt" | ||
10 | |||
11 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | ||
12 | |||
13 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone" | ||
14 | |||
15 | MACHINE_EXTRA_RRECOMMENDS = " \ | ||
16 | kernel-module-htcuniversal-bt \ | ||
17 | kernel-module-htcuniversal-phone \ | ||
18 | " | ||
19 | |||
20 | IMAGE_FSTYPES ?= "tar.gz" | ||