diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-14 07:18:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-15 17:15:46 +0100 |
commit | 64a879e9b61b56e8bd8070b3f906d9d35fc4153d (patch) | |
tree | 289c57ede6b53d4cd70d0c12ab5a544bec41dc2d | |
parent | 557a3150a16575641f8541fc81853b74508eda87 (diff) | |
download | poky-master.tar.gz |
(From OE-Core rev: 39ae9a1061fcfe8c30df511b6f00e407b80ffc4c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 4 |
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 | ||
10 | LICENSE = "GPL-2.0-only" | 10 | LICENSE = "GPL-2.0-only" |
11 | 11 | ||
12 | # remove at next version upgrade or when output changes | ||
13 | PR = "r1" | ||
14 | HASHEQUIV_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. |