summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-initial_2.28.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-18 20:01:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-26 11:19:54 +0000
commitded63d68334044e79b15b814216fab02c70ad94f (patch)
tree986249d1c3eb6be6a0f47bddf8300329325aeed7 /meta/recipes-core/glibc/glibc-initial_2.28.bb
parent46cb0124916ae4df6ece3398a82d62b656228c27 (diff)
downloadpoky-ded63d68334044e79b15b814216fab02c70ad94f.tar.gz
glibc: Remove site_config and glibc-initial
The only reason we appear to need glibc-initial at this time is to support the site_config code. The site_config code compiles and therefore needs at least some level of working C library to link against. This isn't a good reason to keep the complexity of glibc-initial around so remove it, and the site_config support which then breaks. Performance benchmarks suggest the time spent just rerunning configure for site_config just about equals any performance benefit for OE-Core image builds excluding the time spent adding glibc-initial to the dependency chain. I'm not opposed to readding some other form of site_config support but it needs to be rethought. (From OE-Core rev: c5df105e7583e43da9b682f739bebaf873dcd2f4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-initial_2.28.bb')
-rw-r--r--meta/recipes-core/glibc/glibc-initial_2.28.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-core/glibc/glibc-initial_2.28.bb b/meta/recipes-core/glibc/glibc-initial_2.28.bb
deleted file mode 100644
index e86770e12d..0000000000
--- a/meta/recipes-core/glibc/glibc-initial_2.28.bb
+++ /dev/null
@@ -1,9 +0,0 @@
1require glibc_${PV}.bb
2require glibc-initial.inc
3
4# main glibc recipes muck with TARGET_CPPFLAGS to point into
5# final target sysroot but we
6# are not there when building glibc-initial
7# so reset it here
8
9TARGET_CPPFLAGS = ""