]> code.ossystems Code Review - openembedded-core.git/commit
glibc: Remove site_config and glibc-initial
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Dec 2018 20:01:26 +0000 (20:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Dec 2018 11:19:47 +0000 (11:19 +0000)
commitc5df105e7583e43da9b682f739bebaf873dcd2f4
tree63cb59c317abb55b8ed585f13c1395f4df238b87
parent94bece16c23c9ec8850fd497aea37e6a265da30a
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc-initial.inc [deleted file]
meta/recipes-core/glibc/glibc-initial_2.28.bb [deleted file]
meta/recipes-core/glibc/glibc.inc
meta/recipes-core/glibc/site_config/funcs [deleted file]
meta/recipes-core/glibc/site_config/headers [deleted file]
meta/recipes-core/glibc/site_config/types [deleted file]