vortex86sx: start machine file for vortex86sx
authorKoen Kooi <koen@openembedded.org>
Mon, 26 Jan 2009 20:02:01 +0000 (21:02 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 26 Jan 2009 20:02:01 +0000 (21:02 +0100)
* glibc builds, needs kernel config

conf/machine/include/tune-i486sx.inc [new file with mode: 0644]
conf/machine/vortex86sx.conf [new file with mode: 0644]

diff --git a/conf/machine/include/tune-i486sx.inc b/conf/machine/include/tune-i486sx.inc
new file mode 100644 (file)
index 0000000..bd80259
--- /dev/null
@@ -0,0 +1,9 @@
+TARGET_ARCH = "i486"
+TARGET_CC_ARCH = "-march=i486"
+PACKAGE_EXTRA_ARCHS = "486sx"
+BASE_PACKAGE_ARCH = "486sx"
+FEED_ARCH = "${BASE_PACKAGE_ARCH}"
+
+# gcc doesn't understand softfloat:
+# "This target does not support --with-float"
+
diff --git a/conf/machine/vortex86sx.conf b/conf/machine/vortex86sx.conf
new file mode 100644 (file)
index 0000000..4595b6a
--- /dev/null
@@ -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"