diff options
author | joshua Watt <JPEWhacker@gmail.com> | 2024-05-02 08:18:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-02 16:07:21 +0100 |
commit | e4ddff1399d10a5bf46cc2205907480b0ec0a7fd (patch) | |
tree | ace6a9a13353b2e63b89a65b6b8978024bdbdef2 /bitbake/lib/bb/parse/parse_py/BBHandler.py | |
parent | 632e3170595bb32717c0471a55a619b4b33fe787 (diff) | |
download | poky-e4ddff1399d10a5bf46cc2205907480b0ec0a7fd.tar.gz |
bitbake: cooker: Use hash client to ping upstream server
The cooker attempts to connect to the upstream hash equivalent server to
warn the user early if it is misconfigured. However, this was making the
assumption that it was a raw TCP connection and failed when attempting
to use a websocket upstream server. Fix this by creating an hash client
and using the ping API to check the server instead of using a raw
socket.
(Bitbake rev: 5e84c13a6c594ed34c341849806657ddda206714)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/BBHandler.py')
0 files changed, 0 insertions, 0 deletions