1
#@TYPE: Machine
2
#@NAME: Vortex86sx i486sx clone
3
4
require conf/machine/include/tune-i486sx.inc
5
6
MACHINE_FEATURES = "kernel26 alsa vfat screen usbhost x86"
7
8
KERNEL_IMAGETYPE = "bzImage"
9
10
SERIAL_CONSOLE = "115200 ttyS0"
11
12
PREFERRED_PROVIDER_virtual/kernel = "linux"
13
14
GLIBC_ADDONS = "nptl"
15
GLIBC_EXTRA_OECONF = "--with-tls"
16
17
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
18
XSERVER = "xserver-xorg \
19
           xf86-input-evdev \
20
           xf86-video-vesa \
21
	   xf86-video-sis"
22
23
# There is SIS graphics chipset on board (Z7) which is supported by
24
# xf86-video-sis driver but most of time it fails.
25
# VESA driver just works.