This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: Bug Labs BUG Computer |
| 3 |
#@DESCRIPTION: Machine configuration for the BUG base unit. |
| 4 |
TARGET_ARCH = "arm" |
| 5 |
|
| 6 |
MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw kernel-modules" |
| 7 |
PREFERRED_PROVIDER_virtual/kernel = "linux-bug" |
| 8 |
|
| 9 |
MACHINE_FEATURES = "kernel26 screen touchscreen hotplug alsa wifi usbhost usbgadget" |
| 10 |
SERIAL_CONSOLE = "-L 115200 ttymxc4" |
| 11 |
|
| 12 |
CPU_FEATURES += "vfp" |
| 13 |
|
| 14 |
require conf/machine/include/tune-arm1136jf-s.inc |
| 15 |
|
| 16 |
KERNEL_IMAGETYPE = "uImage" |
| 17 |
|
| 18 |
MACHINE_DISPLAY_WIDTH_PIXELS = "320" |
| 19 |
MACHINE_DISPLAY_HEIGHT_PIXELS = "240" |
| 20 |
|
| 21 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 22 |
XSERVER = "xserver-xorg \ |
| 23 |
xf86-input-evdev \ |
| 24 |
xf86-input-tslib \ |
| 25 |
xf86-input-mouse \ |
| 26 |
xf86-video-fbdev \ |
| 27 |
xf86-input-keyboard" |