nptl and thereby tls are not optional anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
SERIAL_CONSOLE ?= "115200 ttyS0"
-#
-# glibc-related variables
-#
-GLIBC_ADDONS ?= "nptl"
-
#
# kernel-related variables
#
MACHINE_FEATURES += "x86"
-GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls"
-
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
MACHINE_FEATURES += "x86"
-GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls"
-
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
-