diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-19 10:09:07 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-19 11:48:50 +0100 |
| commit | 5424fc6186877e1949a818307f43578b81c493ae (patch) | |
| tree | 61ffb7a7183cae1cb2775f2742fd06f48a44b80b /meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | |
| parent | c251eba5215089c8082c58e7c317f9ff3af3faf3 (diff) | |
| download | poky-5424fc6186877e1949a818307f43578b81c493ae.tar.gz | |
lttng-tools: Disable slow tests to fix ptest runs
Add a patch disabling some ptests in lttng-tools since they are slow, give
no output on the console and cause the ptest run to error due to our 450s
inactivity timeout.
(From OE-Core rev: 328d5c9a1dcfa4c636fd6d6e05f2474c15dc9f7a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb')
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb index 262bea0748..a3faf1e758 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | |||
| @@ -51,6 +51,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | |||
| 51 | file://disable-tests.patch \ | 51 | file://disable-tests.patch \ |
| 52 | file://0001-gen-ust-events-constructor-change-rpath-to-libdir-li.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 \ | 53 | file://0001-eventfd.cpp-Remove-the-scope-resolution-operator.patch \ |
| 54 | file://disable-tests2.patch \ | ||
| 54 | " | 55 | " |
| 55 | 56 | ||
| 56 | SRC_URI[sha256sum] = "d8c39c26cec13b7bd82551cd52a22efc358b888e36ebcf9c1b60ef1c3a3c2fd3" | 57 | SRC_URI[sha256sum] = "d8c39c26cec13b7bd82551cd52a22efc358b888e36ebcf9c1b60ef1c3a3c2fd3" |
