瀏覽代碼

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")
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Christian Eggers 3 年之前
父節點
當前提交
7a905f66d3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

+ 1 - 0
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

@@ -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"