blob: 027da11d7209ba8d398bb16827fe2089c4c1e90d (
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
25
|
#@TYPE: Machine
#@NAME: Vortex86sx i486sx clone
require conf/machine/include/tune-i486sx.inc
MACHINE_FEATURES = "kernel26 alsa vfat screen usbhost x86"
KERNEL_IMAGETYPE = "bzImage"
SERIAL_CONSOLE = "115200 ttyS0"
PREFERRED_PROVIDER_virtual/kernel = "linux"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-video-vesa \
xf86-video-sis"
# There is SIS graphics chipset on board (Z7) which is supported by
# xf86-video-sis driver but most of time it fails.
# VESA driver just works.
|