]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes: Disable lttng for riscv
authorKhem Raj <raj.khem@gmail.com>
Fri, 9 Mar 2018 11:00:49 +0000 (03:00 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 11 Mar 2018 13:25:19 +0000 (06:25 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-kernel/lttng/lttng-tools_2.10.2.bb

index e3814a44bc2f8b046e13f1100d59d73a9bc789e0..554f52988906e320d65ecd094df7dcea33ae6225 100644 (file)
@@ -40,9 +40,11 @@ SYSTEMTAP_aarch64 = ""
 # lttng-ust uses sched_getcpu() which is not there on for some platforms.
 LTTNGUST = "lttng-ust"
 LTTNGUST_libc-musl = ""
+LTTNGUST_riscv64 = ""
 
 LTTNGTOOLS = "lttng-tools"
 LTTNGTOOLS_libc-musl = ""
+LTTNGTOOLS_riscv64 = ""
 
 LTTNGMODULES = "lttng-modules"
 
index 9164a2bba4803d0d82e3e48201233ec177a6fa95..039577b8e22bdbca56dae2571060c5801401b849 100644 (file)
@@ -5,6 +5,7 @@ DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST}"
 
 LTTNGUST = "lttng-ust"
 LTTNGUST_aarch64 = ""
+LTTNGUST_riscv64 = ""
 LTTNGUST_mipsarch = ""
 LTTNGUST_sh4 = ""
 LTTNGUST_libc-musl = ""
index e8d041d1c6ddd57bd247d48689263d2623c8c09e..fd5abbb113b14b0dcf217e7c3f8e58711976571c 100644 (file)
@@ -25,6 +25,7 @@ PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust"
 PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
 PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
 PACKAGECONFIG_remove_libc-musl = "lttng-ust"
+PACKAGECONFIG_remove_riscv64 = "lttng-ust"
 
 SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
            file://x32.patch \