summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 21:39:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 07:46:40 +0100
commit3bdabde2df2cdfdf5a2fa10221abd5866cf25582 (patch)
treeb074cbcea3012a927b9599c78474fae95eb404d5 /meta-poky
parent229f88f5b5bd99fd9330b1880b331709cc7075f0 (diff)
downloadpoky-3bdabde2df2cdfdf5a2fa10221abd5866cf25582.tar.gz
bitbake: command: Avoid time intensive distractions for ping
We noticed some users were seeing very slow ping response times which caused 'server timeout' issues. There were some function calls in runCommand which could be slow such as the inotify callback processing. Mark up the ping command such that it doesn't need configuration information, it is allowed on a readonly server and specifically skip the inofity processing too since ping would never need that. This will hopefully resolve various ping timeout issues that were being reported. (Bitbake rev: 0fc821a22f2b49cbd336d9658d92942c0d733be1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
0 files changed, 0 insertions, 0 deletions