summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-05 15:13:20 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-11 16:47:43 -0400
commitf5b282271c7545929c47f0c9c087a9f55dc8df93 (patch)
treede396b97176c427b886b5320a641759cd4de05c4 /conf
parent24520543b12d8f05f8bf6ab18d3cc4dca23b6c31 (diff)
downloadmeta-ti-f5b282271c7545929c47f0c9c087a9f55dc8df93.tar.gz
omap3-touchbook: remove machine definition, since it's unsupported
There is no support for this device from meta-ti. Plus I don't have the device. If there's anyone willing to maintain it, please let me know or feel free to take it to a separate layer. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/omap3-touchbook.conf46
1 files changed, 0 insertions, 46 deletions
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf
deleted file mode 100644
index 6c52d9ee..00000000
--- a/conf/machine/omap3-touchbook.conf
+++ /dev/null
@@ -1,46 +0,0 @@
1#@TYPE: Machine
2#@NAME: Always Innovating touchbook
3#@DESCRIPTION: Machine configuration for the http://www.alwaysinnovating.com/touchbook/
4
5PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
6XSERVER = "xserver-xorg \
7 xf86-input-evdev \
8 xf86-input-mouse \
9 xf86-input-tslib \
10 xf86-video-fbdev \
11 xf86-video-omapfb \
12 xf86-input-keyboard"
13
14# Only has DVI connector for external screen
15GUI_MACHINE_CLASS = "bigscreen"
16
17require conf/machine/include/omap3.inc
18
19PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
20
21IMAGE_FSTYPES += "tar.bz2"
22EXTRA_IMAGECMD_jffs2 = "-lnp "
23
24# Guesswork
25SERIAL_CONSOLE = "115200 ttyS2"
26
27UBOOT_MACHINE = "omap3_beagle_config"
28XLOAD_MACHINE = "beagleboard_config"
29
30# do ubiattach /dev/ubi_ctrl -m 4
31# From dmesg:
32# UBI: smallest flash I/O unit: 2048
33# UBI: logical eraseblock size: 129024 bytes
34# from ubiattach stdout:
35# UBI device number 0, total 1996 LEBs
36MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
37
38# do ubiattach /dev/ubi_ctrl -m 4
39# from dmesg:
40# UBI: smallest flash I/O unit: 2048
41# UBI: physical eraseblock size: 131072 bytes (128 KiB)
42# UBI: sub-page size: 512
43UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
44
45# and sdio
46MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen sgx"