[oe-commits] org.oe.dev x86.conf: make it work w/ glibc 2.4 + NTPL

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Sep 19 16:43:41 UTC 2006


x86.conf: make it work w/ glibc 2.4 + NTPL

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: a5ba92223d23ec7e93c596e5db4ca3e53b7df6e4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a5ba92223d23ec7e93c596e5db4ca3e53b7df6e4
Files:
1
conf/machine/x86.conf
Diffs:

#
# mt diff -rf0737756bbfbfe54e5b782f6775b364ed83b8412 -ra5ba92223d23ec7e93c596e5db4ca3e53b7df6e4
#
# 
# 
# patch "conf/machine/x86.conf"
#  from [d08406aa13e837faed83941a25bd969d0b4cfc04]
#    to [e308761c06777be842f324bcb0e079a7cfda0ee0]
# 
============================================================
--- conf/machine/x86.conf	d08406aa13e837faed83941a25bd969d0b4cfc04
+++ conf/machine/x86.conf	e308761c06777be842f324bcb0e079a7cfda0ee0
@@ -1,14 +1,18 @@
 #@TYPE: Machine
 #@NAME: X86
 #@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
 
-TARGET_ARCH = "i386"
+# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+TARGET_ARCH = "i486"
 # TARGET_VENDOR = "-oe"
 IPKG_EXTRA_ARCHS = "x86"
 PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+# todo: convert to task-base
 BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
 
 udevdir = "/dev"
+OLDEST_KERNEL = "2.6.17"
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+#require conf/machine/include/tune-x86.conf
-OLDEST_KERNEL = "2.6.5"
-# GLIBC_ADDONS = "nptl"
-# GLIBC_EXTRA_OECONF = "--with-tls"






More information about the Openembedded-commits mailing list