aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/x86.conf
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-03-30 05:41:28 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-03-30 05:41:28 +0000
commit863d51a8495e50cfa851ea44035d8be388a2c6e4 (patch)
treef24430f0a9e174a637bc86503332def6eca20ce2 /conf/machine/x86.conf
parentddce0ae940a72e3ef13f4316035999c7b72645f7 (diff)
downloadopenembedded-863d51a8495e50cfa851ea44035d8be388a2c6e4.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/30 00:23:34-05:00 handhelds.org!kergoth Unbork the 'x86' MACHINE: don't build glibc with --with-tls and nptl if you're targeting i386. BKrev: 424a3c08_7JLWkbWSgYEJIdZshRBjA
Diffstat (limited to 'conf/machine/x86.conf')
-rw-r--r--conf/machine/x86.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf
index e69de29bb2..4c5359e3c4 100644
--- a/conf/machine/x86.conf
+++ b/conf/machine/x86.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: X86
+#@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
+
+TARGET_ARCH = "i386"
+# TARGET_VENDOR = "-oe"
+IPKG_ARCHS = "all i386 x86"
+PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
+
+udevdir = "/dev"
+OLDEST_KERNEL = "2.6.5"
+# GLIBC_ADDONS = "nptl"
+# GLIBC_EXTRA_OECONF = "--with-tls"