aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorLukas Gorris <lukas.gorris@gmx.de>2008-12-21 20:34:11 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-21 20:34:34 +0100
commitec0251360e5d8e5c52f53338befe4eac3ffddd8d (patch)
tree1e0210a33e0d1487e0276effa8d2be3e4482ebf6 /conf/machine
parent926e5e7820f467331302fc1d1ac7743915740e43 (diff)
downloadopenembedded-ec0251360e5d8e5c52f53338befe4eac3ffddd8d.tar.gz
htctitan: add machine file and update msm7xxxx kernel to match
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/htctitan.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/htctitan.conf b/conf/machine/htctitan.conf
new file mode 100644
index 0000000000..2882f8d4d7
--- /dev/null
+++ b/conf/machine/htctitan.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: HTC Titan phone
+#@DESCRIPTION: Machine configuration for HTC Titan phone
+require conf/machine/include/tune-arm1136-novfp.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+XSERVER = "xserver-kdrive-fbdev"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
+
+MACHINE_FEATURES = "kernel26 touchscreen screen phone gps camera keyboard"
+
+IMAGE_FSTYPES += "tar.gz cpio.gz"