summaryrefslogtreecommitdiff
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2007-08-23 13:28:26 +0000
committerSamuel Ortiz <sameo@openedhand.com>2007-08-23 13:28:26 +0000
commitd1e1cc0d9ad08d726beced6e5deaf2963d4f05c4 (patch)
treef6707f5645aea35067f876275b0dc70bdc4a2b2e /meta/conf/machine
parent7423ba2c72f0d7b0d8b923b7459cfed4da0a4297 (diff)
downloadopenembedded-core-d1e1cc0d9ad08d726beced6e5deaf2963d4f05c4.tar.gz
openembedded-core-d1e1cc0d9ad08d726beced6e5deaf2963d4f05c4.tar.bz2
openembedded-core-d1e1cc0d9ad08d726beced6e5deaf2963d4f05c4.tar.xz
openembedded-core-d1e1cc0d9ad08d726beced6e5deaf2963d4f05c4.zip
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')
-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 000000000..b307e1ad7
--- /dev/null
+++ b/meta/conf/machine/htcuniversal.conf
@@ -0,0 +1,20 @@
+#@TYPE: Machine
+#@NAME: HTC Universal
+#@DESCRIPTION: Machine configuration for the HTC Universal smartphone
+
+#include conf/machine/include/tune-iwmmxt.inc
+include conf/machine/include/tune-xscale.inc
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t armv5te iwmmxt"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone"
+
+MACHINE_EXTRA_RRECOMMENDS = " \
+ kernel-module-htcuniversal-bt \
+ kernel-module-htcuniversal-phone \
+ "
+
+IMAGE_FSTYPES ?= "tar.gz"