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: ac100 |
| 3 |
#@DESCRIPTION: Toshiba ac100 netbook |
| 4 |
TARGET_ARCH = "arm" |
| 5 |
|
| 6 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 7 |
XSERVER = "xserver-xorg \ |
| 8 |
xf86-input-evdev \ |
| 9 |
xf86-input-mouse \ |
| 10 |
xf86-video-fbdev \ |
| 11 |
xf86-input-keyboard" |
| 12 |
|
| 13 |
# Only has DVI connector for external screen |
| 14 |
GUI_MACHINE_CLASS = "bigscreen" |
| 15 |
|
| 16 |
require conf/machine/include/tune-cortexa9tegra.inc |
| 17 |
|
| 18 |
PREFERRED_PROVIDER_virtual/kernel = "linux-ac100" |
| 19 |
|
| 20 |
# and sdio |
| 21 |
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" |