summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/perf/perf.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 1ac13e7269..b0d796e9cc 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -9,6 +9,10 @@ HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page"
9 9
10LICENSE = "GPL-2.0-only" 10LICENSE = "GPL-2.0-only"
11 11
12# remove at next version upgrade or when output changes
13PR = "r1"
14HASHEQUIV_HASH_VERSION .= ".1"
15
12# zstd is required for kernels 6.14+ when libelf-zstd is detected 16# zstd is required for kernels 6.14+ when libelf-zstd is detected
13# Respect the coresight machine feature, but note this causes a 17# Respect the coresight machine feature, but note this causes a
14# dependency on meta-arm. 18# dependency on meta-arm.