mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
sstatesig: Drop BB_HASHSERVE_MAX_PARALLEL
Drops support for this variable since bitbake no longer supports parallel queries to the hash equivalence server (From OE-Core rev: b0769794ca858baa6e814e81b14cf542c33d3a09) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9bff1e97c7
commit
a8dbfa2739
@@ -327,7 +327,6 @@ class SignatureGeneratorOEEquivHash(SignatureGeneratorOEBasicHashMixIn, bb.sigge
|
||||
self.method = data.getVar('SSTATE_HASHEQUIV_METHOD')
|
||||
if not self.method:
|
||||
bb.fatal("OEEquivHash requires SSTATE_HASHEQUIV_METHOD to be set")
|
||||
self.max_parallel = int(data.getVar('BB_HASHSERVE_MAX_PARALLEL') or 1)
|
||||
self.username = data.getVar("BB_HASHSERVE_USERNAME")
|
||||
self.password = data.getVar("BB_HASHSERVE_PASSWORD")
|
||||
if not self.username or not self.password:
|
||||
|
||||
Reference in New Issue
Block a user