From: Ross Burton Date: Thu, 12 Apr 2018 13:08:01 +0000 (+0100) Subject: packagegroup-core-tools-profile: include systemtap on MIPS and aarch64 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01658c4e978182a31dc7e2cd4f525066b479c2f9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-core-tools-profile: include systemtap on MIPS and aarch64 Modern systemtap builds fine for MIPS and aarch64, so don't exclude it from this packagegroup. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 554f5298890..fa0e363d863 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb @@ -33,9 +33,7 @@ PERF_libc-musl = "" # systemtap needs elfutils which is not fully buildable on some arches/libcs SYSTEMTAP = "systemtap" SYSTEMTAP_libc-musl = "" -SYSTEMTAP_mipsarch = "" SYSTEMTAP_nios2 = "" -SYSTEMTAP_aarch64 = "" # lttng-ust uses sched_getcpu() which is not there on for some platforms. LTTNGUST = "lttng-ust"