mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
packagegroup: rrecommend perf also for musl on ARM
The perf recipe builds fine for musl on ARM.
Fixes: d758a4445a ("packagegroup: Disable packages not available on musl")
(From OE-Core rev: 7a905f66d3a6d9018b18c1a8021c1cb8bf7d12ac)
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6246ce75e8
commit
6890a23a18
@@ -28,6 +28,7 @@ PROFILETOOLS = "\
|
||||
"
|
||||
PERF = "perf"
|
||||
PERF_libc-musl = ""
|
||||
PERF_libc-musl_arm = "perf"
|
||||
|
||||
# systemtap needs elfutils which is not fully buildable on some arches/libcs
|
||||
SYSTEMTAP = "systemtap"
|
||||
|
||||
Reference in New Issue
Block a user