From 08ecd356d01ff98c3a7098d0fc7036c1bbef2f44 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 2 Mar 2011 21:35:26 +0000 Subject: exocpslate.conf: add support for exoPC Slate tablet machine. Signed-off-by: Pau Espin Pedrol Signed-off-by: Khem Raj --- conf/machine/exopcslate.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 conf/machine/exopcslate.conf (limited to 'conf') 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 + -- cgit 1.2.3-korg