diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-11-23 01:38:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-23 23:35:19 +0000 |
commit | 7dce24ded952447c6915f4ab2f387aa7962099f3 (patch) | |
tree | 84fac47da52d013cc7e467b393097fb24f872774 /meta/recipes-core | |
parent | 721c000b0075034e3dcc2bdc28b80cf05aa50b5f (diff) | |
download | poky-7dce24ded952447c6915f4ab2f387aa7962099f3.tar.gz |
arc: Disable LTTng
LTTng depends on liburcu which is not yet ported to ARC
so disable LTTng on ARC for now.
(From OE-Core rev: 701e63154c727522704aee6e890dd7d2b5615c6d)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 3 |
1 files changed, 3 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 33d9c09a66..762c046636 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -38,13 +38,16 @@ SYSTEMTAP_riscv64 = "" | |||
38 | # lttng-ust uses sched_getcpu() which is not there on for some platforms. | 38 | # lttng-ust uses sched_getcpu() which is not there on for some platforms. |
39 | LTTNGUST = "lttng-ust" | 39 | LTTNGUST = "lttng-ust" |
40 | LTTNGUST_libc-musl = "" | 40 | LTTNGUST_libc-musl = "" |
41 | LTTNGUST_arc = "" | ||
41 | LTTNGUST_riscv64 = "" | 42 | LTTNGUST_riscv64 = "" |
42 | 43 | ||
43 | LTTNGTOOLS = "lttng-tools" | 44 | LTTNGTOOLS = "lttng-tools" |
44 | LTTNGTOOLS_libc-musl = "" | 45 | LTTNGTOOLS_libc-musl = "" |
46 | LTTNGTOOLS_arc = "" | ||
45 | LTTNGTOOLS_riscv64 = "" | 47 | LTTNGTOOLS_riscv64 = "" |
46 | 48 | ||
47 | LTTNGMODULES = "lttng-modules" | 49 | LTTNGMODULES = "lttng-modules" |
50 | LTTNGMODULES_arc = "" | ||
48 | LTTNGMODULES_riscv64 = "" | 51 | LTTNGMODULES_riscv64 = "" |
49 | 52 | ||
50 | BABELTRACE = "babeltrace" | 53 | BABELTRACE = "babeltrace" |