summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-18 10:09:16 +0100
committerSteve Sakoman <steve@sakoman.com>2023-07-07 04:30:26 -1000
commitf984dc425eae814fc091335e4ae0e96e62911146 (patch)
treebc0362834a0ced95e09443464b98593ec8793fee /meta
parente638d11abc1502b33055ca4bb3f05bfa1d3dfd8f (diff)
downloadpoky-f984dc425eae814fc091335e4ae0e96e62911146.tar.gz
ptest-runner: Pull in sync fix to improve log warnings
Pulls in: utils: Ensure buffers are flushed after child exits We currently wait for the child to exit but we don't flush the buffers. This can mean the output ends up out of sync and the END: line isn't at the end of the logs. We've recently seen a lot of issues related to this on the autobuilder. Add in a flush call for all fds to ensure buffers are in sync. This does appear to improve warnings on the autobuilder now we started detecting the issue. (From OE-Core rev: 0c484c5aa054f4a8f7794bba18b1d0d168dbb941) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f051de5d5da7e9a2f4137013e24589b594ff6d35) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
index ff5629c6f9..67dd887c24 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/"
7LICENSE = "GPL-2.0-or-later" 7LICENSE = "GPL-2.0-or-later"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
9 9
10SRCREV = "bcb82804daa8f725b6add259dcef2067e61a75aa" 10SRCREV = "ea2a9cc159ad5f64ee75781d55101d7c340e0303"
11PV .= "+git${SRCPV}" 11PV .= "+git${SRCPV}"
12 12
13SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \ 13SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \