summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-03-18 21:41:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-19 15:28:52 +0000
commit7f15c3fe2b676667548db8e8d27682818ed60e6d (patch)
tree41d9924f0a29628f2df3fcc4cff30f4812ff0c98 /meta/recipes-kernel/lttng
parent2f7749c12f7394be81433577220688034eaafab8 (diff)
downloadpoky-7f15c3fe2b676667548db8e8d27682818ed60e6d.tar.gz
lttng: Enable tools and modules on riscv
Latest version compiles on risv64 now (From OE-Core rev: 7a528511445165c72ba24dc1cffeaca9ce71caf5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb2
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb1
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb b/meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb
index 086254d3d3..15e75e51c9 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4613d1f8a9587bd7b366191830364b3 \
9 9
10inherit module 10inherit module
11 11
12COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux' 12COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm|riscv).*-linux'
13 13
14#https://lttng.org/files/lttng-modules/lttng-modules-2.10.7.tar.bz2 14#https://lttng.org/files/lttng-modules/lttng-modules-2.10.7.tar.bz2
15SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ 15SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb
index 151e35e3c3..86418f14c0 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb
@@ -28,7 +28,6 @@ PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
28PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" 28PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
29PACKAGECONFIG_remove_libc-musl = "lttng-ust" 29PACKAGECONFIG_remove_libc-musl = "lttng-ust"
30PACKAGECONFIG_remove_arc = "lttng-ust" 30PACKAGECONFIG_remove_arc = "lttng-ust"
31PACKAGECONFIG_remove_riscv64 = "lttng-ust"
32 31
33SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ 32SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
34 file://x32.patch \ 33 file://x32.patch \