blob: d79cf1512952991e6020f61cb57af6e99bd7cf68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#@TYPE: Machine
#@NAME: Bug Labs BUG Computer
#@DESCRIPTION: Machine configuration for the BUG base unit.
TARGET_ARCH = "arm"
MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw"
PREFERRED_PROVIDER_virtual/kernel = "linux-bug"
MACHINE_FEATURES = "kernel26 screen touchscreen hotplug alsa wifi usbhost usbgadget"
SERIAL_CONSOLE = "-L 115200 ttymxc4"
CPU_FEATURES += "vfp"
require conf/machine/include/tune-arm1136jf-s.inc
KERNEL_IMAGETYPE = "uImage"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-input-tslib \
xf86-input-mouse \
xf86-video-fbdev \
xf86-input-keyboard"
|