Home
last modified time | relevance | path

Searched refs:lockedsigs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsstatesig.py94 lockedsigs = (d.getVar(siggen_lockedsigs_var) or "").split()
95 for ls in lockedsigs:
117 self.lockedsigs = sstate_lockedsigs(data)
195 if not unlocked and recipename in self.lockedsigs:
196 if task in self.lockedsigs[recipename]:
197 h_locked = self.lockedsigs[recipename][task][0]
198 var = self.lockedsigs[recipename][task][1]
286 for pn in self.lockedsigs:
288 if sq_data['hash'][tid] in iter(self.lockedsigs[pn].values()):
H A Dcopy_buildsystem.py176 def prune_lockedsigs(excluded_tasks, excluded_targets, lockedsigs, onlynative, pruned_output): argument
177 with open(lockedsigs, 'r') as infile:
253 def create_locked_sstate_cache(lockedsigs, input_sstate_cache, output_sstate_cache, d, fixedlsbstri… argument
258 …bb.process.run("PYTHONDONTWRITEBYTECODE=1 gen-lockedsig-cache %s %s %s %s %s" % (lockedsigs, input…