Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / conf / machine / vortex86sx.conf
1 #@TYPE: Machine
2 #@NAME: Vortex86sx i486sx clone
3
4 require conf/machine/include/tune-i486sx.inc
5
6 MACHINE_FEATURES += "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"