summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap_git.inc
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:39:08 +0000
commit07b01b2ece1ef1ea50b2089a182914b4c78077a0 (patch)
treedc896fcd97fb193a7a1ea19fc8461f1d6379ec7f /meta/recipes-kernel/systemtap/systemtap_git.inc
parent3704d5036b57de3620494728bfa33819c2b1dab9 (diff)
downloadpoky-07b01b2ece1ef1ea50b2089a182914b4c78077a0.tar.gz
systemtap: Enable for riscv64
(From OE-Core rev: a209c05dcb631eb85d67c40727623a4c131071fa) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc')
-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 \
11 file://0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch \ 11 file://0001-PR28804-tune-default-stap-s-buffer-size-on-small-RAM.patch \
12 " 12 "
13 13
14COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' 14COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux'
15COMPATIBLE_HOST:libc-musl = 'null' 15COMPATIBLE_HOST:libc-musl = 'null'
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"