From: Khem Raj Date: Thu, 6 Sep 2012 22:23:40 +0000 (-0700) Subject: machines/x86: Drop redundant glibc configure knobs X-Git-Tag: 2015-4~9230 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1a4b277e47a8d624cde4c73713d036e230f3a523;p=openembedded-core.git machines/x86: Drop redundant glibc configure knobs nptl and thereby tls are not optional anymore Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc index af583ae184..78d4458066 100644 --- a/meta/conf/machine/include/ia32-base.inc +++ b/meta/conf/machine/include/ia32-base.inc @@ -17,11 +17,6 @@ KERNEL_IMAGETYPE ?= "bzImage" SERIAL_CONSOLE ?= "115200 ttyS0" -# -# glibc-related variables -# -GLIBC_ADDONS ?= "nptl" - # # kernel-related variables # diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 285054ab3d..8d4bd6f487 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -26,7 +26,4 @@ require conf/machine/include/qemu.inc MACHINE_FEATURES += "x86" -GLIBC_ADDONS = "nptl" -GLIBC_EXTRA_OECONF = "--with-tls" - MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index c81afe5657..6edf386d0e 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -26,8 +26,4 @@ require conf/machine/include/qemu.inc MACHINE_FEATURES += "x86" -GLIBC_ADDONS = "nptl" -GLIBC_EXTRA_OECONF = "--with-tls" - MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" -