diff options
author | Alexandre Marques <c137.marques@gmail.com> | 2025-03-12 11:22:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-13 16:52:44 +0000 |
commit | a4f833698289da86138fd4a401331baa563b5eed (patch) | |
tree | 3bcdd9688aaa9dbec6d2002a351196bbcb4d58b0 /scripts/patchtest-setup-sharedir | |
parent | cb9bff9eac3670253076d5d09c6893e372be40a8 (diff) | |
download | poky-a4f833698289da86138fd4a401331baa563b5eed.tar.gz |
bitbake: hashserv: Add `gc-mark-stream` command for batch hash marking
Implements the `gc-mark-stream` command to allow for marking equivalence entries
in batch, by making use of stream mode communication to the server.
The aim of this is to improve efficiency by reducing the impact of latency when
marking a high volume of hash entries.
Example usage of the new `gc-mark-stream` command:
```
$ cat << HASHES | \
./bin/bitbake-hashclient --address "ws://localhost:8688/ws" gc-mark-stream "alive"
unihash f37918cc02eb5a520b1aff86faacbc0a38124646
unihash af36b199320e611fbb16f1f277d3ee1d619ca58b
taskhash a1117c1f5a7c9ab2f5a39cc6fe5e6152169d09c0 method oe.sstatesig.OEOuthashBasic
HASHES
```
(Bitbake rev: c84715f28cd36666ea07a179d91b8c32ea0df8e7)
Signed-off-by: Alexander Marques <c137.marques@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/patchtest-setup-sharedir')
0 files changed, 0 insertions, 0 deletions