diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-04 14:27:09 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-09 13:44:39 +0100 |
| commit | 65b37734c7350443957dcb7d8f299d384d5aaa8c (patch) | |
| tree | 93446beec4cb7f22cb784eaa6fc0f2dc1c30adae /meta/recipes-support/ptest-runner/ptest-runner_2.3.1.bb | |
| parent | 57933bd958cc06722ab7924ec9dc2c72fadc9693 (diff) | |
| download | poky-65b37734c7350443957dcb7d8f299d384d5aaa8c.tar.gz | |
ptest-runner: Add several logging fixes
This change adds three patches to improve the handling of stdout/stderr and child
processes to try and improve logging reliability in ptest-runner.
(From OE-Core rev: 1c0fffc401cdb581a93d16d225f53c83359ff209)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/ptest-runner/ptest-runner_2.3.1.bb')
| -rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_2.3.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.3.1.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.3.1.bb index 4b7992bf2f..e2eb258d0b 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_2.3.1.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.3.1.bb | |||
| @@ -10,7 +10,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | |||
| 10 | SRCREV = "05b112bda7ac2adba8e9b0f088d6e5843b148a38" | 10 | SRCREV = "05b112bda7ac2adba8e9b0f088d6e5843b148a38" |
| 11 | PV = "2.3.1+git${SRCPV}" | 11 | PV = "2.3.1+git${SRCPV}" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2" | 13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \ |
| 14 | file://0001-utils-Ensure-stdout-stderr-are-flushed.patch \ | ||
| 15 | file://0002-use-process-groups-when-spawning.patch \ | ||
| 16 | file://0003-utils-Ensure-pipes-are-read-after-exit.patch" | ||
| 17 | |||
| 14 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 15 | 19 | ||
| 16 | FILES_${PN} = "${bindir}/ptest-runner" | 20 | FILES_${PN} = "${bindir}/ptest-runner" |
