Skip to content

Commit 9b55e19

Browse files
Mingli Yurpurdie
authored andcommitted
lttng-tools: Upgrade 2.14.0 -> 2.14.1
Remove 0001-gen-ust-events-constructor-change-rpath-to-libdir-li.patch as the logic is included in 2.14.1 [1]. Remove 0001-eventfd.cpp-Remove-the-scope-resolution-operator.patch as the logic is included in 2.14.1 [2]. Remove 0001-liblttng-ctl-drop-index-allocator-symbols-from-versi.patch as the logic is included in 2.14.1 [3]. util_event_generator.sh is renamed to util_event_generator.py [4] and the .py install logic in included as below. find "${B}/tests/$d" -maxdepth 1 -type f -name "*.py" \ -exec install -t "${D}${PTEST_PATH}/tests/$d" {} + # ./run-ptest [snip] PASS: test_ust_data 8 - Validate UST event PASS: test_ust_data 9 - Create UST context PASS: test_ust_data 10 - Validate UST context PASS: test_ust_data 11 - Validate string length PASS: test_ust_data 12 - Create UST exclusion PASS: test_ust_data 13 - Create UST event with identical exclusion names fails PASS: test_ust_data 14 - Create UST exclusion PASS: test_ust_data 15 - Create UST event with different exclusion names PASS: test_ust_data 16 - Validate UST event and exclusion ============================================================================ Testsuite summary for lttng-tools 2.14.1 ============================================================================ # TOTAL: 1089 # PASS: 1089 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 [1] lttng/lttng-tools@409ea45 [2] lttng/lttng-tools@e58aac4 [3] lttng/lttng-tools@e7eaad6 [4] lttng/lttng-tools@7126bce Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 parent 61d337c commit 9b55e19

4 files changed

Lines changed: 1 addition & 132 deletions

meta/recipes-kernel/lttng/lttng-tools/0001-eventfd.cpp-Remove-the-scope-resolution-operator.patch

Lines changed: 0 additions & 41 deletions
This file was deleted.

meta/recipes-kernel/lttng/lttng-tools/0001-gen-ust-events-constructor-change-rpath-to-libdir-li.patch

Lines changed: 0 additions & 43 deletions
This file was deleted.

meta/recipes-kernel/lttng/lttng-tools/0001-liblttng-ctl-drop-index-allocator-symbols-from-versi.patch

Lines changed: 0 additions & 43 deletions
This file was deleted.

meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb renamed to meta/recipes-kernel/lttng/lttng-tools_2.14.1.bb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,11 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
4949
file://run-ptest \
5050
file://lttng-sessiond.service \
5151
file://disable-tests.patch \
52-
file://0001-gen-ust-events-constructor-change-rpath-to-libdir-li.patch \
53-
file://0001-eventfd.cpp-Remove-the-scope-resolution-operator.patch \
5452
file://disable-tests2.patch \
55-
file://0001-liblttng-ctl-drop-index-allocator-symbols-from-versi.patch \
5653
file://libc++.patch \
5754
"
5855

59-
SRC_URI[sha256sum] = "d8c39c26cec13b7bd82551cd52a22efc358b888e36ebcf9c1b60ef1c3a3c2fd3"
56+
SRC_URI[sha256sum] = "0e68eb27923621c4bc127cfce40422d28cf7e473fedf6229ae6c32ba5c5b7c6d"
6057

6158
inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
6259

@@ -93,7 +90,6 @@ do_install_ptest () {
9390
for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/*.lttng \
9491
tests/regression/tools/save-load/configuration/load-42*.lttng tests/regression/tools/health/test_health.sh \
9592
tests/regression/tools/metadata/utils.sh tests/regression/tools/rotation/rotate_utils.sh \
96-
tests/regression/tools/notification/util_event_generator.sh \
9793
tests/regression/tools/trace-format/ust-local-trace-pretty.expect \
9894
tests/regression/tools/trace-format/kernel-local-trace-pretty.expect \
9995
tests/regression/tools/base-path/*.lttng; do

0 commit comments

Comments
 (0)