From 94bb22ff6975f7778b04c042ec8c2ec1a344398c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 21 Feb 2022 07:57:54 -0800 Subject: bpftrace: Upgrade to latest master Enable riscv64 as the support is now available this update is needed for it to work with clang14 Signed-off-by: Khem Raj --- .../recipes-devtools/bpftrace/bpftrace_0.14.1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dynamic-layers/openembedded-layer') diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb index 21078b9..b63e8f3 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb @@ -13,12 +13,12 @@ DEPENDS += "bison-native \ libbpf \ " -#PV .= "+git${SRCREV}" +PV .= "+git${SRCREV}" RDEPENDS:${PN} += "bash python3 xz" -SRC_URI = "git://github.com/iovisor/bpftrace;branch=v0.14_release;protocol=https \ +SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \ " -SRCREV = "20e48420ba3a5c6f3630ab25b6b5c28d950b5bb4" +SRCREV = "0a318e53343aa51f811183534916a4be65a1871e" S = "${WORKDIR}/git" @@ -38,5 +38,5 @@ EXTRA_OECMAKE = " \ -DENABLE_MAN=OFF \ " -COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" +COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux" COMPATIBLE_HOST:libc-musl = "null" -- cgit v1.2.3-54-g00ecf