mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
721c000b00
commit
7dce24ded9
@@ -38,13 +38,16 @@ SYSTEMTAP_riscv64 = ""
|
|||||||
# lttng-ust uses sched_getcpu() which is not there on for some platforms.
|
# lttng-ust uses sched_getcpu() which is not there on for some platforms.
|
||||||
LTTNGUST = "lttng-ust"
|
LTTNGUST = "lttng-ust"
|
||||||
LTTNGUST_libc-musl = ""
|
LTTNGUST_libc-musl = ""
|
||||||
|
LTTNGUST_arc = ""
|
||||||
LTTNGUST_riscv64 = ""
|
LTTNGUST_riscv64 = ""
|
||||||
|
|
||||||
LTTNGTOOLS = "lttng-tools"
|
LTTNGTOOLS = "lttng-tools"
|
||||||
LTTNGTOOLS_libc-musl = ""
|
LTTNGTOOLS_libc-musl = ""
|
||||||
|
LTTNGTOOLS_arc = ""
|
||||||
LTTNGTOOLS_riscv64 = ""
|
LTTNGTOOLS_riscv64 = ""
|
||||||
|
|
||||||
LTTNGMODULES = "lttng-modules"
|
LTTNGMODULES = "lttng-modules"
|
||||||
|
LTTNGMODULES_arc = ""
|
||||||
LTTNGMODULES_riscv64 = ""
|
LTTNGMODULES_riscv64 = ""
|
||||||
|
|
||||||
BABELTRACE = "babeltrace"
|
BABELTRACE = "babeltrace"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ SECTION = "devel"
|
|||||||
DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
|
DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
|
||||||
|
|
||||||
LTTNGUST = "lttng-ust"
|
LTTNGUST = "lttng-ust"
|
||||||
|
LTTNGUST_arc = ""
|
||||||
LTTNGUST_aarch64 = ""
|
LTTNGUST_aarch64 = ""
|
||||||
LTTNGUST_riscv64 = ""
|
LTTNGUST_riscv64 = ""
|
||||||
LTTNGUST_mipsarch = ""
|
LTTNGUST_mipsarch = ""
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust"
|
|||||||
PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
|
PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
|
||||||
PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
|
PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
|
||||||
PACKAGECONFIG_remove_libc-musl = "lttng-ust"
|
PACKAGECONFIG_remove_libc-musl = "lttng-ust"
|
||||||
|
PACKAGECONFIG_remove_arc = "lttng-ust"
|
||||||
PACKAGECONFIG_remove_riscv64 = "lttng-ust"
|
PACKAGECONFIG_remove_riscv64 = "lttng-ust"
|
||||||
|
|
||||||
SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
|
SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
|
||||||
|
|||||||
Reference in New Issue
Block a user