summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-03-09 03:00:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-11 06:26:59 -0700
commit25e442ce105173505aadafcdad18455bd6dd462c (patch)
tree8c05e145beb56dc70dd1b3b8942a0d95d28973b3 /meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
parentc1e73aab774022a70bd615b1c828c18884170a4c (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb2
1 files changed, 2 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.
41LTTNGUST = "lttng-ust" 41LTTNGUST = "lttng-ust"
42LTTNGUST_libc-musl = "" 42LTTNGUST_libc-musl = ""
43LTTNGUST_riscv64 = ""
43 44
44LTTNGTOOLS = "lttng-tools" 45LTTNGTOOLS = "lttng-tools"
45LTTNGTOOLS_libc-musl = "" 46LTTNGTOOLS_libc-musl = ""
47LTTNGTOOLS_riscv64 = ""
46 48
47LTTNGMODULES = "lttng-modules" 49LTTNGMODULES = "lttng-modules"
48 50