]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packagegroup-core-tools-profile: include systemtap on MIPS and aarch64
authorRoss Burton <ross.burton@intel.com>
Thu, 12 Apr 2018 13:08:01 +0000 (14:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Apr 2018 17:48:19 +0000 (18:48 +0100)
Modern systemtap builds fine for MIPS and aarch64, so don't exclude it from this
packagegroup.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

index 554f52988906e320d65ecd094df7dcea33ae6225..fa0e363d8635cac76050542ed149dafb1b4556c4 100644 (file)
@@ -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"