diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-26 21:02:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-26 21:02:01 +0100 |
commit | e12c85557a906d06f7896f7c2e61298489a5f2a8 (patch) | |
tree | dd87d66bd637d644c45f19c825d62b7908bcedd7 /conf/machine/vortex86sx.conf | |
parent | 6187b28e832185ea398ccda9120f176e14ea2740 (diff) |
vortex86sx: start machine file for vortex86sx
* glibc builds, needs kernel config
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" |