Searched refs:lockedsigs (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 88 lockedsigs = (d.getVar(siggen_lockedsigs_var) or "").split() 89 for ls in lockedsigs: 102 self.lockedsigs = sstate_lockedsigs(data) 183 if not unlocked and recipename in self.lockedsigs: 184 if task in self.lockedsigs[recipename]: 185 h_locked = self.lockedsigs[recipename][task][0] 186 var = self.lockedsigs[recipename][task][1] 277 if self.lockedsigs: 278 if len(self.lockedsigs) > 10: 282 for pn in self.lockedsigs: [all …]
|
H A D | copy_buildsystem.py | 178 def prune_lockedsigs(excluded_tasks, excluded_targets, lockedsigs, onlynative, pruned_output): argument 179 with open(lockedsigs, 'r') as infile: 255 def create_locked_sstate_cache(lockedsigs, input_sstate_cache, output_sstate_cache, d, fixedlsbstri… argument 260 …bb.process.run("PYTHONDONTWRITEBYTECODE=1 gen-lockedsig-cache %s %s %s %s %s" % (lockedsigs, input…
|