[oe] [PATCH 1/4] exocpslate.conf: add support for exoPC Slate tablet machine.

Pau Espin Pedrol pespin.shar at gmail.com
Wed Mar 2 13:35:26 UTC 2011


Signed-off-by: Pau Espin Pedrol <pespin.shar at gmail.com>
---
 conf/machine/exopcslate.conf |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/exopcslate.conf

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
+
-- 
1.7.2





More information about the Openembedded-devel mailing list