conf/machine/epia.conf : Add GLIBC_ADDONS = "nptl" and GLIBC_EXTRA_OECONF = "--with...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 28 May 2007 22:25:37 +0000 (22:25 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 28 May 2007 22:25:37 +0000 (22:25 +0000)
the epia machine

conf/machine/epia.conf

index 1497e30..5a3b587 100644 (file)
@@ -6,9 +6,14 @@ PACKAGE_EXTRA_ARCHS = "i386 i486"
 PREFERRED_PROVIDER_virtual/kernel = "linux-epia"
 OLDEST_KERNEL = "2.6.5"
 
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
 IMAGE_FSTYPES = "ext2.gz"
 
-MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" 
+MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2"
+MACHINE_TASK_PROVIDER = "task-base"
+
 
 require conf/machine/include/tune-c3.conf