]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup: rrecommend perf also for musl on ARM
authorChristian Eggers <ceggers@arri.de>
Thu, 24 Sep 2020 09:32:17 +0000 (11:32 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 30 Sep 2020 14:35:15 +0000 (04:35 -1000)
The perf recipe builds fine for musl on ARM.

Fixes: d758a4445a ("packagegroup: Disable packages not available on musl")
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7a905f66d3a6d9018b18c1a8021c1cb8bf7d12ac)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

index 9fd2569a04b42cd3689fdc589b997ade9988c1dc..994e27c0a3eaf35c35726e05b46947dbadece568 100644 (file)
@@ -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"