From: Joshua Watt Date: Thu, 30 May 2024 16:09:10 +0000 (-0600) Subject: sstatesig: Drop BB_HASHSERVE_MAX_PARALLEL X-Git-Tag: uninative-4.6~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0769794ca858baa6e814e81b14cf542c33d3a09;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git sstatesig: Drop BB_HASHSERVE_MAX_PARALLEL Drops support for this variable since bitbake no longer supports parallel queries to the hash equivalence server Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index a46e5502ab3..db3c409216f 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py @@ -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: