mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
ptest-runner: Pull in "runner: Remove threads and mutexes" fix
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. (From OE-Core rev: c0ebc132c279d3195aa8ed086d596ed1b000cc2a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bffa6d381d7ea0a6aad19d61cd973c82aadef070) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
d29645a048
commit
d7a0eb9902
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user