mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b076e652e7
commit
5f7a0c72c5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user