diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2016-07-22 15:53:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-28 21:30:16 +0100 |
commit | eeb0a912145f8f849d56c04e38616d12ca8be21e (patch) | |
tree | 889a4df0107f87e88b1b3458ed231dcd70813ca2 /meta/recipes-kernel/lttng/lttng-tools_git.bb | |
parent | e7b2362d723b5dcabb440cd513380bfe8a0badb2 (diff) | |
download | openembedded-core-eeb0a912145f8f849d56c04e38616d12ca8be21e.tar.gz openembedded-core-eeb0a912145f8f849d56c04e38616d12ca8be21e.tar.bz2 openembedded-core-eeb0a912145f8f849d56c04e38616d12ca8be21e.zip |
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).
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_git.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_git.bb | 1 |
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" SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.7 \ file://stop-using-SIGUNUSED.patch \ file://runtest-2.4.0.patch \ - file://0001-lttng-tools-filter-random-filename-of-tests-output.patch \ file://run-ptest" S = "${WORKDIR}/git" |