[oe-commits] Koen Kooi : vortex86sx: start machine file for vortex86sx

GIT User account git at amethyst.openembedded.net
Mon Jan 26 20:29:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e12c85557a906d06f7896f7c2e61298489a5f2a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e12c85557a906d06f7896f7c2e61298489a5f2a8

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jan 26 21:02:01 2009 +0100

vortex86sx: start machine file for vortex86sx
* glibc builds, needs kernel config

---

 conf/machine/include/tune-i486sx.inc |    9 +++++++++
 conf/machine/vortex86sx.conf         |   16 ++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/tune-i486sx.inc b/conf/machine/include/tune-i486sx.inc
new file mode 100644
index 0000000..bd80259
--- /dev/null
+++ b/conf/machine/include/tune-i486sx.inc
@@ -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
index 0000000..4595b6a
--- /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"





More information about the Openembedded-commits mailing list