aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-06-07 21:57:12 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-06-07 21:58:14 +0200
commit70c1923b613108e06188763eafb6946e58fcc832 (patch)
tree5f2f8613df42ffac30e8eec25ad3e9b32c84b45e /conf
parentc33f30c9dff11ab8e0e7c10d861ed96a9665434f (diff)
downloadopenembedded-70c1923b613108e06188763eafb6946e58fcc832.tar.gz
Add new nexusone machine configuration
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/nexusone.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/nexusone.conf b/conf/machine/nexusone.conf
new file mode 100644
index 0000000000..83422302a1
--- /dev/null
+++ b/conf/machine/nexusone.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: Nexus One
+#@DESCRIPTION: Machine configuration for Nexus One smartphone
+
+require conf/machine/include/htc-qsd8.inc
+
+XSERVER = " \
+ xserver-xorg \
+ xserver-xorg-extension-glx \
+ xserver-xorg-extension-dri \
+ xf86-input-evdev \
+ xf86-video-fbdev \
+"
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "480"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "800"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-nexusone"
+
+KERNEL_IMAGETYPE = "zImage"
+
+MACHINE_FEATURES = "kernel26 mmc mmcroot screen touchscreen usbgadget wifi phone"