aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2018-07-04 03:17:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-07 11:05:02 +0100
commit6f0079a6c3cc8926423cff3a927a78dcecede90d (patch)
treefa8140a2eead64b3076d4e4de1069ab95ca99a66 /meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
parentd1737f2dabac5e338061863c78a91b4c115365c7 (diff)
downloadopenembedded-core-contrib-6f0079a6c3cc8926423cff3a927a78dcecede90d.tar.gz
lttng-tools: Allow reconnect to relayd
If relayd is started after connection attempt from consumerd it will leave the session in disconnected state and causes the following inconvenience. This is covered by an upstream feature, see https://bugs.lttng.org/issues/883. Before it's done, this patches allows users to reconnect to relayd. root@localhost:~# lttng enable-event --userspace --all Error: Events: UST create channel failed (channel channel0, session trace_session) root@localhost:~# lttng-relayd -b Warning: No tracing group detected root@localhost:~# lttng enable-event --userspace --all Error: Events: UST create channel failed (channel channel0, session trace_session) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb b/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
index 93626dd4b5..e4969c3080 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
@@ -30,6 +30,7 @@ PACKAGECONFIG_remove_riscv64 = "lttng-ust"
SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
file://x32.patch \
file://run-ptest \
+ file://0001-Allow-multiple-attempts-to-connect-to-relayd.patch \
"
SRC_URI[md5sum] = "051224eb991aee07f8721ff1877d0b96"