diff options
Diffstat (limited to 'conf/machine/vortex86sx.conf')
-rw-r--r-- | conf/machine/vortex86sx.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/vortex86sx.conf b/conf/machine/vortex86sx.conf new file mode 100644 index 0000000000..4595b6aebe --- /dev/null +++ b/conf/machine/vortex86sx.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: Vortex86sx i486sx clone + +require conf/machine/include/tune-i486sx.inc + +MACHINE_FEATURES += "x86" +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-uvesafb v86d" + +KERNEL_IMAGETYPE = "bzImage" + +SERIAL_CONSOLE = "115200 ttyS0" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" |