summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-04-12 14:08:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-18 18:57:06 +0100
commit5f7a0c72c5ca9715ba6c8727dae32db7659fb9f6 (patch)
tree40ac2fbeebea621e3497493f1c4c56619b7fd974 /meta
parentb076e652e7a1cc16b4c1d74bf772071f1f3649dd (diff)
downloadpoky-5f7a0c72c5ca9715ba6c8727dae32db7659fb9f6.tar.gz
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. (From OE-Core rev: 01658c4e978182a31dc7e2cd4f525066b479c2f9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb2
1 files changed, 0 insertions, 2 deletions
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 = ""
33# systemtap needs elfutils which is not fully buildable on some arches/libcs 33# systemtap needs elfutils which is not fully buildable on some arches/libcs
34SYSTEMTAP = "systemtap" 34SYSTEMTAP = "systemtap"
35SYSTEMTAP_libc-musl = "" 35SYSTEMTAP_libc-musl = ""
36SYSTEMTAP_mipsarch = ""
37SYSTEMTAP_nios2 = "" 36SYSTEMTAP_nios2 = ""
38SYSTEMTAP_aarch64 = ""
39 37
40# lttng-ust uses sched_getcpu() which is not there on for some platforms. 38# lttng-ust uses sched_getcpu() which is not there on for some platforms.
41LTTNGUST = "lttng-ust" 39LTTNGUST = "lttng-ust"