From e12c85557a906d06f7896f7c2e61298489a5f2a8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 26 Jan 2009 21:02:01 +0100 Subject: vortex86sx: start machine file for vortex86sx * glibc builds, needs kernel config --- conf/machine/vortex86sx.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/machine/vortex86sx.conf (limited to 'conf/machine/vortex86sx.conf') 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" -- cgit 1.2.3-korg