summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-05 23:13:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-06 11:36:08 +0000
commita209c05dcb631eb85d67c40727623a4c131071fa (patch)
tree3bf5b57e11577a9af9e011fcc247b6e18ab1b5f7 /meta/recipes-kernel
parentbd9f9a369160164beade2c12f344b7f5c2b18427 (diff)
downloadopenembedded-core-contrib-a209c05dcb631eb85d67c40727623a4c131071fa.tar.gz
systemtap: Enable for riscv64
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index b7218f02e0..5b5521b174 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -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"