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: 2018-04~31 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=01658c4e978182a31dc7e2cd4f525066b479c2f9;p=openembedded-core.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 554f529889..fa0e363d86 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"