[oe-commits] Denis 'Gnutoo' Carikli : htcdream: added machine configuration

git version control git at git.openembedded.org
Sat Oct 17 20:48:29 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 93c24bba37e27d6e54e6238bef464f9f43a8562f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=93c24bba37e27d6e54e6238bef464f9f43a8562f

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Oct 17 21:57:44 2009 +0200

htcdream: added machine configuration

Note that we require conf/machine/include/htc-msm7.inc
and that the use of kdrive is hardcoded into conf/machine/include/htc-msm7.inc

---

 conf/machine/htcdream.conf |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/conf/machine/htcdream.conf b/conf/machine/htcdream.conf
new file mode 100644
index 0000000..7f7680a
--- /dev/null
+++ b/conf/machine/htcdream.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: HTC Dream
+#@DESCRIPTION: Machine configuration for HTC Dream smartphone
+
+require conf/machine/include/htc-msm7.inc
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+
+MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usbgadget bluetooth keyboard ext2" 
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx"
+





More information about the Openembedded-commits mailing list