summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-14 07:18:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-15 17:15:46 +0100
commit64a879e9b61b56e8bd8070b3f906d9d35fc4153d (patch)
tree289c57ede6b53d4cd70d0c12ab5a544bec41dc2d
parent557a3150a16575641f8541fc81853b74508eda87 (diff)
downloadpoky-master.tar.gz
perf: Bump versions to resolve hashequiv/reproducibility issuesHEADmaster
(From OE-Core rev: 39ae9a1061fcfe8c30df511b6f00e407b80ffc4c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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.