summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-03-25 23:26:37 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-29 23:34:47 -0700
commit30f3ee19f707fade1d85299cd8ded77aeff9cce9 (patch)
tree1a5b2665779064b1cfd962dfe55410fe7693ef9f
parenta04aa6dcdeafd625810155b53356d5a0e4b1793d (diff)
downloadmeta-openembedded-30f3ee19f707fade1d85299cd8ded77aeff9cce9.tar.gz
bpftrace: Upgrade to 0.25.1 release
* This version works with llvm 22+ * Use system libbpf Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.25.1.bb (renamed from meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.24.1.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.24.1.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.25.1.bb
index 37e088590f..f28c1547db 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.24.1.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.25.1.bb
@@ -15,11 +15,11 @@ DEPENDS += "bison-native \
15 " 15 "
16DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'pahole-native llvm-native', '', d)}" 16DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'pahole-native llvm-native', '', d)}"
17 17
18SRC_URI = "git://github.com/iovisor/bpftrace;branch=release/0.24.x;protocol=https;tag=v${PV} \ 18SRC_URI = "git://github.com/iovisor/bpftrace;branch=release/0.25.x;protocol=https;tag=v${PV} \
19 file://run-ptest \ 19 file://run-ptest \
20 file://0002-CMakeLists.txt-allow-to-set-BISON_FLAGS-like-l.patch \ 20 file://0002-CMakeLists.txt-allow-to-set-BISON_FLAGS-like-l.patch \
21" 21"
22SRCREV = "4c1f02a43f993758d445952ccd96e552752defec" 22SRCREV = "e491811e5d648288c01f42ce087967b271f504a0"
23 23
24inherit bash-completion cmake ptest pkgconfig 24inherit bash-completion cmake ptest pkgconfig
25 25
@@ -58,6 +58,7 @@ EXTRA_OECMAKE = " \
58 -DCMAKE_ENABLE_EXPORTS=1 \ 58 -DCMAKE_ENABLE_EXPORTS=1 \
59 -DCMAKE_BUILD_TYPE=Release \ 59 -DCMAKE_BUILD_TYPE=Release \
60 -DUSE_SYSTEM_BPF_BCC=ON \ 60 -DUSE_SYSTEM_BPF_BCC=ON \
61 -DUSE_SYSTEM_LIBBPF=ON \
61 -DENABLE_MAN=OFF \ 62 -DENABLE_MAN=OFF \
62 -DBISON_FLAGS='--file-prefix-map=${WORKDIR}=' \ 63 -DBISON_FLAGS='--file-prefix-map=${WORKDIR}=' \
63" 64"