summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2020-11-03 06:51:55 +0000
committerKhem Raj <raj.khem@gmail.com>2020-11-04 11:42:44 -0800
commit61faae011fb95712064f2c58abe6293f0daeeab5 (patch)
tree8ba2a494d9e7b5783323ed275e95622214bc9849 /dynamic-layers
parent3427029851cd2654b1359ccbe7f111ff76655a81 (diff)
downloadmeta-clang-61faae011fb95712064f2c58abe6293f0daeeab5.tar.gz
bcc: Upgrade 0.15.0 -> 0.17.0
To support kernel v5.9 and remove patches that have been merged upstream. Signed-off-by: He Zhe <zhe.he@windriver.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.15.0.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.15.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb
index 0d4748d..d6f70d3 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.15.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb
@@ -16,13 +16,11 @@ RDEPENDS_${PN} += "bash python3 python3-core python3-setuptools xz"
16 16
17SRC_URI = "gitsm://github.com/iovisor/bcc \ 17SRC_URI = "gitsm://github.com/iovisor/bcc \
18 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ 18 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \
19 file://0001-tools-opensnoop-snoop-do_sys_openat2-for-kernel-v5.6.patch \
20 file://0001-Replace-kprobe-function-blk_account_io_completion-to.patch \
21 file://0001-tools-trace.py-Fix-failing-to-exit.patch \ 19 file://0001-tools-trace.py-Fix-failing-to-exit.patch \
22 file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ 20 file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \
23 " 21 "
24 22
25SRCREV = "e41f7a3be5c8114ef6a0990e50c2fbabea0e928e" 23SRCREV = "ad5b82a5196b222ed2cdc738d8444e8c9546a77f"
26 24
27S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
28 26