From 19dede3493a0b62b2a29b51d2cfbaa58e39ff187 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Mon, 28 May 2007 22:25:37 +0000 Subject: [PATCH] conf/machine/epia.conf : Add GLIBC_ADDONS = "nptl" and GLIBC_EXTRA_OECONF = "--with-tls" to the epia machine --- conf/machine/epia.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index 1497e303c4..5a3b5875a3 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -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 -- 2.39.5