]> code.ossystems Code Review - openembedded-core.git/commit
lttng: update 2.12 -> 2.13.0
authorAlexander Kanavin <alex@linutronix.de>
Mon, 6 Sep 2021 09:38:48 +0000 (11:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Sep 2021 08:25:04 +0000 (09:25 +0100)
commit750d640f12b5c6804af51a67e23d4aca93564b79
treec9991cf2878cc12928dcdcd1e938daac6007f06c
parentb71bfba1b5076ad1b9a10c08ef0e3393ccbed92a
lttng: update 2.12 -> 2.13.0

Drop 0001-tests-regression-disable-the-tools-live-tests.patch
(mass-disabling of ptests) and replace that with more targeted fixes:

- a patch that adds explicit sleeps where races due to too tight timings
were observed (not a proper fix; upstream needs to figure out how
to sync explicitly and reliably)

- LD_LIBRARY_PATH so that helper binaries are able to find their
custom libraries they're linked with (we strip rpath from them
for reproducibility)

- set pgrep location explicitly as it used unconditionally
on target, but auto-detected (incorrectly) on the host

- enable kmod as it is available in target images

- correct various missing scripts, binaries, and inhibit stripping
where that is expected.

License-Update: license info consolidated in LICENSE
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-tools/0001-src-common-correct-header-location.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch [deleted file]
meta/recipes-kernel/lttng/lttng-tools/0001-tests-wait-some-more-before-analysing-traces-or-star.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-tools/run-ptest
meta/recipes-kernel/lttng/lttng-tools_2.13.0.bb [moved from meta/recipes-kernel/lttng/lttng-tools_2.12.4.bb with 88% similarity]
meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch
meta/recipes-kernel/lttng/lttng-ust_2.13.0.bb [moved from meta/recipes-kernel/lttng/lttng-ust_2.12.2.bb with 83% similarity]