diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-02-20 17:46:13 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-02-20 17:46:13 +0100 |
commit | d5d5c027ad4fd61de578287ace6e308c4f7f5836 (patch) | |
tree | fd9329ef8e3aeb02682f4e923d657f4506364cd7 /conf/machine/htcdiamond.conf | |
parent | a86a6c4ab8cbb99b7dd79a44a3756e7cf2e2df80 (diff) | |
parent | 62f7b8ece8a1154fc5ed43d47beec7eb61f543f7 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/htcdiamond.conf')
-rw-r--r-- | conf/machine/htcdiamond.conf | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/conf/machine/htcdiamond.conf b/conf/machine/htcdiamond.conf index e4b07ea794..f4d3874e7b 100644 --- a/conf/machine/htcdiamond.conf +++ b/conf/machine/htcdiamond.conf @@ -1,15 +1,10 @@ #@TYPE: Machine -#@NAME: HTC Diamond phone -#@DESCRIPTION: Machine configuration for HTC Diamond phone -require conf/machine/include/tune-arm1136-novfp.inc +#@NAME: HTC Diamond +#@DESCRIPTION: Machine configuration for the HTC Diamond smartphone -PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx" +require conf/machine/include/htc-msm7.inc -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" -XSERVER = "xserver-kdrive-fbdev" MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "640" MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb" - -IMAGE_FSTYPES += "tar.gz cpio.gz" |