diff options
author | Ross Burton <ross.burton@intel.com> | 2018-04-12 14:08:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-18 18:57:06 +0100 |
commit | 5f7a0c72c5ca9715ba6c8727dae32db7659fb9f6 (patch) | |
tree | 40ac2fbeebea621e3497493f1c4c56619b7fd974 | |
parent | b076e652e7a1cc16b4c1d74bf772071f1f3649dd (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 |
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 |
34 | SYSTEMTAP = "systemtap" | 34 | SYSTEMTAP = "systemtap" |
35 | SYSTEMTAP_libc-musl = "" | 35 | SYSTEMTAP_libc-musl = "" |
36 | SYSTEMTAP_mipsarch = "" | ||
37 | SYSTEMTAP_nios2 = "" | 36 | SYSTEMTAP_nios2 = "" |
38 | SYSTEMTAP_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. |
41 | LTTNGUST = "lttng-ust" | 39 | LTTNGUST = "lttng-ust" |