diff options
author | Ross Burton <ross.burton@intel.com> | 2016-07-13 11:24:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-26 08:56:27 +0100 |
commit | bb9d9dacca704da5f55ad2e86ced41e7e531f286 (patch) | |
tree | ddd4fed633173ab81f8c14418d7c13b9b5b261b4 /meta/conf | |
parent | 560077821aee107e8fe88e8a99e7efa493aec2d5 (diff) | |
download | poky-bb9d9dacca704da5f55ad2e86ced41e7e531f286.tar.gz |
uclibc: remove
uclibc is showing its age now and upstarts like musl are approximately the same
size but with far more features and active maintainers. Remove uclibc from
oe-core and use endorse musl as the lighter alternative to full-fat glibc.
(From OE-Core rev: ff1599149942af1c36280abd4f1ed3878aaa62eb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/tclibc-uclibc.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/conf/distro/include/tclibc-uclibc.inc b/meta/conf/distro/include/tclibc-uclibc.inc deleted file mode 100644 index 14c3cdbb8a..0000000000 --- a/meta/conf/distro/include/tclibc-uclibc.inc +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | # | ||
2 | # uclibc specific configuration | ||
3 | # | ||
4 | |||
5 | LIBCEXTENSION = "-uclibc" | ||
6 | |||
7 | # Add uclibc overrides to the overrides. | ||
8 | LIBCOVERRIDE = ":libc-uclibc" | ||
9 | OVERRIDES .= "${LIBCOVERRIDE}" | ||
10 | |||
11 | PREFERRED_PROVIDER_virtual/libc ?= "uclibc" | ||
12 | PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv" | ||
13 | PREFERRED_PROVIDER_virtual/libintl ?= "gettext" | ||
14 | PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-glibc" | ||
15 | PREFERRED_PROVIDER_virtual/nativesdk-libiconv ?= "nativesdk-glibc" | ||
16 | |||
17 | USE_NLS ?= "no" | ||
18 | |||
19 | CXXFLAGS += "-fvisibility-inlines-hidden" | ||
20 | |||
21 | IMAGE_LINGUAS = "" | ||
22 | |||
23 | LIBC_DEPENDENCIES = "\ | ||
24 | uclibc \ | ||
25 | uclibc-dbg \ | ||
26 | uclibc-dev \ | ||
27 | uclibc-thread-db \ | ||
28 | " | ||