summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools_git.bb
diff options
context:
space:
mode:
authorNathan Lynch <nathan_lynch@mentor.com>2016-07-22 15:53:46 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:10 +0100
commitbaaaea5145af375a7630751f024ef5cb82ae7a2b (patch)
tree4c724983e98f8197bf4d85be2d2e718b9ce2ec03 /meta/recipes-kernel/lttng/lttng-tools_git.bb
parent2c01447ea693fb30cd1b7b6ac798a43f79c261a6 (diff)
downloadpoky-baaaea5145af375a7630751f024ef5cb82ae7a2b.tar.gz
Revert "lttng-tools: filter random filename of ptest output"
This reverts commit 29a8c45be2862be02afe2ebbc5c026a42f351990. A few things wrong with this change: 1. It patches a patch (runtest-2.4.0.patch). 2. It introduces deviations from the desired ptest output format. 3. It discards PASS: lines from the test output; I *want* to see those. 4. The upstream status of "pending" is incorrect; I do not see this patch on the lttng-dev mailing list (not that it would apply anyway). (From OE-Core rev: eeb0a912145f8f849d56c04e38616d12ca8be21e) Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_git.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb
index da2b68552b..b0c369ce96 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb
@@ -29,7 +29,6 @@ PACKAGECONFIG_remove_libc-musl = "lttng-ust"
29SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.7 \ 29SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.7 \
30 file://stop-using-SIGUNUSED.patch \ 30 file://stop-using-SIGUNUSED.patch \
31 file://runtest-2.4.0.patch \ 31 file://runtest-2.4.0.patch \
32 file://0001-lttng-tools-filter-random-filename-of-tests-output.patch \
33 file://run-ptest" 32 file://run-ptest"
34 33
35S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"