From 412592736ac169ae5b199805d5807affa8f08725 Mon Sep 17 00:00:00 2001 From: Lucas Gorris Date: Fri, 28 Nov 2008 23:46:34 +0100 Subject: 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 --- conf/machine/htcpolaris.conf | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'conf/machine/htcpolaris.conf') 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" -- cgit 1.2.3-korg