diff options
author | Lucas Gorris <lukas.gorris@gmx.de> | 2008-11-28 23:46:34 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-28 23:46:34 +0100 |
commit | 412592736ac169ae5b199805d5807affa8f08725 (patch) | |
tree | e026e13750a242afbbb5eabec2f423f05773f9bb /conf/machine/htcvogue.conf | |
parent | 6e760504f0762e23b84544359338494affafab8d (diff) |
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/htcvogue.conf')
-rw-r--r-- | conf/machine/htcvogue.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/htcvogue.conf b/conf/machine/htcvogue.conf new file mode 100644 index 0000000000..7bf0f6d0b8 --- /dev/null +++ b/conf/machine/htcvogue.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: HTC Vogue phone +#@DESCRIPTION: Machine configuration for HTC Vogue 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 = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" + +MACHINE_FEATURES = "kernel26 touchscreen screen phone gps camera" + +IMAGE_FSTYPES += "tar.gz cpio.gz" |