Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py28 self.collection_res = {}
258 if not self.collection_res:
259 self.collection_res = bb.utils.get_collection_res(self.tinfoil.config_data)
260 return self.collection_res
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1546 collection_res = {}
1548 collection_res[collection] = d.getVar('BBFILE_PATTERN_%s' % collection) or ''
1550 return collection_res
1553 def get_file_layer(filename, d, collection_res={}): argument
1555 if not collection_res:
1556 collection_res = get_collection_res(d)
1562 for collection, regex in collection_res.items():