machines/x86: Drop redundant glibc configure knobs

nptl and thereby tls are not optional anymore

(From OE-Core rev: 1a4b277e47a8d624cde4c73713d036e230f3a523)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2012-09-06 15:23:40 -07:00 committed by Richard Purdie
parent f23d843747
commit 5cf953b02e
3 changed files with 0 additions and 12 deletions

View File

@ -17,11 +17,6 @@ KERNEL_IMAGETYPE ?= "bzImage"
SERIAL_CONSOLE ?= "115200 ttyS0"
#
# glibc-related variables
#
GLIBC_ADDONS ?= "nptl"
#
# kernel-related variables
#

View File

@ -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"

View File

@ -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"