Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Dquery.py28 self.collection_res = {}
252 if not self.collection_res:
253 self.collection_res = bb.utils.get_collection_res(self.tinfoil.config_data)
254 return self.collection_res
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1524 collection_res = {}
1526 collection_res[collection] = d.getVar('BBFILE_PATTERN_%s' % collection) or ''
1528 return collection_res
1531 def get_file_layer(filename, d, collection_res={}): argument
1533 if not collection_res:
1534 collection_res = get_collection_res(d)
1540 for collection, regex in collection_res.items():