]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemtap: Enable for riscv64
authorKhem Raj <raj.khem@gmail.com>
Sun, 6 Mar 2022 07:13:24 +0000 (23:13 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Mar 2022 11:36:08 +0000 (11:36 +0000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/systemtap/systemtap_git.inc

index b7218f02e05dacdf0ff024fd545064f7682eeee1..5b5521b174e2c7125bcb5008e6ab40433989e050 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git;branch=master \
            file://0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch \
            "
 
-COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux'
+COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux'
 COMPATIBLE_HOST:libc-musl = 'null'
 
 S = "${WORKDIR}/git"