]> code.ossystems Code Review - openembedded-core.git/commitdiff
htcuniversal: Initial HTC Universal support.
authorSamuel Ortiz <sameo@openedhand.com>
Thu, 23 Aug 2007 13:28:26 +0000 (13:28 +0000)
committerSamuel Ortiz <sameo@openedhand.com>
Thu, 23 Aug 2007 13:28:26 +0000 (13:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2546 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/htcuniversal.conf [new file with mode: 0644]

diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf
new file mode 100644 (file)
index 0000000..b307e1a
--- /dev/null
@@ -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"