[oe-commits] Alex Ferguson : Add machine configuration for the Samsung Omnia SGH-i900.

git version control git at git.openembedded.org
Fri Nov 20 09:00:50 UTC 2009


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

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Thu Nov 19 13:16:35 2009 +0200

Add machine configuration for the Samsung Omnia SGH-i900.

---

 conf/machine/sgh-i900.conf |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/conf/machine/sgh-i900.conf b/conf/machine/sgh-i900.conf
new file mode 100644
index 0000000..2080bf8
--- /dev/null
+++ b/conf/machine/sgh-i900.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@NAME: Samsung Omnia SGH-i900
+#@DESCRIPTION: Machine configuration for the Samsung Omnia SGH-i900
+#@HOMEPAGE: http://andromnia.sourceforge.net
+
+# Hardware-based properties
+#
+
+TARGET_ARCH = "arm"
+
+require conf/machine/include/tune-xscale.inc
+
+MACHINE_FEATURES = "alsa apm bluetooth camera gps kernel26 phone screen touchscreen vfat wifi"
+
+# Software/packages selection
+#
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-sgh-i900"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-video-fbdev"





More information about the Openembedded-commits mailing list