Searched refs:dataCache (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | providers.py | 29 def findProviders(cfgData, dataCache, pkg_pn = None): argument 35 pkg_pn = dataCache.pkg_pn 46 …(last_ver, last_file, pref_ver, pref_file, req) = findBestProvider(pn, localdata, dataCache, pkg_p… 53 def allProviders(dataCache): argument 58 for (fn, pn) in dataCache.pkg_fn.items(): 59 ver = dataCache.pkg_pepvpr[fn] 63 def sortPriorities(pn, dataCache, pkg_pn = None): argument 69 pkg_pn = dataCache.pkg_pn 74 priority = dataCache.bbfile_priority[f] 75 preference = dataCache.pkg_dp[f] [all …]
|
| H A D | taskdata.py | 67 def add_tasks(self, fn, dataCache): argument 72 task_deps = dataCache.task_deps[fn] 83 self.add_extra_deps(fn, dataCache) 131 for depend in dataCache.deps[fn]: 134 logger.debug2("Added dependencies %s for %s", str(dataCache.deps[fn]), fn) 139 rdepends = dataCache.rundeps[fn] 140 rrecs = dataCache.runrecs[fn] 168 def add_extra_deps(self, fn, dataCache): argument 169 func = dataCache.extradepsfunc.get(fn, None) 171 bb.providers.buildWorldTargetList(dataCache) [all …]
|
| H A D | siggen.py | 183 def dump_sigs(self, dataCache, options): argument
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 125 def tasks_resolved(self, virtmap, virtpnmap, dataCache): argument 154 def dump_sigs(self, dataCache, options): argument 159 return super(bb.siggen.SignatureGeneratorBasicHash, self).dump_sigs(dataCache, options)
|