aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-19 02:00:01 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-02-19 02:01:04 +0100
commit0aa925443d21b2754d1d4b24037ef7ac4bcb2c78 (patch)
treea1891b94f3283834084edbcd3f1a9d68c91d917d /conf/machine/include
parente4eb9aab1d584978e9824261c6ecd50784b34d46 (diff)
downloadopenembedded-0aa925443d21b2754d1d4b24037ef7ac4bcb2c78.tar.gz
htc*.conf: factor out common include file for the msm7xxxx devices
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/htc-msm7.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/include/htc-msm7.inc b/conf/machine/include/htc-msm7.inc
new file mode 100644
index 0000000000..3b26e0be35
--- /dev/null
+++ b/conf/machine/include/htc-msm7.inc
@@ -0,0 +1,23 @@
+# kernel
+PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx"
+
+# xserver
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+XSERVER = "xserver-kdrive-fbdev"
+
+# capability database
+MACHINE_DISPLAY_WIDTH_PIXELS = "480"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
+
+# use this for overrides
+MACHINE_CLASS = "htc-msm7"
+
+# features
+MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb keyboard"
+
+# filesystems
+IMAGE_FSTYPES = "tar.gz cpio.gz"
+
+# CPU
+require conf/machine/include/tune-arm1136-novfp.inc
+