mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
perf: add more PACKAGECONFIGs
libpfm4 and babeltrace are enabled if they're found, so add PACKAGECONFIGs so that our configuration is explicit. (From OE-Core rev: 8818a259495310f3054abc2918771587e6f82ae9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
04f625d0d1
commit
0fa81bddd6
@@ -30,6 +30,8 @@ PACKAGECONFIG[cap] = ",,libcap"
|
||||
PACKAGECONFIG[libtraceevent] = ",NO_LIBTRACEEVENT=1,libtraceevent"
|
||||
# Arm CoreSight
|
||||
PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd"
|
||||
PACKAGECONFIG[pfm4] = ",NO_LIBPFM4=1,libpfm4"
|
||||
PACKAGECONFIG[babeltrace] = ",NO_LIBBABELTRACE=1,babeltrace"
|
||||
|
||||
# libunwind is not yet ported for some architectures
|
||||
PACKAGECONFIG:remove:arc = "libunwind"
|
||||
|
||||
Reference in New Issue
Block a user