r461 - trunk/oe/conf/machine


Fri Dec 22 19:10:53 CET 2006


Author: 
Date: 2006-12-22 19:10:53 +0100 (Fri, 22 Dec 2006)
New Revision: 461

Added:
   trunk/oe/conf/machine/x86.conf
Log:
oe: add our x86.conf machine


Added: trunk/oe/conf/machine/x86.conf
===================================================================
--- trunk/oe/conf/machine/x86.conf	2006-12-22 09:43:47 UTC (rev 460)
+++ trunk/oe/conf/machine/x86.conf	2006-12-22 18:10:53 UTC (rev 461)
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: X86
+#@DESCRIPTION: Machine configuration for a Linux running on x86 compatible machines
+
+# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
+TARGET_ARCH = "i486"
+# TARGET_VENDOR = "-oe"
+PACKAGE_EXTRA_ARCHS = "x86"
+PREFERRED_PROVIDER_virtual/kernel = "linux-x86"
+# todo: convert to task-base
+# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
+
+MACHINE_TASK_PROVIDER = "task-base"
+
+MACHINE_FEATURES = "kernel26 pci usbhost"
+
+udevdir = "/dev"
+OLDEST_KERNEL = "2.6.15"
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+#require conf/machine/include/tune-x86.conf





More information about the commitlog mailing list