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: Smartdevices SmartQ5 |
| 3 |
#@DESCRIPTION: Machine configuration for Smartdevices SmartQ5 |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 8 |
XSERVER = "xserver-xorg \ |
| 9 |
xf86-input-evdev \ |
| 10 |
xf86-input-tslib \ |
| 11 |
xf86-video-fbdev \ |
| 12 |
xf86-input-keyboard \ |
| 13 |
xf86-input-mouse \ |
| 14 |
" |
| 15 |
|
| 16 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 17 |
MACHINE_KERNEL_PR = "r1" |
| 18 |
KERNEL_IMAGETYPE = "zImage" |
| 19 |
|
| 20 |
# used by sysvinit_2 |
| 21 |
SERIAL_CONSOLE = "115200 ttySAC0" |
| 22 |
|
| 23 |
IMAGE_FSTYPES = "tar.gz" |
| 24 |
|
| 25 |
MACHINE_FEATURES = "kernel26 apm screen alsa usbgadget usbhost" |
| 26 |
|
| 27 |
require conf/machine/include/tune-arm1176jzf-s.inc |