aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin.shar@gmail.com>2011-03-02 21:35:26 +0000
committerKhem Raj <raj.khem@gmail.com>2011-03-12 12:42:11 -0800
commit08ecd356d01ff98c3a7098d0fc7036c1bbef2f44 (patch)
treed404e5e4bbd8e87bd5a63c17000046a0768d9a2d /conf
parentb197077eb4d5e118de504f20b8282ef3392f1df2 (diff)
downloadopenembedded-08ecd356d01ff98c3a7098d0fc7036c1bbef2f44.tar.gz
exocpslate.conf: add support for exoPC Slate tablet machine.
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/exopcslate.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/conf/machine/exopcslate.conf b/conf/machine/exopcslate.conf
new file mode 100644
index 0000000000..d7eb86bf53
--- /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
+