[oe-commits] org.oe.dev conf/machine/epia.conf : Add GLIBC_ADDONS = "nptl" and GLIBC_EXTRA_OECONF = "--with-tls" to

ifaistos commit openembedded-commits at lists.openembedded.org
Mon May 28 22:33:12 UTC 2007


conf/machine/epia.conf : Add GLIBC_ADDONS = "nptl" and GLIBC_EXTRA_OECONF = "--with-tls" to 
the epia machine

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: d1aa63f3b61dcecf2e8e5a90f2243dc87573d0b7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d1aa63f3b61dcecf2e8e5a90f2243dc87573d0b7
Files:
1
conf/machine/epia.conf
Diffs:

#
# mt diff -r68e151cd1bfa5dae19e9397e24da8e1718dc589f -rd1aa63f3b61dcecf2e8e5a90f2243dc87573d0b7
#
# 
# 
# patch "conf/machine/epia.conf"
#  from [105cb865fe3e5af7f9e58e14e2c9a3963d937b83]
#    to [641965dd32edeeb4a10890be1b0bc3339fe13559]
# 
============================================================
--- conf/machine/epia.conf	105cb865fe3e5af7f9e58e14e2c9a3963d937b83
+++ conf/machine/epia.conf	641965dd32edeeb4a10890be1b0bc3339fe13559
@@ -6,9 +6,14 @@ OLDEST_KERNEL = "2.6.5"
 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
 






More information about the Openembedded-commits mailing list