aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/htcdiamond.conf
diff options
context:
space:
mode:
authorLucas Gorris <lukas.gorris@gmx.de>2008-11-28 23:46:34 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-28 23:46:34 +0100
commit412592736ac169ae5b199805d5807affa8f08725 (patch)
treee026e13750a242afbbb5eabec2f423f05773f9bb /conf/machine/htcdiamond.conf
parent6e760504f0762e23b84544359338494affafab8d (diff)
downloadopenembedded-412592736ac169ae5b199805d5807affa8f08725.tar.gz
htc{diamond,kaiser,polaris,raphael,vogue}: add machine files and kernel
* qualcomm was too cheap to license a VFP, so add a armv6-novfp arch to work around kernel limitations
Diffstat (limited to 'conf/machine/htcdiamond.conf')
-rw-r--r--conf/machine/htcdiamond.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/htcdiamond.conf b/conf/machine/htcdiamond.conf
new file mode 100644
index 0000000000..393c1ee87b
--- /dev/null
+++ b/conf/machine/htcdiamond.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: HTC Diamond phone
+#@DESCRIPTION: Machine configuration for HTC Diamond 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 = "480"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
+
+MACHINE_FEATURES = "kernel26 touchscreen screen phone gps"
+
+IMAGE_FSTYPES += "tar.gz cpio.gz"