]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ptest-runner: Pull in "runner: Remove threads and mutexes" fix
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jun 2023 16:39:55 +0000 (17:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Jun 2023 09:02:17 +0000 (10:02 +0100)
This fix simplifies the code to drop the pthread and mutexs which should
address some of the buffering issues we were seeing in some test case
failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/ptest-runner/ptest-runner_2.4.2.bb

index 9a9b8ec2607420ce3ca44aed908e5d274a7e61c7..6f3104499f2ba69a63900b91c32f9052f78f189e 100644 (file)
@@ -7,7 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/"
 LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
 
-SRCREV = "a6c7dcda520402adb62a31b8b1c7686c5b8a4875"
+SRCREV = "8259375d306a8129f6c5d8528314496fc6ae1ca3"
 PV .= "+git${SRCPV}"
 
 SRC_URI = "git://git.yoctoproject.org/ptest-runner2;branch=master;protocol=https \