mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
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:
@@ -17,11 +17,6 @@ KERNEL_IMAGETYPE ?= "bzImage"
|
||||
|
||||
SERIAL_CONSOLE ?= "115200 ttyS0"
|
||||
|
||||
#
|
||||
# glibc-related variables
|
||||
#
|
||||
GLIBC_ADDONS ?= "nptl"
|
||||
|
||||
#
|
||||
# kernel-related variables
|
||||
#
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user