summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/ia32-base.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-06 15:23:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-10 13:01:50 +0100
commit5cf953b02ea6d103b7c09d6f36c198d550d06367 (patch)
tree72425f55615e06c86f59d3a538125e1df07d3181 /meta/conf/machine/include/ia32-base.inc
parentf23d843747208d50770aaabf0796a77b84919a94 (diff)
downloadpoky-5cf953b02ea6d103b7c09d6f36c198d550d06367.tar.gz
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>
Diffstat (limited to 'meta/conf/machine/include/ia32-base.inc')
-rw-r--r--meta/conf/machine/include/ia32-base.inc5
1 files changed, 0 insertions, 5 deletions
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
@@ -18,11 +18,6 @@ KERNEL_IMAGETYPE ?= "bzImage"
18SERIAL_CONSOLE ?= "115200 ttyS0" 18SERIAL_CONSOLE ?= "115200 ttyS0"
19 19
20# 20#
21# glibc-related variables
22#
23GLIBC_ADDONS ?= "nptl"
24
25#
26# kernel-related variables 21# kernel-related variables
27# 22#
28PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" 23PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"