summaryrefslogtreecommitdiffstats
path: root/conf/machine/omap3-touchbook.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
commit88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch)
treee1ad8651aa7663850f6dc1108b278f56a2b92a91 /conf/machine/omap3-touchbook.conf
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-split.tar.gz
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/omap3-touchbook.conf')
-rw-r--r--conf/machine/omap3-touchbook.conf49
1 files changed, 0 insertions, 49 deletions
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf
deleted file mode 100644
index 95d93ac0..00000000
--- a/conf/machine/omap3-touchbook.conf
+++ /dev/null
@@ -1,49 +0,0 @@
1#@TYPE: Machine
2#@NAME: Always Innovating touchbook
3#@DESCRIPTION: Machine configuration for the http://www.alwaysinnovating.com/touchbook/
4TARGET_ARCH = "arm"
5
6PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7XSERVER = "xserver-xorg \
8 xf86-input-evdev \
9 xf86-input-mouse \
10 xf86-input-tslib \
11 xf86-video-fbdev \
12 xf86-video-omapfb \
13 xf86-input-keyboard"
14
15# Only has DVI connector for external screen
16GUI_MACHINE_CLASS = "bigscreen"
17
18require conf/machine/include/omap3.inc
19
20PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
21
22IMAGE_FSTYPES += "tar.bz2"
23EXTRA_IMAGECMD_jffs2 = "-lnp "
24
25# Guesswork
26SERIAL_CONSOLE = "115200 ttyS2"
27
28UBOOT_MACHINE = "omap3_beagle_config"
29XLOAD_MACHINE = "beagleboard_config"
30
31# do ubiattach /dev/ubi_ctrl -m 4
32# From dmesg:
33# UBI: smallest flash I/O unit: 2048
34# UBI: logical eraseblock size: 129024 bytes
35# from ubiattach stdout:
36# UBI device number 0, total 1996 LEBs
37MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
38
39# do ubiattach /dev/ubi_ctrl -m 4
40# from dmesg:
41# UBI: smallest flash I/O unit: 2048
42# UBI: physical eraseblock size: 131072 bytes (128 KiB)
43# UBI: sub-page size: 512
44UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
45
46
47
48# and sdio
49MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen"