summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/htcuniversal.conf20
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
6include conf/machine/include/tune-xscale.inc
7
8TARGET_ARCH = "arm"
9PACKAGE_EXTRA_ARCHS = "armv4t armv5te iwmmxt"
10
11PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
12
13MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone"
14
15MACHINE_EXTRA_RRECOMMENDS = " \
16 kernel-module-htcuniversal-bt \
17 kernel-module-htcuniversal-phone \
18 "
19
20IMAGE_FSTYPES ?= "tar.gz"