aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/htcpolaris.conf
diff options
context:
space:
mode:
authorLukas Gorris <lukas.gorris@gmx.de>2008-07-31 14:16:02 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-07-31 14:16:02 +0000
commit52ea8a849f868853e4eabb9c31c94e1adc8dd105 (patch)
treed51d9e1f175a1924388edd3902fd8d847edaa5d2 /conf/machine/htcpolaris.conf
parent2e87f4b4156632fe1f868281b11d46ec890efcc7 (diff)
downloadopenembedded-52ea8a849f868853e4eabb9c31c94e1adc8dd105.tar.gz
htcpolaris : add machine definition and expand kiaser kernel to work for this
Diffstat (limited to 'conf/machine/htcpolaris.conf')
-rw-r--r--conf/machine/htcpolaris.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/htcpolaris.conf b/conf/machine/htcpolaris.conf
new file mode 100644
index 0000000000..e2fc46889e
--- /dev/null
+++ b/conf/machine/htcpolaris.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@NAME: HTC Polaris phone
+#@DESCRIPTION: Machine configuration for HTC Polaris phone
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+XSERVER = "xserver-kdrive-fbdev"
+
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
+
+TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s"
+FEED_ARCH = "armv6"
+BASE_PACKAGE_ARCH = "armv6"
+
+
+IMAGE_FSTYPES ?= "tar.gz cpio.gz"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-kaiser"
+
+MACHINE_FEATURES = "kernel26 touchscreen screen keyboard bluetooth"