aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/htcpolaris.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/htcpolaris.conf')
-rw-r--r--conf/machine/htcpolaris.conf22
1 files changed, 7 insertions, 15 deletions
diff --git a/conf/machine/htcpolaris.conf b/conf/machine/htcpolaris.conf
index e2fc46889e..0afc65a198 100644
--- a/conf/machine/htcpolaris.conf
+++ b/conf/machine/htcpolaris.conf
@@ -1,23 +1,15 @@
#@TYPE: Machine
#@NAME: HTC Polaris phone
#@DESCRIPTION: Machine configuration for HTC Polaris phone
-TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
-
+require conf/machine/include/tune-arm1136-novfp.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx"
+
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"
+MACHINE_FEATURES = "kernel26 touchscreen screen phone gps"
+
+IMAGE_FSTYPES += "tar.gz cpio.gz"