[oe-commits] Denis 'GNUtoo' Carikli : Add new nexusone machine configuration

git version control git at git.openembedded.org
Tue Jun 7 20:02:22 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 70c1923b613108e06188763eafb6946e58fcc832
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=70c1923b613108e06188763eafb6946e58fcc832

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jun  7 21:57:12 2011 +0200

Add new nexusone machine configuration

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

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

diff --git a/conf/machine/nexusone.conf b/conf/machine/nexusone.conf
new file mode 100644
index 0000000..8342230
--- /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"





More information about the Openembedded-commits mailing list