aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/vortex86sx.conf
blob: b2a116d109a850dfd88ead2164c3825e8ceb2284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#@TYPE: Machine
#@NAME: Vortex86sx i486sx clone

require conf/machine/include/tune-i486sx.inc

MACHINE_FEATURES += "x86"

KERNEL_IMAGETYPE = "bzImage"

SERIAL_CONSOLE = "115200 ttyS0"

PREFERRED_PROVIDER_virtual/kernel = "linux"

GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"