summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-15 15:21:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:00 +0100
commiteb40fcf6279478bf53f961f5477fc9e4162dd9a9 (patch)
tree71f1faf5904a8b8785bcf73b70ae60f679ec0274 /meta/recipes-core/packagegroups
parent1b489073dcf1e0836f7f2db8cb171debeb7a02e7 (diff)
downloadpoky-eb40fcf6279478bf53f961f5477fc9e4162dd9a9.tar.gz
meta: Drop remnants of uclibc support
uclibc support was removed a while ago and musl works much better. Start to remove the various overrides and patches related to uclibc which are no longer needed. uclibc support in a layer would still be possible. I have strong reasons to believe nobody is still using uclibc since patches are missing and I doubt the metadata even parses anymore. (From OE-Core rev: 653704e9cf325cb494eb23facca19e9f05132ffd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-sdk.bb1
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb13
2 files changed, 2 insertions, 12 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
index 7d6d41473a..af0ce2013e 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
@@ -33,7 +33,6 @@ SANITIZERS_nios2 = ""
33SANITIZERS_powerpc64 = "" 33SANITIZERS_powerpc64 = ""
34SANITIZERS_sparc = "" 34SANITIZERS_sparc = ""
35SANITIZERS_libc-musl = "" 35SANITIZERS_libc-musl = ""
36SANITIZERS_libc-uclibc = ""
37 36
38RRECOMMENDS_packagegroup-core-sdk = "\ 37RRECOMMENDS_packagegroup-core-sdk = "\
39 libgomp \ 38 libgomp \
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 946c947c8f..51335e232d 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -31,23 +31,15 @@ PROFILETOOLS = "\
31PERF = "perf" 31PERF = "perf"
32PERF_libc-musl = "" 32PERF_libc-musl = ""
33 33
34# systemtap needs elfutils which is not fully buildable on uclibc 34# systemtap needs elfutils which is not fully buildable on some arches/libcs
35# hence we exclude it from uclibc based builds
36SYSTEMTAP = "systemtap" 35SYSTEMTAP = "systemtap"
37SYSTEMTAP_libc-uclibc = ""
38SYSTEMTAP_libc-musl = "" 36SYSTEMTAP_libc-musl = ""
39SYSTEMTAP_mipsarch = "" 37SYSTEMTAP_mipsarch = ""
40SYSTEMTAP_nios2 = "" 38SYSTEMTAP_nios2 = ""
41SYSTEMTAP_aarch64 = "" 39SYSTEMTAP_aarch64 = ""
42 40
43# lttng-ust uses sched_getcpu() which is not there on uclibc 41# lttng-ust uses sched_getcpu() which is not there on for some platforms.
44# for some of the architectures it can be patched to call the
45# syscall directly but for x86_64 __NR_getcpu is a vsyscall
46# which means we can not use syscall() to call it. So we ignore
47# it for x86_64/uclibc
48
49LTTNGUST = "lttng-ust" 42LTTNGUST = "lttng-ust"
50LTTNGUST_libc-uclibc = ""
51LTTNGUST_libc-musl = "" 43LTTNGUST_libc-musl = ""
52 44
53LTTNGTOOLS = "lttng-tools" 45LTTNGTOOLS = "lttng-tools"
@@ -60,7 +52,6 @@ BABELTRACE = "babeltrace"
60# valgrind does not work on the following configurations/architectures 52# valgrind does not work on the following configurations/architectures
61 53
62VALGRIND = "valgrind" 54VALGRIND = "valgrind"
63VALGRIND_libc-uclibc = ""
64VALGRIND_libc-musl = "" 55VALGRIND_libc-musl = ""
65VALGRIND_mipsarch = "" 56VALGRIND_mipsarch = ""
66VALGRIND_nios2 = "" 57VALGRIND_nios2 = ""