[oe-commits] Pau Espin Pedrol : exocpslate.conf: add support for exoPC Slate tablet machine.

git version control git at git.openembedded.org
Sat Mar 12 20:55:19 UTC 2011


Module: openembedded.git
Branch: master
Commit: 08ecd356d01ff98c3a7098d0fc7036c1bbef2f44
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=08ecd356d01ff98c3a7098d0fc7036c1bbef2f44

Author: Pau Espin Pedrol <pespin.shar at gmail.com>
Date:   Wed Mar  2 21:35:26 2011 +0000

exocpslate.conf: add support for exoPC Slate tablet machine.

Signed-off-by: Pau Espin Pedrol <pespin.shar at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

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

diff --git a/conf/machine/exopcslate.conf b/conf/machine/exopcslate.conf
new file mode 100644
index 0000000..d7eb86b
--- /dev/null
+++ b/conf/machine/exopcslate.conf
@@ -0,0 +1,42 @@
+#@TYPE: Machine
+#@NAME: exocpslate
+#@DESCRIPTION: Machine configuration for the ExoPC Slate machine
+
+
+TARGET_ARCH = "i686"
+
+PREFERRED_VERSION_linux = "2.6.37"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+        xserver-xorg-extension-glx \
+        xserver-xorg-extension-dri \
+        xf86-input-tslib \
+        xf86-input-evdev \
+        xf86-input-evtouch \
+        xf86-input-mouse \
+        xf86-input-keyboard \
+        xf86-video-fbdev \
+"
+
+
+KERNEL_IMAGETYPE = "bzImage"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+IMAGE_FSTYPES ?= "tar.gz"
+IMAGE_DEVICE_TABLES = " \   
+  files/device_table-minimal.txt \
+  files/device_table_add-loop.txt \
+  files/device_table_add-scsi.txt \
+"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth wifi vfat phone screen touchscreen keyboard pci usbhost acpi ext2 ext3 ext4 x86"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+
+module_autoload_hci_usb = "hci_usb"
+module_autoload_g_ether = "g_ether"
+
+require conf/machine/include/tune-atom.inc
+





More information about the Openembedded-commits mailing list