diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-09 03:00:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-11 06:26:59 -0700 |
commit | 25e442ce105173505aadafcdad18455bd6dd462c (patch) | |
tree | 8c05e145beb56dc70dd1b3b8942a0d95d28973b3 | |
parent | c1e73aab774022a70bd615b1c828c18884170a4c (diff) | |
download | poky-25e442ce105173505aadafcdad18455bd6dd462c.tar.gz |
recipes: Disable lttng for riscv
(From OE-Core rev: 1e4e58d51498101e1e1b36fd4c3ad51052c15a6a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index e3814a44bc..554f529889 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -40,9 +40,11 @@ SYSTEMTAP_aarch64 = "" | |||
40 | # lttng-ust uses sched_getcpu() which is not there on for some platforms. | 40 | # lttng-ust uses sched_getcpu() which is not there on for some platforms. |
41 | LTTNGUST = "lttng-ust" | 41 | LTTNGUST = "lttng-ust" |
42 | LTTNGUST_libc-musl = "" | 42 | LTTNGUST_libc-musl = "" |
43 | LTTNGUST_riscv64 = "" | ||
43 | 44 | ||
44 | LTTNGTOOLS = "lttng-tools" | 45 | LTTNGTOOLS = "lttng-tools" |
45 | LTTNGTOOLS_libc-musl = "" | 46 | LTTNGTOOLS_libc-musl = "" |
47 | LTTNGTOOLS_riscv64 = "" | ||
46 | 48 | ||
47 | LTTNGMODULES = "lttng-modules" | 49 | LTTNGMODULES = "lttng-modules" |
48 | 50 | ||
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 9164a2bba4..039577b8e2 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -5,6 +5,7 @@ DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST}" | |||
5 | 5 | ||
6 | LTTNGUST = "lttng-ust" | 6 | LTTNGUST = "lttng-ust" |
7 | LTTNGUST_aarch64 = "" | 7 | LTTNGUST_aarch64 = "" |
8 | LTTNGUST_riscv64 = "" | ||
8 | LTTNGUST_mipsarch = "" | 9 | LTTNGUST_mipsarch = "" |
9 | LTTNGUST_sh4 = "" | 10 | LTTNGUST_sh4 = "" |
10 | LTTNGUST_libc-musl = "" | 11 | LTTNGUST_libc-musl = "" |
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb index e8d041d1c6..fd5abbb113 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb | |||
@@ -25,6 +25,7 @@ PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust" | |||
25 | PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod" | 25 | PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod" |
26 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" | 26 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" |
27 | PACKAGECONFIG_remove_libc-musl = "lttng-ust" | 27 | PACKAGECONFIG_remove_libc-musl = "lttng-ust" |
28 | PACKAGECONFIG_remove_riscv64 = "lttng-ust" | ||
28 | 29 | ||
29 | SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | 30 | SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ |
30 | file://x32.patch \ | 31 | file://x32.patch \ |