diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2020-11-10 08:59:56 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-24 15:26:12 +0000 |
commit | 96b548a79d87120655da3ac5501b8ad4726cf1a4 (patch) | |
tree | 06938cfe533173ad02664dc2f187867a165c5871 /meta-skeleton/recipes-skeleton | |
parent | 859f43e176dcaaa652e24a2289abd75e18c077cf (diff) | |
download | poky-96b548a79d87120655da3ac5501b8ad4726cf1a4.tar.gz |
bitbake: bitbake: hashserve: Add support for readonly upstream
Adds support for an upstream server to be specified. The upstream server
will be queried for equivalent hashes whenever a miss is found in the
local server. If the server returns a match, it is merged into the
local database. In order to keep the get stream queries as fast as
possible since they are the critical path when bitbake is preparing the
run queue, missing tasks provided by the server are not immediately
pulled from the upstream server, but instead are put into a queue to be
backfilled by a worker task later.
(Bitbake rev: e6d6c0b39393e9bdf378c1eba141f815e26b724b)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-skeleton')
0 files changed, 0 insertions, 0 deletions