diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb | 2 |
1 files changed, 1 insertions, 1 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 | ||
10 | inherit module | 10 | inherit module |
11 | 11 | ||
12 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux' | 12 | COMPATIBLE_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 |
15 | SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ | 15 | SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ |