mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
pseudo: quiet diagnostics during startup for pseudo -d
When the client spawns a pseudo server, it starts out sending diagnostics to stderr. This can be spammy in some cases with races during startup; everything resolves, but we get scary-looking diagnostics. So shove those into a log file. (From OE-Core rev: efd0b0f604f9f498b9c20bc9a25708c493aa4f4a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4205c0befb
commit
7aba4c930e
@@ -7,6 +7,8 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz
|
||||
file://moreretries.patch \
|
||||
file://Fix-xattr-performance.patch \
|
||||
file://0001-Don-t-send-SIGUSR1-to-init.patch \
|
||||
file://0001-Quiet-diagnostics-during-startup-for-pseudo-d.patch \
|
||||
file://0002-Use-correct-file-descriptor.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "ee38e4fb62ff88ad067b1a5a3825bac7"
|
||||
|
||||
Reference in New Issue
Block a user